summaryrefslogtreecommitdiff
path: root/dist/IO
Commit message (Expand)AuthorAgeFilesLines
...
* Skip the new open pragma tests for no ":utf8" under PERL_UNICODE.Nicholas Clark2020-01-191-5/+10
* IO: update ChangeLog for new trial releaseRicardo Signes2020-01-191-0/+5
* Loading IO is now threadsafe, avoiding the core bug reported as GH #14816.Nicholas Clark2020-01-193-51/+66
* Add tests for IO::Handle getline() and getlines().Nicholas Clark2020-01-193-4/+127
* Disable dist/IO/t/io_sock.t on windowsNicolas R2020-01-171-0/+1
* Update documentation for IO::Socket.Chase Whitener2020-01-161-132/+414
* Fix skip count in cachepropagate-tcp.tCraig A. Berry2020-01-041-1/+1
* harden IO's cachepropagate-tcpTony Cook2019-12-161-1/+13
* IO: update the ChangeLog after a (trial) release of IO to CPANRicardo Signes2019-12-121-0/+11
* (perl #133936) make send() a bit sanerTony Cook2019-06-192-11/+25
* (perl #133936) document differences between IO::Socket::* and builtinTony Cook2019-06-171-3/+40
* bump $IO::VERSIONTony Cook2019-06-1710-10/+10
* (perl #133936) ensure TO is honoured for UDP $sock->send()Tony Cook2019-06-172-7/+31
* [PATCH] Remove vestiges of mpeix support (removed in 5.17.x)Richard Leach2019-05-301-5/+0
* IO: Add L<> around link in podKarl Williamson2019-05-251-2/+2
* bump $IO::VERSIONTony Cook2019-01-2911-11/+11
* Avoid indenting POD paragraphs in dist/IOShlomi Fish2019-01-282-4/+4
* Shorten test descriptionsJames E Keenan2019-01-081-5/+3
* Conduct tests of IO::Dir in temporary directoryJames E Keenan2019-01-081-38/+62
* Add ppport.h to IODagfinn Ilmari Mannsåker2018-04-201-0/+4
* Update IO ChangeLog since last public release to CPANTodd Rinaldo2018-04-191-0/+112
* Remove pre-5.8 logic no longer relevant in IO unit testsTodd Rinaldo2018-04-195-19/+6
* Bump all IO modules to 1.39 and set required Perl to 5.8.1Todd Rinaldo2018-04-1911-49/+36
* IO test: adjust require for non CORE perlNicolas R2017-11-291-3/+3
* IO::Handle - fix precedence issueNicolas R2017-11-151-9/+9
* document IO::Select error detectionZefram2017-11-121-8/+16
* Rely on C89 <time.h>Aaron Crane2017-10-211-3/+1
* (perl #130856) deal with unpack_sockaddr_un() croakingTony Cook2017-02-271-2/+6
* Switch most open() calls to three-argument form.John Lightsey2016-12-237-7/+7
* (perl #129788) IO::Poll: fix memory leakTony Cook2016-12-073-3/+39
* (perl #128095) check pack_sockaddr_un()'s return valueTony Cook2016-09-061-2/+13
* dist/: bump $VERSION as neededTony Cook2016-07-261-1/+1
* dist/: remove . from @INC when loading optional modulesTony Cook2016-07-261-0/+2
* fix IO::Handle documentation mangled by a manually applied patchTony Cook2016-04-131-3/+3
* Make IO::Poll->poll call _poll even with an empty fd arrayDagfinn Ilmari Mannsåker2015-10-192-3/+12
* Fix assertion when calling IO::Poll::_poll() with an empty fd arrayDagfinn Ilmari Mannsåker2015-10-192-2/+5
* Use <sys/poll.h> if available before going select().Jarkko Hietaniemi2015-10-021-0/+2
* 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
* Label conditionally unused.Jarkko Hietaniemi2014-12-091-0/+2
* Increase $IO::VERSION to 1.35Father Chrysostomos2014-12-071-1/+1
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-3/+3
* bump $IO::Socket::VERSION to 1.38Tony Cook2014-11-031-1/+1
* Improve connected() docGlenn D. Golden2014-11-031-2/+17
* 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