| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixes for the test suite on OS/2 | Ilya Zakharevich | 2006-12-18 | 1 | -1/+1 |
* | Text mode wrongly set on pipe file descriptors | Ilya Zakharevich | 2006-12-13 | 1 | -2/+45 |
* | Re: $, and say | Gisle Aas | 2006-11-02 | 1 | -1/+7 |
* | Re: Off by one in the trie code? | Yves Orton | 2006-10-19 | 2 | -5/+5 |
* | The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN} | Nicholas Clark | 2006-06-07 | 1 | -3/+1 |
* | patch@27236 vms glob/readdir/chdir EFS/long filename support | John E. Malmberg | 2006-02-20 | 1 | -0/+1 |
* | Give up on through.t on VMS for now -- no can do with current | Craig A. Berry | 2006-01-14 | 1 | -0/+4 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -0/+49 |
* | Pulling ancient RCS comments | Andy Lester | 2005-11-20 | 3 | -6/+0 |
* | I/O is UTF-8, not "UNICODE" | Nicholas Clark | 2005-11-09 | 1 | -7/+7 |
* | As using -C to turn on utf8 IO is equivalent to the open pragma, | Nicholas Clark | 2005-11-09 | 1 | -2/+8 |
* | Better diagnostics from io/utf8.t | Nicholas Clark | 2005-11-09 | 1 | -31/+36 |
* | Re: A surprising segfault | SADAHIRO Tomoyuki | 2005-11-08 | 2 | -2/+25 |
* | Add appropriate skips to t/io/fs.t to fix test failures on Cygwin. | Steve Peters | 2005-11-03 | 1 | -2/+8 |
* | More core test cleanups. Mainly fixes to remove code that caused | Steve Peters | 2005-11-03 | 6 | -18/+30 |
* | Clean up some test files. | Steve Peters | 2005-11-03 | 5 | -6/+18 |
* | Test case should not execute /no_such_process if it does exist. | Steve Peters | 2005-11-02 | 1 | -1/+2 |
* | Re: futimes [PATCH] | Gisle Aas | 2005-11-02 | 1 | -47/+52 |
* | Lowercase barewords considered harmful to your health. | Steve Peters | 2005-11-02 | 1 | -6/+6 |
* | futimes [PATCH] | Gisle Aas | 2005-10-31 | 1 | -2/+27 |
* | Comment nit by Vadim Konovalov | Rafael Garcia-Suarez | 2005-09-27 | 1 | -58/+58 |
* | Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off | Rafael Garcia-Suarez | 2005-09-27 | 1 | -1/+1 |
* | Re: [BUG 5.8.7] Another major bug in PerlIO layer | Ilya Zakharevich | 2005-09-27 | 2 | -0/+148 |
* | Re: fchmod, fchown, fchdir | Gisle Aas | 2005-07-16 | 1 | -1/+32 |
* | Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu) | Steve Peters | 2005-07-13 | 2 | -2/+2 |
* | Cygwin fails to open $^X on many occasion here | H.Merijn Brand | 2005-06-08 | 1 | -1/+1 |
* | Get the correct refcount on the temporary assignment to PL_sigwarn so | Nicholas Clark | 2005-05-06 | 1 | -1/+8 |
* | assorted tempfile clean-up in the test suite | Craig A. Berry | 2005-01-24 | 2 | -2/+2 |
* | [perl #33892] Add Interix support | Todd Vierling | 2005-01-21 | 1 | -0/+1 |
* | Use the new ${^UTF8LOCALE} to make the test reliable. | Nicholas Clark | 2005-01-04 | 1 | -9/+16 |
* | Change 23714 accidentally broke t/io/layers.t when testing with | Nicholas Clark | 2005-01-01 | 1 | -3/+9 |
* | Bug in t/io/layers.t spotted by Ignasi Roca CarriĆ³ | Nicholas Clark | 2004-12-31 | 1 | -1/+1 |
* | Replace a skip by a todo. | Yitzchak Scott-Thoennes | 2004-11-10 | 1 | -3/+3 |
* | Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64in... | Yitzchak Scott-Thoennes | 2004-11-10 | 1 | -1/+7 |
* | [perl #31767] open $1, "file" doesn't raise an exception | Dave Mitchell | 2004-09-30 | 1 | -1/+7 |
* | [PATCH] encoding and open pragmas | Jarkko Hietaniemi | 2004-09-20 | 1 | -0/+2 |
* | Correct detection of absent modules. Based on | Andy Dougherty | 2004-06-25 | 1 | -1/+1 |
* | Need to skip test 7 if perl built without the PerlIO::scalar extension | Nicholas Clark | 2004-06-18 | 1 | -1/+2 |
* | add test for change #22746 ([perl #29102] Crash on assign to lex fh) | Dave Mitchell | 2004-05-03 | 1 | -1/+5 |
* | add test for change #22776 ("open m" crashes Perl) | Dave Mitchell | 2004-05-03 | 1 | -1/+6 |
* | Work on eliminating systematic failures on make minitest: | Nicholas Clark | 2004-03-02 | 6 | -9/+21 |
* | Perl 5.8.3 patches from the BS2000 port - part 2 | Dorner Thomas | 2004-01-01 | 1 | -4/+9 |
* | For-non-perlio places we need STDOUT back. | Jarkko Hietaniemi | 2003-09-14 | 1 | -0/+3 |
* | More portable reading. | Jarkko Hietaniemi | 2003-09-14 | 1 | -3/+7 |
* | More dup testing. | Jarkko Hietaniemi | 2003-09-14 | 1 | -2/+46 |
* | The "perlio: " prefix looks a little odd | Jarkko Hietaniemi | 2003-09-13 | 1 | -6/+6 |
* | Layer names were recognized by their prefixes | Jarkko Hietaniemi | 2003-09-13 | 1 | -4/+14 |