summaryrefslogtreecommitdiff
path: root/dist/IO/t
Commit message (Expand)AuthorAgeFilesLines
* dist/IO/t/io_pipe.t: Work around android only having an inbuilt echoBrian Fraser2014-01-261-1/+5
* [perl #75156] fix the return value and bits for removing a closed fhTony Cook2013-11-111-2/+2
* [perl #75156] tests for deleting a closed handle from IO::SelectTony Cook2013-11-111-1/+21
* Address [perl #117999] for now by skipping known bad test on AIXTony Cook2013-05-152-0/+4
* fix dist/IO/t/cachepropagate-unix.tFrancois Perrad2013-04-191-0/+8
* Tests for [perl #116322]Karl Williamson2013-02-181-1/+12
* portability to Haiku-OS for the cachepropagate-*.t testsTony Cook2013-01-092-21/+29
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-1/+4
* Stop lexical warnings from turning off deprecationsFather Chrysostomos2012-09-141-0/+1
* sync() on a read-only file handle doesn't work on cygwin eitherTony Cook2012-07-171-1/+4
* [rt.cpan.org #61577] VMS doesn't support UNIX socketsTony Cook2012-07-031-1/+1
* [rt.cpan.org #61577] try to populate socket info when not cachedTony Cook2012-07-022-2/+0
* [rt.cpan.org #61577] propagate socket details on acceptTony Cook2012-07-022-2/+0
* [rt.cpan.org #61577] sockdomain and socktype undef on newly accepted socketsTony Cook2012-07-023-0/+183
* [perl #64772] make the read-only-sync test a bit more portableTony Cook2012-06-241-6/+8
* [perl #64772] check both input and output file handles for syncEvan Miller2012-06-011-1/+0
* [perl #64772] TODO test for sync on read only handleTony Cook2012-06-011-1/+10
* convert dist/IO/t/io_xs.t to Test::MoreTony Cook2012-06-011-7/+8
* Revert fixes for [rt.cpan.org #61577]Ricardo Signes2012-05-143-178/+0
* sometimes fork() isn't availableTony Cook2012-05-102-57/+67
* [rt.cpan.org #61577] sockdomain and socktype undef on newly accepted socketsDaniel Kahn Gillmor2012-05-103-0/+168
* use :raw to avoid interference from PERL_UNICODE when creating test dataTony Cook2011-09-191-1/+1
* Make IO::Handle::getline(s) respect the open pragmaFather Chrysostomos2011-09-172-0/+40
* [perl #88486] IO::File does not always export SEEK*Father Chrysostomos2011-04-141-0/+18
* Fix typos (spelling errors) in dist/*Peter J. Acklam) (via RT2011-01-072-2/+2
* Actuall excise 'Apollo DomainOS' support. We officially killed it in 5.11.0. ItJesse Vincent2011-01-041-3/+0
* dist/IO: Always bind to localhost in tests.Ali Polatel2010-10-152-4/+6
* Move IO from ext/ to dist/Nicholas Clark2009-09-2917-0/+1647