summaryrefslogtreecommitdiff
path: root/dist/IO/t
Commit message (Expand)AuthorAgeFilesLines
* (perl #129788) IO::Poll: fix memory leakTony Cook2016-12-071-0/+37
* (perl #128095) check pack_sockaddr_un()'s return valueTony Cook2016-09-061-2/+13
* Make IO::Poll->poll call _poll even with an empty fd arrayDagfinn Ilmari Mannsåker2015-10-191-1/+10
* dist/IO/t/io_utf8argv.t: Generalize for non-ASCII platforms.Karl Williamson2015-03-131-6/+15
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-291-1/+1
* Revert "Corrections to spelling and grammatical errors."James E Keenan2015-01-291-1/+1
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-1/+1
* VMS does have fsync, so configure accordingly.Craig A. Berry2014-12-161-0/+2
* Skip obsolete skip in io_xs.t.Craig A. Berry2014-12-151-4/+0
* IRIX: OS mixup in 1d850a6a.Jarkko Hietaniemi2014-10-191-1/+1
* IRIX: fsync documented to fail on read-only filehandles.Jarkko Hietaniemi2014-10-191-2/+2
* replace uses of Test.pm in dist/ distributions (IO, Math-BigInt)Karen Etheridge2014-09-181-16/+14
* Make like() and unlike() in t/test.pl refuse non-qr// argumentsÆvar Arnfjörð Bjarmason2014-06-211-2/+2
* 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