| Commit message (Expand) | Author | Age | Files | Lines |
* | PerlIO::get_layers: Treat numbers as strings | Father Chrysostomos | 2011-12-25 | 1 | -1/+5 |
* | [perl #97956] PerlIO::get_layers: call get-magic | Father Chrysostomos | 2011-12-25 | 1 | -1/+20 |
* | Stop seek($glob_copy...) from clearing PL_last_in_gv | Father Chrysostomos | 2011-12-18 | 1 | -1/+7 |
* | Stop eof($glob_copy) from clearing PL_last_in_gv | Father Chrysostomos | 2011-12-17 | 1 | -1/+7 |
* | Stop tell($glob_copy) from clearing PL_last_in_gv | Father Chrysostomos | 2011-12-17 | 1 | -1/+10 |
* | sv.c: Make most warnings utf8-clean | Brian Fraser | 2011-10-06 | 1 | -1/+10 |
* | Move the test for recursive call to Perl_load_module to t/io/perlio.t | Nicholas Clark | 2011-09-23 | 1 | -1/+15 |
* | skip_all is a sub in t/test.pl. | Craig A. Berry | 2011-09-16 | 1 | -2/+2 |
* | Use test.pl miniperl check rather than by-hand in t/io/shm.t | George Greer | 2011-09-14 | 1 | -3/+1 |
* | Tests in "t/io" aren't supposed to use Test::More yet, so use test.pl instead. | George Greer | 2011-09-14 | 1 | -1/+1 |
* | shm.t: Skip under miniperl | Father Chrysostomos | 2011-09-14 | 1 | -0/+3 |
* | shm.t: Don’t call shmctl in END when undefined | Father Chrysostomos | 2011-09-14 | 1 | -3/+3 |
* | Fix #98480 math when reading shared memory | Leon Timmermans | 2011-09-14 | 1 | -1/+7 |
* | Added SysV shared memory tests | Leon Timmermans | 2011-09-14 | 1 | -0/+75 |
* | close($undef) should not croak_no_modify | Father Chrysostomos | 2011-08-23 | 1 | -1/+10 |
* | Skip the hanging eintr.t test on GNU/kFreeBSD too | Niko Tyni | 2011-08-04 | 1 | -1/+1 |
* | re-indent some tests for readability | Father Chrysostomos | 2011-07-16 | 1 | -14/+16 |
* | Correct skip count in perlio.t | Father Chrysostomos | 2011-07-16 | 1 | -1/+1 |
* | revert recent changes to eintr.t | David Mitchell | 2011-06-16 | 1 | -60/+10 |
* | [perl #92828] eintr.t hangs on FreeBSD | David Mitchell | 2011-06-15 | 1 | -0/+29 |
* | [perl #90130] Allow CORE::* without feature.pm | Father Chrysostomos | 2011-06-11 | 1 | -1/+6 |
* | eintr.t: skip based on capability rather than OS | David Mitchell | 2011-06-09 | 1 | -10/+31 |
* | [perl #92258] <$fh> hangs on a glob copy | Father Chrysostomos | 2011-06-05 | 1 | -1/+7 |
* | skip t/io/eintr.t on production releases | David Mitchell | 2011-05-03 | 1 | -1/+6 |
* | [perl #88420] BOM support on Windows broken in 5.13.11 | Jan Dubois | 2011-04-13 | 1 | -0/+14 |
* | Improve comment for skipped test on Solaris in t/io/eintr.t | Andy Dougherty | 2011-03-22 | 1 | -0/+1 |
* | Skip t/io/eintr.t for Solaris 8 as well | Andy Dougherty | 2011-03-22 | 1 | -1/+2 |
* | Read Perl code on Windows in text mode by default. | Jan Dubois | 2011-03-16 | 1 | -0/+81 |
* | Rename test.pl's skip_all_without_extension to *_dynamic_extension(). | Nicholas Clark | 2011-03-12 | 2 | -4/+2 |
* | Skip eintr.t on FreeBSD (see perl #85842 and #84688). | Craig A. Berry | 2011-03-11 | 1 | -1/+3 |
* | Refactor 4 tests to use skip_if_miniperl(). | Nicholas Clark | 2011-03-07 | 1 | -2/+1 |
* | Refactor the startup logic in fflush.t to use skip_all() | Nicholas Clark | 2011-03-07 | 1 | -10/+5 |
* | Refactor 5 tests to use skip_all(), instead of generating TAP locally. | Nicholas Clark | 2011-03-07 | 2 | -10/+5 |
* | Add skip_all_without_perlio() to test.pl, and use it in 8 tests. | Nicholas Clark | 2011-03-07 | 6 | -17/+9 |
* | Ensure that t/io/{print,read,say}.t load Errno at BEGIN time. | Nicholas Clark | 2011-03-06 | 3 | -7/+8 |
* | Tidy perlio_open.t, by using test.pl skip_all* functions where appropriate. | Nicholas Clark | 2011-03-06 | 1 | -13/+3 |
* | Add skip_all_without_extension() to test.pl, for the common skip idiom. | Nicholas Clark | 2011-03-06 | 1 | -3/+2 |
* | Tidy t/io/layers.t | Nicholas Clark | 2011-03-06 | 1 | -16/+8 |
* | Tidy t/io/crlf.t | Nicholas Clark | 2011-03-06 | 1 | -5/+4 |
* | Tidy t/io/binmode.t | Nicholas Clark | 2011-03-06 | 1 | -15/+13 |
* | Under minitest, tests requiring File::Spec->devnull(), as it may not be built. | Nicholas Clark | 2011-03-06 | 1 | -24/+35 |
* | In t/ avoid using File::Spec for paths only used by Perl. | Nicholas Clark | 2011-03-06 | 1 | -2/+1 |
* | Skip the test for #77684 under minitest, as it requires PerlIO::scalar | Nicholas Clark | 2011-02-23 | 1 | -1/+2 |
* | In t/io/open.t, skip the tests for loading IO::File when running under miniperl | Nicholas Clark | 2011-02-21 | 1 | -1/+2 |
* | Add skip_all_if_miniperl() to test.pl, and use it in 6 test scripts | Nicholas Clark | 2011-02-21 | 1 | -0/+1 |
* | [perl #38456] binmode FH, ":crlf" only modifies top crlf layer | Leon Timmermans | 2011-01-27 | 1 | -3/+15 |
* | Fix typos (spelling errors) in t/*. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
* | close the produced test file so win32 can unlink it | Tony Cook | 2010-12-28 | 1 | -0/+1 |
* | Replaced '1 while unlink' with 'unlink_all' in t/io/perlio.t | Brad Gilbert | 2010-12-08 | 1 | -5/+5 |
* | Replaced 'unlink' with 'unlink_all' in t/io/nargv.t | Brad Gilbert | 2010-12-08 | 1 | -1/+1 |