This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
CoreList on CPAN is 3.02
[perl5.git] / dist / IO /
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...
2010-12-19 Zeframbump version of many modules
2010-12-11 Zeframfix various compiler warnings from XS code
2010-10-16 Mike Kellydist/IO: fix a few typos
2010-10-16 Ali Polateldist/IO: Always bind to localhost in tests.
2010-06-21 Matt S Troutversion bump for IO::Socket and add change to delta
2010-06-01 Slaven RezicDocument IO::Socket getsockopt and setsockopt
2009-10-16 Nicholas ClarkConvert sv_2mortal(newSVpvn()) to newSVpvn_flags()...
2009-09-30 Jesse VincentIO has some minor differences from CPAN. Bump to a...
2009-09-29 Nicholas ClarkMove IO from ext/ to dist/