This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replace newSVpv(...,0) with newSVpvn where we know the length.
authorNicholas Clark <nick@ccl4.org>
Thu, 30 Jun 2005 11:40:37 +0000 (11:40 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 30 Jun 2005 11:40:37 +0000 (11:40 +0000)
commitd0043bd135485a532d9aee2280acc8b2d782baa4
tree221557e4e0e1619fa6f56f6d6112e1a560cb19ab
parente6830b1398c4e7ce4800aa72b564ebd81702e14c
Replace newSVpv(...,0) with newSVpvn where we know the length.

p4raw-id: //depot/perl@25022
perl.c
regcomp.c
sv.c