This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
"Clean" implementation of binmode(FH)/":raw" identity.
authorNick Ing-Simmons <nik@tiuk.ti.com>
Wed, 19 Jun 2002 20:50:54 +0000 (20:50 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Wed, 19 Jun 2002 20:50:54 +0000 (20:50 +0000)
commit86e05cf231bed3044bd929f19303d6a3d872b202
treeadeabf78be879a3b98ed3d8e351d7a4703706622
parent277dad4e2320e5690f5933980b28aa5eb246f197
"Clean" implementation of binmode(FH)/":raw" identity.
New function table entry so all layer definitions need tweaking.
Extra function table entry allows a layer to remain on a binmode stack
New PerlIOBase_binmode allows easy implementation of default policy.

p4raw-id: //depot/perlio@17309
ext/PerlIO/Scalar/Scalar.xs
ext/PerlIO/Via/Via.pm
ext/PerlIO/Via/Via.xs
ext/PerlIO/encoding/encoding.xs
makedef.pl
perlio.c
perliol.h
pod/perliol.pod
win32/win32io.c