summaryrefslogtreecommitdiff
path: root/t/io
Commit message (Expand)AuthorAgeFilesLines
...
* Replaced 'unlink' with 'unlink_all' in t/io/nargv.tBrad Gilbert2010-12-081-1/+1
* Replaced '1 while unlink' with 'unlink_all' in t/io/fs.tBrad Gilbert2010-12-081-1/+1
* Replaced '1 while unlink' with 'unlink_all' in t/io/argv.tBrad Gilbert2010-12-081-1/+1
* Skip t/io/eintr.t on Cygwin, too - hangsJerry D. Hedden2010-11-301-1/+1
* Filehandle method calls load IO::File on demandDavid Golden2010-11-292-1/+36
* document why eintr.t needs to be skipped on Win32David Mitchell2010-11-291-0/+3
* disable t/io/eintr.t on windowsDavid Mitchell2010-11-281-1/+1
* Skip eintr.t on VMS.Craig A. Berry2010-11-281-0/+5
* Make PerlIO marginally reentrantDavid Mitchell2010-11-261-0/+126
* localize $@ during binmode (RT#78844)David Golden2010-11-061-1/+0
* Added test for RT#78844David Golden2010-11-061-1/+9
* Use STDOUT in defout.t to suppress that ‘#foo’ under TEST/harnessFather Chrysostomos2010-10-291-5/+9
* Cleanup output from t/io/defout.t RT#78572Jerry D. Hedden2010-10-261-3/+4
* Revert "[PATCH] Cleanup output from t/io/defout.t RT#78572"Father Chrysostomos2010-10-261-4/+5
* [PATCH] Cleanup output from t/io/defout.t RT#78572Jerry D. Hedden2010-10-261-5/+4
* [perl #77810] Scalars vs globsFather Chrysostomos2010-10-241-8/+9
* [perl #77684] Restore the 5.10/12 behaviour of open $fh, ">", \$glob_copyFather Chrysostomos2010-09-131-1/+11
* [perl #77492] open $fh, ">", \*glob causes SEGVFather Chrysostomos2010-09-011-1/+14
* Restore errno if signal handler changes itLubomir Rintel2010-07-261-0/+30
* Global executable bit cleanupDavid Golden2010-07-241-0/+0
* Make previous test fix conditional on the platform being WindowsRafael Garcia-Suarez2010-07-041-1/+1
* Force t/io/openpid.t to use the alarm() watchdog strategy.George Greer2010-07-041-1/+1
* 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