This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix the syswrite downgrade bug of
[perl5.git] / t / io / layers.t
2003-08-13 Jarkko HietaniemiMake (hopefully) the Windows CR CR LF bug go away
2003-06-01 Gerrit P. HaaseTwo Cygwin patches from Gerrit.
2003-05-21 Jarkko HietaniemiMore U/WIN tweaks from John P. Linderman.
2003-05-01 Jarkko Hietaniemiminiperl cannot handle layers.t.
2003-04-25 Jarkko HietaniemiClarify(?) the perlio default layers table.
2003-04-23 Jarkko HietaniemiHandle the combination of dosish and non-faststdio.
2003-04-21 Jarkko HietaniemiIntroduce two new Configure symbols:
2003-04-17 Jarkko HietaniemiDetect the 'fast stdio' case.
2003-04-16 Jarkko HietaniemiHandle PERLIO= and document a bit.
2003-04-16 Jarkko HietaniemiTry to get the layers.t working also for dosish platforms.
2003-04-16 Jarkko HietaniemiWhat does an empty PERLIO= mean, anyway?
2003-04-15 Jarkko HietaniemiHandle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and...
2003-04-15 Jarkko HietaniemiDon't skip the whole test for PERLIO=perlio.
2003-04-14 Jarkko HietaniemiPERLIO=perlio requires extra steps.
2003-04-14 Jarkko HietaniemiSkip as early as possible if no perlio since the
2003-04-14 Jarkko HietaniemiIntroduce PerlIO::get_layers() to allow people to peek