This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
systematically provide pv/pvn/pvs/sv quartets
authorZefram <zefram@fysh.org>
Sat, 11 Sep 2010 18:36:10 +0000 (19:36 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Tue, 28 Sep 2010 19:35:02 +0000 (21:35 +0200)
commit9dcc53ea14d7a502bb5ac0877765bde14f8cc721
treee04fbefccc4e81298835b1e4fb69e8db347ff810
parentdccfc75d21f1ac6a97926d5bac2e89d3cd22eafa
systematically provide pv/pvn/pvs/sv quartets

Anywhere an API function takes a string in pvn form, ensure that there
are corresponding pv, pvs, and sv APIs.
12 files changed:
dump.c
embed.fnc
embed.h
global.sym
handy.h
hv.c
hv.h
proto.h
sv.c
sv.h
toke.c
util.c