This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add destruct time hook to PerlIO (for work-in-process implementing
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 25 Mar 2001 20:58:15 +0000 (20:58 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 25 Mar 2001 20:58:15 +0000 (20:58 +0000)
commit13621cfb31449eed71b690b723c2463019b1b277
tree93ad64534ab9ef56d1655d85c33ac65df651e8e8
parent8040349a05f5a3f1e93bde55d8359e415c47bf01
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...

p4raw-id: //depot/perlio@9346
perl.c
perlio.c
perlio.h
perliol.h