This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlreapi: use parent in example, not base
[perl5.git] / t / io / layers.t
2011-12-25 Father ChrysostomosPerlIO::get_layers: Treat numbers as strings
2011-12-25 Father Chrysostomos[perl #97956] PerlIO::get_layers: call get-magic
2011-03-12 Nicholas ClarkRename test.pl's skip_all_without_extension to *_dynami...
2011-03-07 Nicholas ClarkRefactor 5 tests to use skip_all(), instead of generati...
2011-03-07 Nicholas ClarkAdd skip_all_without_perlio() to test.pl, and use it...
2011-03-06 Nicholas ClarkAdd skip_all_without_extension() to test.pl, for the...
2011-03-06 Nicholas ClarkTidy t/io/layers.t
2011-01-28 Leon Timmermans[perl #38456] binmode FH, ":crlf" only modifies top...
2010-11-06 David Goldenlocalize $@ during binmode (RT#78844)
2010-11-06 David GoldenAdded test for RT#78844
2009-08-03 Jesse VincentRemove the port to MiNT. It's a dead platform that...
2008-08-07 Nicholas ClarkConvert all unimaginative (ie race condition) temporary...
2007-07-23 Steve PetersVarious fixes for EBCDIC platforms.
2005-11-09 Nicholas ClarkI/O is UTF-8, not "UNICODE"
2005-11-03 Steve PetersClean up some test files.
2005-06-08 H.Merijn BrandCygwin fails to open $^X on many occasion here
2005-05-06 Nicholas ClarkGet the correct refcount on the temporary assignment...
2005-01-04 Nicholas ClarkUse the new ${^UTF8LOCALE} to make the test reliable.
2005-01-01 Nicholas ClarkChange 23714 accidentally broke t/io/layers.t when...
2004-12-31 Nicholas ClarkBug in t/io/layers.t spotted by Ignasi Roca CarriĆ³
2004-09-20 Jarkko Hietaniemi[PATCH] encoding and open pragmas
2004-03-02 Nicholas ClarkWork on eliminating systematic failures on make minitest:
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