This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
amigaos4: implement flock() emulation
[perl5.git] / t / io /
2015-09-04 Karl Williamsonio/utf8.t: Generalize test for ebcdic, better skip msg
2015-09-04 Karl Williamsonio/utf8.t: Fix typo in comment
2015-06-03 Tony Cook[perl #125115] don't create file GLOB(...) when dupping...
2015-06-02 Dagfinn Ilmari Man... Handle fcntl(F_GETPIPE_SZ) failure in t/io/eintr.t
2015-03-06 Karl Williamsont/io/crlf.t: Generalize for non-ASCII platforms
2015-03-06 Karl Williamsont/io/through.t: Generalize for EBCDIC platforms
2015-03-06 Karl Williamsont/io/utf8.t: EBCDIC fixes
2015-03-05 Rafael Garcia-Suarezreadline should behave as <>, not <<>>
2015-02-17 Karl Williamsont/io/bom.t: Generalize for non-ASCII platforms
2015-02-12 Hugo van der Sandenfix assertions for UTF8_TWO_BYTE_HI/LO
2015-01-05 Tony Cookdisable Win32 sloppy stat in io/fs.t, io/stat.t
2014-12-24 Aaron CraneFix typos in two unrelated test descriptions
2014-12-07 Aaron CraneMake fileno() builtin work on directory handles
2014-11-03 Father Chrysostomos[perl #57512] Warnings for implicitly closed handles
2014-11-02 Jarkko HietaniemiIn tests, 'use strict' etc after the @INC manipulation.
2014-10-29 Tony Cooksemctl() on cygwin throws SIGSYS if the cygserver isn...
2014-10-22 Tony Cook[perl #122703] ensure $! is set when chmod() and utime...
2014-10-20 Aaron CraneFix stack-management bug when semctl encounters errors
2014-10-16 Jarkko Hietaniemieintr.t needs Fcntl.
2014-10-12 Dagfinn Ilmari Man... Add support for Linux pipe buffer size fcntl commands
2014-10-08 Jarkko HietaniemiTest preamble: if requiring ./test.pl, needs chdir.
2014-10-08 Jarkko HietaniemiTest preamble: unify to dot slash test dot pl
2014-10-08 Jarkko HietaniemiTest preamble: unify chdir 't' if -d 't';
2014-10-07 Ævar Arnfjörð Bjar... t/io/eintr.t: Make this pass on my ppc64 box
2014-10-03 Rafael Garcia-SuarezDo not rely on the precise error wording
2014-10-03 Tony Cook[perl #122657] TODO checking the result of recv() on...
2014-10-03 Leon TimmermansCompare recv return value to peername in socket test
2014-10-01 Rafael Garcia-SuarezNew <<>> tests
2014-09-30 Rafael Garcia-SuarezForgot to update SKIP count after last patch
2014-09-30 Rafael Garcia-SuarezAdd a test for <<>> failing on the second file
2014-09-30 Rafael Garcia-SuarezAdd tests for empty strings in @ARGV
2014-09-30 Rafael Garcia-SuarezAdd tests for $ARGV
2014-09-30 Rafael Garcia-SuarezAdd tests for the <<>> operator
2014-09-03 Father ChrysostomosGet t/io/open.t working under miniperl
2014-09-03 Father ChrysostomosGet t/io/fs.t working under miniperl
2014-07-29 Jarkko HietaniemiRevert part of b844a53a to fix ./perl -Ilib t/io/fs.t
2014-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2014-05-14 Gisle Aasuse skip_all; test.pl plan does not support skip_all
2014-04-09 bulk88[perl #21442] fix fs.t failures on Win32 FAT drive
2014-02-18 Tony Cooktest.pl uses skip_all(...), not plan(skip_all => ...)
2014-02-03 Tony Cook[perl #121028] avoid creating a shell process
2014-01-30 Brian Frasert/io/fs.t: sh in Blackberry might behave like android's
2014-01-26 Brian Frasert/io/fs.t: Handle Android's pwd being a shell builtin
2014-01-26 Jess RobinsonAdjust fs test to try more ways of getting the CWD...
2014-01-14 Tony Cook[perl #118843] work around recv() behaviour on cygwin
2014-01-14 Father ChrysostomosGet t/io/utf8.t working under PERL_UNICODE
2014-01-13 Father ChrysostomosMake getc unset the utf8 flag on its retval
2013-12-27 Nicholas ClarkPurge sfio support, which has been broken for a decade.
2013-12-18 Tony Cook[perl #120635] don't leak semaphores
2013-12-09 Brian ChildsFixes the case where on 64bit big-endian boxes, calls...
2013-12-07 Father ChrysostomosSkip eintr_print.t under miniperl
2013-12-07 Father Chrysostomoscrlf.t: Add skip count
2013-12-03 Craig A. BerryCheck unlink on directory for all users, not just root.
2013-12-03 Evan ZacksMake unlink on directory as root set errno.
2013-10-28 Father ChrysostomosMake PL_argvgv refcounted
2013-10-17 Tony Cook[perl #119893] avoid waiting on pid 0
2013-09-17 VictorFixing eintr_print.t intermittent hang
2013-09-17 VictorTest that print() is not returning EINTR.
2013-09-09 Tony Cook[perl #117265] correctly handle overloaded strings
2013-09-09 Tony Cook[perl #117265] TODO tests for overloading issues
2013-08-29 Steve HayStop t/io/utf8.t leaving a temporary file behind on...
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2013-08-25 Father ChrysostomosMake __DATA__ use the right pkg
2013-08-17 Lukas MaiPerlIO: remove string eval/code injection (#119287)
2013-06-08 Father Chrysostomos[perl #117941] Handle vivification crashing w/freed...
2013-06-04 Paul Greenadd a special case for VOS handling of file position...
2013-06-04 Paul Greenremove an obsolete VOS special case and add a new one...
2013-03-25 Craig A. BerryMake vms.c's Perl_flex_fstat preserve errno on success.
2013-03-07 Chris 'BinGOs' Wil... Skip io/eintr.t on QNX Neutrino too
2013-02-20 Chris 'BinGOs' Wil... Also skip io/eintr.t on MidnightBSD
2013-02-19 Karl WilliamsonSome tests for [perl #112244]
2013-01-19 James E KeenanSkip t/io/eintr.t on older Darwins.
2012-12-14 Nicholas ClarkRemove the BeOS port.
2012-12-08 Tony Cookfix another boundary case and hopefully improve performance
2012-12-08 Tony Cookfix a fencepost error I found trying to fall asleep
2012-12-08 Tony CookIncomplete implementation of $/ = \number acting like...
2012-11-19 Nicholas ClarkRemove the EPOC port.
2012-09-24 Father Chrysostomos[perl #77094] Stop printf +() from reading past SP
2012-09-21 Nicholas ClarkRemove the MPE/iX port.
2012-08-31 Nicholas ClarkRemove the VM/ESA port.
2012-07-26 Father ChrysostomosStop truncate(word) from falling back to file name
2012-07-11 Chip Salzenbergensure shmread() calls get and set magic once
2012-06-07 Father ChrysostomosMake open(... "<&", $fileno) respect magic
2012-06-07 Father ChrysostomosAssertion failure with $/=*foo; warn;
2012-05-25 Karl WilliamsonDeprecate literal unescaped "{" in regexes.
2012-01-01 Father Chrysostomos[perl #103492] Give lvalue cx to (s)printf args
2011-12-25 Father ChrysostomosPerlIO::get_layers: Treat numbers as strings
2011-12-25 Father Chrysostomos[perl #97956] PerlIO::get_layers: call get-magic
2011-12-18 Father ChrysostomosStop seek($glob_copy...) from clearing PL_last_in_gv
2011-12-18 Father ChrysostomosStop eof($glob_copy) from clearing PL_last_in_gv
2011-12-18 Father ChrysostomosStop tell($glob_copy) from clearing PL_last_in_gv
2011-10-06 Brian Frasersv.c: Make most warnings utf8-clean
2011-09-23 Nicholas ClarkMove the test for recursive call to Perl_load_module...
2011-09-16 Craig A. Berryskip_all is a sub in t/test.pl.
2011-09-15 George GreerUse test.pl miniperl check rather than by-hand in t...
2011-09-15 George GreerTests in "t/io" aren't supposed to use Test::More yet...
2011-09-15 Father Chrysostomosshm.t: Skip under miniperl
2011-09-15 Father Chrysostomosshm.t: Don’t call shmctl in END when undefined
2011-09-14 Leon TimmermansFix #98480 math when reading shared memory
2011-09-14 Leon TimmermansAdded SysV shared memory tests
next