Integrate perlio:
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 5 Mar 2001 17:30:43 +0000 (17:30 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 5 Mar 2001 17:30:43 +0000 (17:30 +0000)
commitaded372cd39ccb7d6a5ed544b220a89af6d2e7c2
tree0af042b34dfe826ce5e48d4c21c69c1b3794181d
parent6b6bd37b3c7005ee8dc71fab8f1db43af72cc6ee
parent41010ee291c2b5acc799d2426bfb74f41a33ba21
Integrate perlio:

[  9039]
Missed added file.

[  9037]
Long-standing "defined but not used" SvPVbyte*() are about to get used
for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
- it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
- uses SvPV() rather than sv_2pv() in case it isn't a string.

p4raw-link: @9039 on //depot/perlio: 41010ee291c2b5acc799d2426bfb74f41a33ba21
p4raw-link: @9037 on //depot/perlio: 0875d2fe359ba14e879483eafe95813b77c5da09

p4raw-id: //depot/perl@9040