This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Implement PerlIO_binmode()
authorNick Ing-Simmons <nik@tiuk.ti.com>
Thu, 23 Nov 2000 19:46:23 +0000 (19:46 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Thu, 23 Nov 2000 19:46:23 +0000 (19:46 +0000)
commit60382766f71ec2a2d8e34a951c5c77b494bd86bb
tree3301dd4ff8ec6f8c55a06624af02d30bb5bf26be
parent99efab1281ccea6f7df2a4d0affc5479291e2350
Implement PerlIO_binmode()
Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
make binmode in t/lib/io_tell.t unconditional so that works.
Checkin just so Win32 machine can see these changes.

p4raw-id: //depot/perlio@7842
doio.c
perlio.c
perlio.h
pp_sys.c
t/lib/io_tell.t