summaryrefslogtreecommitdiff
path: root/t/io
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/davem/post-5.12' into bleadDavid Mitchell2010-04-132-1/+62
|\
| * PL_defoutgv isn't always a GV.David Mitchell2010-03-301-0/+47
| * [perl #73626] get magic wasn't called on 3rd arg of openDavid Mitchell2010-03-211-1/+15
* | Attached are two TODO patches for the remaining test failures on VMS.Craig A. Berry2010-03-171-0/+5
|/
* Per Jesse, ignoring the skipping the tests form threaded OpenBSDSteve Peters2010-02-101-0/+4
* Update skip count in perlio.t.Craig A. Berry2010-01-091-1/+1
* Avoid race conditions with files in /tmp, by explicitly checking dev & inode.Nicholas Clark2010-01-071-15/+19
* Unlink PerlIO's tempfiles for the case of no -T, but bogus $ENV{TMPDIR}Nicholas Clark2010-01-071-3/+23
* Cleanup PerlIO temp filesRafael Garcia-Suarez2010-01-071-0/+3
* runperl may modify arguments passed to it.Craig A. Berry2009-12-191-2/+7
* OS/2 doesn't support inplace editing without backupsJan Dubois2009-12-091-1/+1
* [perl #70802] -i'*' refuses to workTony Cook2009-12-081-1/+53
* undef $! before running the errno testsBram2009-12-081-1/+1
* minitest fixesZefram2009-11-191-2/+3
* Added a TODO test for RT#69332 - PerlIO returns undef instead of 0 on EOLJesse Vincent2009-10-101-1/+25
* Put a watchdog on openpid.t: it has been found to hang in some Win32 smokes.Steve Hay2009-09-291-1/+1
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-084-23/+7
* Removed vestigal support for Tenon Intersystems MachTen Unix layer for MacOS ...Jesse Vincent2009-08-031-3/+2
* Remove the port to MiNT. It's a dead platform that hasn't had any love since...Jesse Vincent2009-08-033-5/+4
* Replace Test::More by test.plRafael Garcia-Suarez2009-07-273-5/+13
* Some portability and clean-up for errno.t.Craig A. Berry2009-06-111-2/+13
* Do not honor TMPDIR for anonymous temporary files when taintingRafael Garcia-Suarez2009-06-101-2/+2
* [perl #66452] TMPDIR not honored when opening an anonymous temporary fileNiko Tyni2009-06-101-1/+14
* fix RT 39060, errno incorrectly set in perlioStepan Kasal2009-06-081-0/+26
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-0613-0/+0
* Skip under miniperl (cannot load Fcntl)Rafael Garcia-Suarez2009-05-251-3/+7
* Skip tests if PerlIO::scalar is not availableRafael Garcia-Suarez2009-05-251-1/+5
* [perl #56644] TODO was too severe. Only :unix :stdio were failingDavid Mitchell2009-04-251-4/+7
* Remove spurious TODO indicatorsRafael Garcia-Suarez2009-02-261-1/+1
* Move the 4 tests of core PerlIO functionality to t/io. PerlIO::Layer::find isNicholas Clark2009-02-094-0/+252
* Haiku PortIngo Weinhold2008-10-291-1/+1
* VMS-specific follow-up to tempfile name changes in 34182, plusCraig A. Berry2008-08-132-13/+7
* Convert all unimaginative (ie race condition) temporary file names toNicholas Clark2008-08-0713-166/+158
* Skip chown() tests added by #34092 on Win32Steve Hay2008-07-031-2/+5
* Some more missing isGV_with_GP()sBen Morrow2008-06-281-0/+81
* [patch@34016] VMS passes these t/io/open.t tests now.John E. Malmberg2008-06-111-9/+2
* Make fs.t compare the permissions of a link with thoseCraig A. Berry2008-02-111-2/+6
* Adjust the skip count for t/io/dup.t for the -Uuseperlio case, in a wayNicholas Clark2007-11-051-2/+3
* Fix a few segfaults and a when() bugjosh2007-10-171-3/+10
* Check rename() under CygwinJerry D. Hedden2007-09-261-1/+1
* Various fixes for EBCDIC platforms.Steve Peters2007-07-231-3/+3
* Don't use utf8.pm in the test (avoiding embedding utf8 in the testRafael Garcia-Suarez2007-03-311-3/+2
* When dup'ing a filehandle, retain the :utf8 layerRafael Garcia-Suarez2007-03-301-1/+21
* Upgrade inplace.t and iprefix.t to use test.pl, avoiding a lotCraig A. Berry2007-03-112-64/+42
* Fixes for the test suite on OS/2Ilya Zakharevich2006-12-181-1/+1
* Text mode wrongly set on pipe file descriptorsIlya Zakharevich2006-12-131-2/+45
* Re: $, and sayGisle Aas2006-11-021-1/+7
* Re: Off by one in the trie code?Yves Orton2006-10-192-5/+5
* The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN}Nicholas Clark2006-06-071-3/+1
* patch@27236 vms glob/readdir/chdir EFS/long filename supportJohn E. Malmberg2006-02-201-0/+1