summaryrefslogtreecommitdiff
path: root/t/io
Commit message (Expand)AuthorAgeFilesLines
* Purge sfio support, which has been broken for a decade.Nicholas Clark2013-12-272-5/+3
* [perl #120635] don't leak semaphoresTony Cook2013-12-181-1/+1
* Fixes the case where on 64bit big-endian boxes, calls to semctl(id,semnum,SET...Brian Childs2013-12-091-0/+72
* Skip eintr_print.t under miniperlFather Chrysostomos2013-12-061-2/+2
* crlf.t: Add skip countFather Chrysostomos2013-12-061-2/+4
* Check unlink on directory for all users, not just root.Craig A. Berry2013-12-021-7/+5
* Make unlink on directory as root set errno.Evan Zacks2013-12-021-1/+32
* Make PL_argvgv refcountedFather Chrysostomos2013-10-281-1/+11
* [perl #119893] avoid waiting on pid 0Tony Cook2013-10-171-0/+47
* Fixing eintr_print.t intermittent hangVictor2013-09-171-3/+11
* Test that print() is not returning EINTR.Victor2013-09-171-0/+87
* [perl #117265] correctly handle overloaded stringsTony Cook2013-09-091-6/+0
* [perl #117265] TODO tests for overloading issuesTony Cook2013-09-091-6/+35
* Stop t/io/utf8.t leaving a temporary file behind on WindowsSteve Hay2013-08-291-0/+1
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-261-1/+60
* Make __DATA__ use the right pkgFather Chrysostomos2013-08-251-0/+9
* PerlIO: remove string eval/code injection (#119287)Lukas Mai2013-08-171-1/+9
* [perl #117941] Handle vivification crashing w/freed stashFather Chrysostomos2013-06-081-1/+6
* add a special case for VOS handling of file position after open in tell.tPaul Green2013-06-031-5/+17
* remove an obsolete VOS special case and add a new one in fs.tPaul Green2013-06-031-6/+4
* 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