This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In Perl_re_op_compile, make a var volatile
[perl5.git] / dist / IO /
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/