This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change newSVpvn("…", …) to newSVpvs("…")
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Fri, 4 Oct 2013 15:48:40 +0000 (16:48 +0100)
committerTony Cook <tony@develop-help.com>
Thu, 12 Jun 2014 04:27:20 +0000 (14:27 +1000)
commitc2b90b61b50912ff59d36bd0dc279930c2b76bf2
tree5fa5148a2822eb21f9de30c39490d758ffd524f9
parent2b2126557600d964281cf37893d936e401b1a5cc
Change newSVpvn("…", …) to newSVpvs("…")

The dual-life dists affected use Devel::PPPort, so can safely use
newSVpvs() even though it wasn't added until Perl v5.8.9.
23 files changed:
dist/Data-Dumper/Dumper.xs
dist/Storable/Storable.xs
ext/DynaLoader/dl_aix.xs
ext/DynaLoader/dl_dllload.xs
ext/DynaLoader/dl_dlopen.xs
ext/DynaLoader/dl_dyld.xs
ext/DynaLoader/dl_freemint.xs
ext/DynaLoader/dl_hpux.xs
ext/DynaLoader/dl_symbian.xs
ext/DynaLoader/dl_vms.xs
ext/DynaLoader/dl_win32.xs
ext/DynaLoader/dlutils.c
ext/POSIX/POSIX.xs
ext/PerlIO-encoding/encoding.xs
ext/PerlIO-scalar/scalar.xs
ext/Win32CORE/Win32CORE.c
ext/XS-APItest/APItest.xs
os2/OS2/OS2-Process/Process.xs
os2/os2.c
regcomp.c
regexec.c
win32/win32.c
win32/wince.c