Remove support for assertions and -A
[p5sagit/p5-mst-13.2.git] / t / io / layers.t
2005-11-09 Nicholas Clark I/O is UTF-8, not "UNICODE"
2005-11-03 Steve Peters Clean up some test files.
2005-06-08 H.Merijn Brand Cygwin fails to open $^X on many occasion here
2005-05-06 Nicholas Clark Get the correct refcount on the temporary assignment...
2005-01-04 Nicholas Clark Use the new ${^UTF8LOCALE} to make the test reliable.
2005-01-01 Nicholas Clark Change 23714 accidentally broke t/io/layers.t when...
2004-12-31 Nicholas Clark Bug in t/io/layers.t spotted by Ignasi Roca CarriĆ³
2004-09-20 Jarkko Hietaniemi [PATCH] encoding and open pragmas
2004-03-02 Nicholas Clark Work on eliminating systematic failures on make minitest:
2003-08-13 Jarkko Hietaniemi Make (hopefully) the Windows CR CR LF bug go away
2003-06-01 Gerrit P. Haase Two Cygwin patches from Gerrit.
2003-05-21 Jarkko Hietaniemi More U/WIN tweaks from John P. Linderman.
2003-05-01 Jarkko Hietaniemi miniperl cannot handle layers.t.
2003-04-25 Jarkko Hietaniemi Clarify(?) the perlio default layers table.
2003-04-23 Jarkko Hietaniemi Handle the combination of dosish and non-faststdio.
2003-04-21 Jarkko Hietaniemi Introduce two new Configure symbols:
2003-04-17 Jarkko Hietaniemi Detect the 'fast stdio' case.
2003-04-16 Jarkko Hietaniemi Handle PERLIO= and document a bit.
2003-04-16 Jarkko Hietaniemi Try to get the layers.t working also for dosish platforms.
2003-04-16 Jarkko Hietaniemi What does an empty PERLIO= mean, anyway?
2003-04-15 Jarkko Hietaniemi Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and...
2003-04-15 Jarkko Hietaniemi Don't skip the whole test for PERLIO=perlio.
2003-04-14 Jarkko Hietaniemi PERLIO=perlio requires extra steps.
2003-04-14 Jarkko Hietaniemi Skip as early as possible if no perlio since the
2003-04-14 Jarkko Hietaniemi Introduce PerlIO::get_layers() to allow people to peek