| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #77684] Restore the 5.10/12 behaviour of open $fh, ">", \$glob_copy | Father Chrysostomos | 2010-09-13 | 1 | -1/+11 |
* | [perl #77492] open $fh, ">", \*glob causes SEGV | Father Chrysostomos | 2010-09-01 | 1 | -1/+14 |
* | Restore errno if signal handler changes it | Lubomir Rintel | 2010-07-26 | 1 | -0/+30 |
* | Global executable bit cleanup | David Golden | 2010-07-24 | 1 | -0/+0 |
* | Make previous test fix conditional on the platform being Windows | Rafael Garcia-Suarez | 2010-07-04 | 1 | -1/+1 |
* | Force t/io/openpid.t to use the alarm() watchdog strategy. | George Greer | 2010-07-04 | 1 | -1/+1 |
* | Merge commit 'origin/davem/post-5.12' into blead | David Mitchell | 2010-04-13 | 2 | -1/+62 |
|\ |
|
| * | PL_defoutgv isn't always a GV. | David Mitchell | 2010-03-30 | 1 | -0/+47 |
| * | [perl #73626] get magic wasn't called on 3rd arg of open | David Mitchell | 2010-03-21 | 1 | -1/+15 |
* | | Attached are two TODO patches for the remaining test failures on VMS. | Craig A. Berry | 2010-03-17 | 1 | -0/+5 |
|/ |
|
* | Per Jesse, ignoring the skipping the tests form threaded OpenBSD | Steve Peters | 2010-02-10 | 1 | -0/+4 |
* | Update skip count in perlio.t. | Craig A. Berry | 2010-01-09 | 1 | -1/+1 |
* | Avoid race conditions with files in /tmp, by explicitly checking dev & inode. | Nicholas Clark | 2010-01-07 | 1 | -15/+19 |
* | Unlink PerlIO's tempfiles for the case of no -T, but bogus $ENV{TMPDIR} | Nicholas Clark | 2010-01-07 | 1 | -3/+23 |
* | Cleanup PerlIO temp files | Rafael Garcia-Suarez | 2010-01-07 | 1 | -0/+3 |
* | runperl may modify arguments passed to it. | Craig A. Berry | 2009-12-19 | 1 | -2/+7 |
* | OS/2 doesn't support inplace editing without backups | Jan Dubois | 2009-12-09 | 1 | -1/+1 |
* | [perl #70802] -i'*' refuses to work | Tony Cook | 2009-12-08 | 1 | -1/+53 |
* | undef $! before running the errno tests | Bram | 2009-12-08 | 1 | -1/+1 |
* | minitest fixes | Zefram | 2009-11-19 | 1 | -2/+3 |
* | Added a TODO test for RT#69332 - PerlIO returns undef instead of 0 on EOL | Jesse Vincent | 2009-10-10 | 1 | -1/+25 |
* | Put a watchdog on openpid.t: it has been found to hang in some Win32 smokes. | Steve Hay | 2009-09-29 | 1 | -1/+1 |
* | Remove code specific to MacOS Classic from core tests | Rafael Garcia-Suarez | 2009-09-08 | 4 | -23/+7 |
* | Removed vestigal support for Tenon Intersystems MachTen Unix layer for MacOS ... | Jesse Vincent | 2009-08-03 | 1 | -3/+2 |
* | Remove the port to MiNT. It's a dead platform that hasn't had any love since... | Jesse Vincent | 2009-08-03 | 3 | -5/+4 |
* | Replace Test::More by test.pl | Rafael Garcia-Suarez | 2009-07-27 | 3 | -5/+13 |
* | Some portability and clean-up for errno.t. | Craig A. Berry | 2009-06-11 | 1 | -2/+13 |
* | Do not honor TMPDIR for anonymous temporary files when tainting | Rafael Garcia-Suarez | 2009-06-10 | 1 | -2/+2 |
* | [perl #66452] TMPDIR not honored when opening an anonymous temporary file | Niko Tyni | 2009-06-10 | 1 | -1/+14 |
* | fix RT 39060, errno incorrectly set in perlio | Stepan Kasal | 2009-06-08 | 1 | -0/+26 |
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 13 | -0/+0 |
* | Skip under miniperl (cannot load Fcntl) | Rafael Garcia-Suarez | 2009-05-25 | 1 | -3/+7 |
* | Skip tests if PerlIO::scalar is not available | Rafael Garcia-Suarez | 2009-05-25 | 1 | -1/+5 |
* | [perl #56644] TODO was too severe. Only :unix :stdio were failing | David Mitchell | 2009-04-25 | 1 | -4/+7 |
* | Remove spurious TODO indicators | Rafael Garcia-Suarez | 2009-02-26 | 1 | -1/+1 |
* | Move the 4 tests of core PerlIO functionality to t/io. PerlIO::Layer::find is | Nicholas Clark | 2009-02-09 | 4 | -0/+252 |
* | Haiku Port | Ingo Weinhold | 2008-10-29 | 1 | -1/+1 |
* | VMS-specific follow-up to tempfile name changes in 34182, plus | Craig A. Berry | 2008-08-13 | 2 | -13/+7 |
* | Convert all unimaginative (ie race condition) temporary file names to | Nicholas Clark | 2008-08-07 | 13 | -166/+158 |
* | Skip chown() tests added by #34092 on Win32 | Steve Hay | 2008-07-03 | 1 | -2/+5 |
* | Some more missing isGV_with_GP()s | Ben Morrow | 2008-06-28 | 1 | -0/+81 |
* | [patch@34016] VMS passes these t/io/open.t tests now. | John E. Malmberg | 2008-06-11 | 1 | -9/+2 |
* | Make fs.t compare the permissions of a link with those | Craig A. Berry | 2008-02-11 | 1 | -2/+6 |
* | Adjust the skip count for t/io/dup.t for the -Uuseperlio case, in a way | Nicholas Clark | 2007-11-05 | 1 | -2/+3 |
* | Fix a few segfaults and a when() bug | josh | 2007-10-17 | 1 | -3/+10 |
* | Check rename() under Cygwin | Jerry D. Hedden | 2007-09-26 | 1 | -1/+1 |
* | Various fixes for EBCDIC platforms. | Steve Peters | 2007-07-23 | 1 | -3/+3 |
* | Don't use utf8.pm in the test (avoiding embedding utf8 in the test | Rafael Garcia-Suarez | 2007-03-31 | 1 | -3/+2 |
* | When dup'ing a filehandle, retain the :utf8 layer | Rafael Garcia-Suarez | 2007-03-30 | 1 | -1/+21 |
* | Upgrade inplace.t and iprefix.t to use test.pl, avoiding a lot | Craig A. Berry | 2007-03-11 | 2 | -64/+42 |