This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).
authorGisle Aas <gisle@activestate.com>
Wed, 4 Jan 2006 12:48:34 +0000 (12:48 +0000)
committerGisle Aas <gisle@activestate.com>
Wed, 4 Jan 2006 12:48:34 +0000 (12:48 +0000)
commit396482e1e4786de2b4c8ab57cb613dc0f110b931
treeb05f1914132e9e79579a39f57a650aff075c27af
parentbd5fcaa6efcc067647598367721b802e1f87eaa2
Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).
Gets rid of many hardcoded string lengths.

p4raw-id: //depot/perl@26641
17 files changed:
dump.c
gv.c
op.c
perl.c
perlio.c
pp.c
pp_ctl.c
pp_pack.c
pp_sys.c
regcomp.c
sv.c
sv.h
toke.c
universal.c
utf8.c
util.c
xsutils.c