This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Directly create the SV with Perl_newSVpvf() rather than using
authorNicholas Clark <nick@ccl4.org>
Sat, 6 Oct 2007 12:22:58 +0000 (12:22 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 6 Oct 2007 12:22:58 +0000 (12:22 +0000)
commit550e2ce03d201c2e16d6755c5e8b7feb3b2afe06
tree068e2a1d654ae7f251a9663cad65a90c07fecbc7
parentdc7a1c0287185201962596e8d86ebf149649d565
Directly create the SV with Perl_newSVpvf() rather than using
Perl_catSVpvf() to extend a zero-length SV.

p4raw-id: //depot/perl@32042
perlio.c