This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix dist/Time-HiRes/t/*.t that assumed '.' in @INC
[perl5.git] / dist / IO /
2017-02-27 Tony Cook(perl #130856) deal with unpack_sockaddr_un() croaking
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-12-07 Tony Cook(perl #129788) IO::Poll: fix memory leak
2016-09-06 Tony Cook(perl #128095) check pack_sockaddr_un()'s return value
2016-07-26 Tony Cookdist/: bump $VERSION as needed
2016-07-26 Tony Cookdist/: remove . from @INC when loading optional modules
2016-04-12 Tony Cookfix IO::Handle documentation mangled by a manually...
2015-10-19 Dagfinn Ilmari Man... Make IO::Poll->poll call _poll even with an empty fd...
2015-10-19 Dagfinn Ilmari Man... Fix assertion when calling IO::Poll::_poll() with an...
2015-10-02 Jarkko HietaniemiUse <sys/poll.h> if available before going select().
2015-03-13 Karl Williamsondist/IO/t/io_utf8argv.t: Generalize for non-ASCII platf...
2015-01-30 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-30 James E KeenanRevert "Corrections to spelling and grammatical errors."
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2014-12-17 Craig A. BerryVMS does have fsync, so configure accordingly.
2014-12-16 Craig A. BerrySkip obsolete skip in io_xs.t.
2014-12-10 Jarkko HietaniemiLabel conditionally unused.
2014-12-08 Father ChrysostomosIncrease $IO::VERSION to 1.35
2014-12-08 Father ChrysostomosChange OP_SIBLING to OpSIBLING
2014-11-03 Tony Cookbump $IO::Socket::VERSION to 1.38
2014-11-03 Glenn D. GoldenImprove connected() doc
2014-10-20 Jarkko HietaniemiIRIX: OS mixup in 1d850a6a.
2014-10-19 Jarkko HietaniemiIRIX: fsync documented to fail on read-only filehandles.
2014-09-19 Karen Etheridgereplace uses of Test.pm in dist/ distributions (IO...
2014-09-10 Father ChrysostomosIncrease $IO::VERSION to 1.34
2014-09-10 Father ChrysostomosIO.xs: OP_SIBLING is too new
2014-07-08 David Mitchellwrap op_sibling field access in OP_SIBLING* macros
2014-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2014-05-29 Jarkko HietaniemiFurther simplify the sockatmark().
2014-05-29 Jarkko HietaniemiBuild fixes for Win32 after the Coverity smoke.
2014-05-29 Jarkko HietaniemiVersion bumping thanks to the Coverity deluge.
2014-05-29 Jarkko Hietaniemifcntl receiving -1 from fileno, fcntl failing.
2014-03-04 Karl Williamsondist/IO: Allow to be dual-lived
2014-01-26 Brian FraserIO::Socket::INET: Handle getprotobyn{ame,umber} not...
2014-01-26 Brian Fraserdist/IO/t/io_pipe.t: Work around android only having...
2014-01-14 Shlomi FishAdd examples for IO::Socket::UNIX.
2014-01-14 Shlomi FishRemove an old note about autoflush from the POD.
2013-11-20 Daniel Draganioctl on perlhost platforms take a char*, not void*
2013-11-13 David MitchellIO.xs: fix compiler warning
2013-11-11 Tony Cook[perl #75156] fix the return value and bits for removin...
2013-11-11 Tony Cook[perl #75156] tests for deleting a closed handle from...
2013-09-18 Steve HayReally fix precedence problem in IO::Socket::connect...
2013-09-18 Steve HayFix precedence problem in IO::Socket::connect() from...
2013-09-17 Steve HayUse non-dev version number in IO::Socket
2013-09-16 Steve HayFix IO::Socket::connect() in the light of $! changes
2013-09-11 Karl WilliamsonUse separate macros for byte vs uv Unicode
2013-07-06 Ricardo Signessmall improvements to documentation of IO::Socket
2013-05-25 David Steinbrunnertypo fix for IO
2013-05-19 James E KeenanSubject: [PATCH] Update INSTALLDIRS to favor installati...
2013-05-15 Tony CookAddress [perl #117999] for now by skipping known bad...
2013-05-07 Dominic Hargreavesbump dist/IO/lib/IO/Handle.pm version to 1.34
2013-05-07 Dominic Hargreaves[perl #117791] Clarify that write does not match the...
2013-05-05 Craig A. BerryFix non-blocking sockets on VMS.
2013-04-18 Francois Perradfix dist/IO/t/cachepropagate-unix.t
2013-04-14 James E KeenanSubject: [PATCH] Update INSTALLDIRS to favor installati...
2013-02-19 Karl Williamsondist/IO/IO.xs: Silence compiler warning
2013-02-19 Karl WilliamsonTests for [perl #116322]
2013-02-19 Christian HansenPATCH: [perl #116322]: getc() and ungetc() with unicode...
2013-01-18 Ricardo Signesuse non-dev version for IO
2013-01-09 Tony Cookportability to Haiku-OS for the cachepropagate-*.t...
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-09-15 Father ChrysostomosStop lexical warnings from turning off deprecations
2012-07-17 Tony Cooksync() on a read-only file handle doesn't work on cygwi...
2012-07-03 Tony Cook[rt.cpan.org #61577] VMS doesn't support UNIX sockets
2012-07-02 Tony Cookbump IO.pm version
2012-07-02 Dominic Hargreavesadd Test::More as a prereq to Makefile.PL
2012-07-02 Tony Cookbump IO::Socket version
2012-07-02 Tony Cookdocument the limitations of protocol(), sockdomain...
2012-07-02 Tony Cook[rt.cpan.org #61577] try to populate socket info when...
2012-07-02 Tony Cook[rt.cpan.org #61577] propagate socket details on accept
2012-07-02 Tony Cook[rt.cpan.org #61577] sockdomain and socktype undef...
2012-06-24 Tony Cook[perl #64772] make the read-only-sync test a bit more...
2012-06-01 Evan Miller[perl #64772] check both input and output file handles...
2012-06-01 Tony Cook[perl #64772] TODO test for sync on read only handle
2012-06-01 Tony Cookconvert dist/IO/t/io_xs.t to Test::More
2012-05-14 Ricardo SignesRevert fixes for [rt.cpan.org #61577]
2012-05-10 Dominic Hargreavesadd Test::More as a prereq to Makefile.PL
2012-05-10 Tony Cooksometimes fork() isn't available
2012-05-10 Daniel Kahn Gillmor[rt.cpan.org #61577] sockdomain and socktype undef...
2012-01-04 Father ChrysostomosCorrect bug-report email in IO docs
2011-11-24 Father ChrysostomosIncrease $IO::File::VERSION to 1.16
2011-11-24 Father ChrysostomosRemove ‘use File::Spec’ from IO::File
2011-11-23 Father ChrysostomosVersion bumps if-0.0602
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-09-19 Tony Cookuse :raw to avoid interference from PERL_UNICODE when...
2011-09-17 Father ChrysostomosMake IO::Handle::getline(s) respect the open pragma
2011-08-16 Steve HayFix tabbing from commit f5458e3a4f and bump IO::Handle...
2011-08-16 Stephen OberholtzerFix setting sockets nonblocking in Win32
2011-08-15 Steve HayFix tabbing and trailing whitespace from commit f1d35e3443
2011-08-15 Karthik RajagopalanUse the exception set in select (connect()) to early...
2011-08-10 Father ChrysostomosKeep verbatim pod in various dist/* pods within 79...
2011-08-10 Father ChrysostomosKeep verbatim pod in I18N:LT and IO.pm within 80 cols
2011-04-14 Father Chrysostomos[perl #88486] IO::File does not always export SEEK*
2011-04-11 David LeadbeaterRequire IO::File in IO::Handle
2011-02-22 Boris RatnerRemove various indirect method calls in IO's docs
2011-02-02 Jesse VincentBump IO::Select's version since it changed since the...
2011-01-27 Franz FaschingIO::Select: allow removal of IO::Handle objects without...
2011-01-20 Jesse VincentBump version of IO::Handle per porting/cmpVERSION.pl
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in dist/*
2011-01-03 Jesse VincentActuall excise 'Apollo DomainOS' support. We officially...
next