summaryrefslogtreecommitdiff
path: root/t/io
Commit message (Expand)AuthorAgeFilesLines
* Make vms.c's Perl_flex_fstat preserve errno on success.Craig A. Berry2013-03-241-2/+0
* Skip io/eintr.t on QNX Neutrino tooChris 'BinGOs' Williams2013-03-071-1/+1
* Also skip io/eintr.t on MidnightBSDChris 'BinGOs' Williams2013-02-201-1/+1
* Some tests for [perl #112244]Karl Williamson2013-02-181-1/+13
* Skip t/io/eintr.t on older Darwins.James E Keenan2013-01-181-2/+4
* Remove the BeOS port.Nicholas Clark2012-12-142-4/+2
* fix another boundary case and hopefully improve performanceTony Cook2012-12-091-1/+7
* fix a fencepost error I found trying to fall asleepTony Cook2012-12-091-1/+4
* Incomplete implementation of $/ = \number acting like read()Tony Cook2012-12-091-1/+30
* Remove the EPOC port.Nicholas Clark2012-11-192-3/+3
* [perl #77094] Stop printf +() from reading past SPFather Chrysostomos2012-09-241-1/+6
* Remove the MPE/iX port.Nicholas Clark2012-09-211-3/+2
* Remove the VM/ESA port.Nicholas Clark2012-08-311-8/+2
* Stop truncate(word) from falling back to file nameFather Chrysostomos2012-07-251-2/+10
* ensure shmread() calls get and set magic onceChip Salzenberg2012-07-101-1/+11
* Make open(... "<&", $fileno) respect magicFather Chrysostomos2012-06-071-1/+5
* Assertion failure with $/=*foo; warn;Father Chrysostomos2012-06-071-1/+6
* Deprecate literal unescaped "{" in regexes.Karl Williamson2012-05-241-2/+2
* [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