Jarkko Hietaniemi [Wed, 19 Dec 2001 16:47:11 +0000 (16:47 +0000)]
[ 13808]
Add pTHX to all vtable functions for future-proofing and
consistency of PerlIO layers.
[ 13797]
Remove the sometimes-lvalue cast
[ 13796]
alarm.t with -Uuseperlio fix
- SA_RESTART should only be function of PERL_OLD_SIGNALS
not USE_PERLIO
[ 13795]
Fix READONLY hashes:
1. Discovered need for disabled scope.c part of Jeff's patch.
2. Corrected hv_delete* - entry was being de-linked from
chain (patch program not smart enough?)