This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
authorNick Ing-Simmons <nik@tiuk.ti.com>
Tue, 5 Dec 2000 22:07:52 +0000 (22:07 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Tue, 5 Dec 2000 22:07:52 +0000 (22:07 +0000)
commitce3e5b80724e7725765c5559e5f4b0058876fc19
tree5cd0b3ba8df8b83f4ba78db41b101fc3e12d8275
parent0a77e2d7f7c1b1af440a8cf545295905853ca727
Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
 - calloc/free suffer from damage on TerminateThread()
 - use PerlMemShared (as originally planned) now fixed
 - avoid doing anything important on DLL "detach".

p4raw-id: //depot/perlio@8001
perl.c
perlio.c
win32/perllib.c