summaryrefslogtreecommitdiff
path: root/t/io
Commit message (Expand)AuthorAgeFilesLines
* [perl #103492] Give lvalue cx to (s)printf argsFather Chrysostomos2011-12-311-1/+6
* PerlIO::get_layers: Treat numbers as stringsFather Chrysostomos2011-12-251-1/+5
* [perl #97956] PerlIO::get_layers: call get-magicFather Chrysostomos2011-12-251-1/+20
* Stop seek($glob_copy...) from clearing PL_last_in_gvFather Chrysostomos2011-12-181-1/+7
* Stop eof($glob_copy) from clearing PL_last_in_gvFather Chrysostomos2011-12-171-1/+7
* Stop tell($glob_copy) from clearing PL_last_in_gvFather Chrysostomos2011-12-171-1/+10
* sv.c: Make most warnings utf8-cleanBrian Fraser2011-10-061-1/+10
* Move the test for recursive call to Perl_load_module to t/io/perlio.tNicholas Clark2011-09-231-1/+15
* skip_all is a sub in t/test.pl.Craig A. Berry2011-09-161-2/+2
* Use test.pl miniperl check rather than by-hand in t/io/shm.tGeorge Greer2011-09-141-3/+1
* Tests in "t/io" aren't supposed to use Test::More yet, so use test.pl instead.George Greer2011-09-141-1/+1
* shm.t: Skip under miniperlFather Chrysostomos2011-09-141-0/+3
* shm.t: Don’t call shmctl in END when undefinedFather Chrysostomos2011-09-141-3/+3
* Fix #98480 math when reading shared memoryLeon Timmermans2011-09-141-1/+7
* Added SysV shared memory testsLeon Timmermans2011-09-141-0/+75
* close($undef) should not croak_no_modifyFather Chrysostomos2011-08-231-1/+10
* Skip the hanging eintr.t test on GNU/kFreeBSD tooNiko Tyni2011-08-041-1/+1
* re-indent some tests for readabilityFather Chrysostomos2011-07-161-14/+16
* Correct skip count in perlio.tFather Chrysostomos2011-07-161-1/+1
* revert recent changes to eintr.tDavid Mitchell2011-06-161-60/+10
* [perl #92828] eintr.t hangs on FreeBSDDavid Mitchell2011-06-151-0/+29
* [perl #90130] Allow CORE::* without feature.pmFather Chrysostomos2011-06-111-1/+6
* eintr.t: skip based on capability rather than OSDavid Mitchell2011-06-091-10/+31
* [perl #92258] <$fh> hangs on a glob copyFather Chrysostomos2011-06-051-1/+7
* skip t/io/eintr.t on production releasesDavid Mitchell2011-05-031-1/+6
* [perl #88420] BOM support on Windows broken in 5.13.11Jan Dubois2011-04-131-0/+14
* Improve comment for skipped test on Solaris in t/io/eintr.tAndy Dougherty2011-03-221-0/+1
* Skip t/io/eintr.t for Solaris 8 as wellAndy Dougherty2011-03-221-1/+2
* Read Perl code on Windows in text mode by default.Jan Dubois2011-03-161-0/+81
* Rename test.pl's skip_all_without_extension to *_dynamic_extension().Nicholas Clark2011-03-122-4/+2
* Skip eintr.t on FreeBSD (see perl #85842 and #84688).Craig A. Berry2011-03-111-1/+3
* Refactor 4 tests to use skip_if_miniperl().Nicholas Clark2011-03-071-2/+1
* Refactor the startup logic in fflush.t to use skip_all()Nicholas Clark2011-03-071-10/+5
* Refactor 5 tests to use skip_all(), instead of generating TAP locally.Nicholas Clark2011-03-072-10/+5
* Add skip_all_without_perlio() to test.pl, and use it in 8 tests.Nicholas Clark2011-03-076-17/+9
* Ensure that t/io/{print,read,say}.t load Errno at BEGIN time.Nicholas Clark2011-03-063-7/+8
* Tidy perlio_open.t, by using test.pl skip_all* functions where appropriate.Nicholas Clark2011-03-061-13/+3
* Add skip_all_without_extension() to test.pl, for the common skip idiom.Nicholas Clark2011-03-061-3/+2
* Tidy t/io/layers.tNicholas Clark2011-03-061-16/+8
* Tidy t/io/crlf.tNicholas Clark2011-03-061-5/+4
* Tidy t/io/binmode.tNicholas Clark2011-03-061-15/+13
* Under minitest, tests requiring File::Spec->devnull(), as it may not be built.Nicholas Clark2011-03-061-24/+35
* In t/ avoid using File::Spec for paths only used by Perl.Nicholas Clark2011-03-061-2/+1
* Skip the test for #77684 under minitest, as it requires PerlIO::scalarNicholas Clark2011-02-231-1/+2
* In t/io/open.t, skip the tests for loading IO::File when running under miniperlNicholas Clark2011-02-211-1/+2
* Add skip_all_if_miniperl() to test.pl, and use it in 6 test scriptsNicholas Clark2011-02-211-0/+1
* [perl #38456] binmode FH, ":crlf" only modifies top crlf layerLeon Timmermans2011-01-271-3/+15
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* close the produced test file so win32 can unlink itTony Cook2010-12-281-0/+1
* Replaced '1 while unlink' with 'unlink_all' in t/io/perlio.tBrad Gilbert2010-12-081-5/+5