This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate perlio:
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 27 Apr 2002 16:27:18 +0000 (16:27 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 27 Apr 2002 16:27:18 +0000 (16:27 +0000)
commit40d98b499c15c6fadd7a92e47cf92625dad3fb51
tree07326b0c7773c698b8333ed82bfdd6ab59b27bc5
parent5e2f386fc38c94eafc4221e60a528640a97c2adf
Integrate perlio:

[ 16216]
Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
- if encoding loads Encode then stack grows.
- pp_binmode was not allowing for that to happen
- added PUTBACK/SPAGAIN.
p4raw-link: @16216 on //depot/perlio: adb5c314284816e1c92cd8e29c9033c3ce18b580

p4raw-id: //depot/perl@16220
p4raw-integrated: from //depot/perlio@16219 'copy in' pp_sys.c
(@16064..)
pp_sys.c