This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert rest of PerlIO's memory tables to per-interp and add clone functions
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 21 Oct 2001 17:15:54 +0000 (17:15 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 21 Oct 2001 17:15:54 +0000 (17:15 +0000)
commit3a1ee7e89ce6793a321c9c259b0464c3f464c5ce
tree3414bb97a6a0e5e2d8a198a39533cde8aa0f674a
parenta1ea730d96bcc07b3d616a92ace3927de8290cdd
Convert rest of PerlIO's memory tables to per-interp and add clone functions
for them. Call explicit cleanup during destruct process.
 - one binmode test is failing
 - also ext/threads/t/basic.t fails under make test, and is noisy under
   harness. (Threads results are intermingled and don't match order expected.)

p4raw-id: //depot/perlio@12547
embedvar.h
intrpvar.h
perl.c
perlapi.h
perlio.c
perlio.h
perliol.h
sv.c