summaryrefslogtreecommitdiff
path: root/t/io/layers.t
Commit message (Expand)AuthorAgeFilesLines
* Rename test.pl's skip_all_without_extension to *_dynamic_extension().Nicholas Clark2011-03-121-2/+1
* Refactor 5 tests to use skip_all(), instead of generating TAP locally.Nicholas Clark2011-03-071-5/+2
* Add skip_all_without_perlio() to test.pl, and use it in 8 tests.Nicholas Clark2011-03-071-1/+1
* Add skip_all_without_extension() to test.pl, for the common skip idiom.Nicholas Clark2011-03-061-3/+2
* Tidy t/io/layers.tNicholas Clark2011-03-061-16/+8
* [perl #38456] binmode FH, ":crlf" only modifies top crlf layerLeon Timmermans2011-01-271-3/+15
* localize $@ during binmode (RT#78844)David Golden2010-11-061-1/+0
* Added test for RT#78844David Golden2010-11-061-1/+9
* Remove the port to MiNT. It's a dead platform that hasn't had any love since...Jesse Vincent2009-08-031-1/+1
* Convert all unimaginative (ie race condition) temporary file names toNicholas Clark2008-08-071-7/+6
* Various fixes for EBCDIC platforms.Steve Peters2007-07-231-3/+3
* I/O is UTF-8, not "UNICODE"Nicholas Clark2005-11-091-7/+7
* Clean up some test files.Steve Peters2005-11-031-0/+2
* Cygwin fails to open $^X on many occasion hereH.Merijn Brand2005-06-081-1/+1
* Get the correct refcount on the temporary assignment to PL_sigwarn soNicholas Clark2005-05-061-1/+8
* Use the new ${^UTF8LOCALE} to make the test reliable.Nicholas Clark2005-01-041-9/+16
* Change 23714 accidentally broke t/io/layers.t when testing withNicholas Clark2005-01-011-3/+9
* Bug in t/io/layers.t spotted by Ignasi Roca CarriĆ³Nicholas Clark2004-12-311-1/+1
* [PATCH] encoding and open pragmasJarkko Hietaniemi2004-09-201-0/+2
* Work on eliminating systematic failures on make minitest:Nicholas Clark2004-03-021-0/+2
* Make (hopefully) the Windows CR CR LF bug go awayJarkko Hietaniemi2003-08-131-8/+14
* Two Cygwin patches from Gerrit.Gerrit P. Haase2003-06-011-1/+1
* More U/WIN tweaks from John P. Linderman.Jarkko Hietaniemi2003-05-211-0/+1
* miniperl cannot handle layers.t.Jarkko Hietaniemi2003-05-011-0/+5
* Clarify(?) the perlio default layers table.Jarkko Hietaniemi2003-04-251-7/+7
* Handle the combination of dosish and non-faststdio.Jarkko Hietaniemi2003-04-231-1/+1
* Introduce two new Configure symbols:Jarkko Hietaniemi2003-04-211-6/+2
* Detect the 'fast stdio' case.Jarkko Hietaniemi2003-04-171-7/+35
* Handle PERLIO= and document a bit.Jarkko Hietaniemi2003-04-161-0/+13
* Try to get the layers.t working also for dosish platforms.Jarkko Hietaniemi2003-04-161-7/+15
* What does an empty PERLIO= mean, anyway?Jarkko Hietaniemi2003-04-161-1/+6
* Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.Jarkko Hietaniemi2003-04-151-3/+5
* Don't skip the whole test for PERLIO=perlio.Jarkko Hietaniemi2003-04-151-11/+20
* PERLIO=perlio requires extra steps.Jarkko Hietaniemi2003-04-141-0/+4
* Skip as early as possible if no perlio since theJarkko Hietaniemi2003-04-141-3/+8
* Introduce PerlIO::get_layers() to allow people to peekJarkko Hietaniemi2003-04-141-0/+117