summaryrefslogtreecommitdiff
path: root/dist/IO/t
Commit message (Expand)AuthorAgeFilesLines
* IO::Handle: clear the error on both input and output streamsTony Cook2020-07-301-3/+5
* make $fh->error report errors from both input and outputTony Cook2020-07-301-1/+18
* GNU/Hurd doesn't support SO_PROTOCOLSamuel Thibault2020-07-301-2/+2
* dist/IO no indirect, strict & warningsNicolas R2020-07-1715-68/+74
* dist/IO/t/cachepropagate-unix.t: Add os390 to TODO listKarl Williamson2020-05-271-2/+2
* io_unix.t: make tests run on Windows builds if threads + AF_UNIXRichard Leach2020-05-211-6/+18
* DragonFly BSD doesn't support SO_PROTOCOL for AF_UNIX socketsTomasz Konojacki2020-04-031-2/+2
* apparently HP-UX and solaris also don't support SO_PROTOCOL for AF_UNIXTony Cook2020-03-271-2/+2
* Make it possible to remove a closed IO::Socket handle from IO::Select.Todd Rinaldo2020-02-041-0/+29
* NetBSD, Darwin, Cygwin don't appear to support SO_PROTOCOLTony Cook2020-01-291-2/+19
* Skip the new open pragma tests for no ":utf8" under PERL_UNICODE.Nicholas Clark2020-01-191-5/+10
* Add tests for IO::Handle getline() and getlines().Nicholas Clark2020-01-192-3/+127
* Disable dist/IO/t/io_sock.t on windowsNicolas R2020-01-171-0/+1
* Fix skip count in cachepropagate-tcp.tCraig A. Berry2020-01-041-1/+1
* harden IO's cachepropagate-tcpTony Cook2019-12-161-1/+13
* (perl #133936) make send() a bit sanerTony Cook2019-06-191-3/+8
* (perl #133936) ensure TO is honoured for UDP $sock->send()Tony Cook2019-06-171-4/+27
* [PATCH] Remove vestiges of mpeix support (removed in 5.17.x)Richard Leach2019-05-301-5/+0
* Shorten test descriptionsJames E Keenan2019-01-081-5/+3
* Conduct tests of IO::Dir in temporary directoryJames E Keenan2019-01-081-38/+62
* Remove pre-5.8 logic no longer relevant in IO unit testsTodd Rinaldo2018-04-194-12/+4
* IO test: adjust require for non CORE perlNicolas R2017-11-291-3/+3
* (perl #130856) deal with unpack_sockaddr_un() croakingTony Cook2017-02-271-2/+6
* Switch most open() calls to three-argument form.John Lightsey2016-12-236-6/+6
* (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