Jarkko Hietaniemi [Sun, 25 Mar 2001 22:25:04 +0000 (22:25 +0000)]
[ 9351]
Fix readline in list mode to tell rest of world that it has
things on the stack. Otherwise if perl code gets invoked
underneath it it scribbles over results-so-far.
(Why TIEHANDLE has not tripped on this is a mystery.)
[ 9350]
win32/makefile.mk typos
[ 9348]
Make it text
[ 9346]
Add destruct time hook to PerlIO (for work-in-process implementing
layers in perl code. In such cases layers need to be popped before
we loose the ability to run perl code.)
Also back-out "PerlIO::object" hook - it isn't going to work like that...
[ 9345]
Avoid at leasy one of undefined warnings in Encode.