This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump version of Data::Dumper
[perl5.git] / dist / IO / t /
2018-04-19 Todd RinaldoRemove pre-5.8 logic no longer relevant in IO unit...
2017-11-29 Nicolas RIO test: adjust require for non CORE perl
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
2015-10-19 Dagfinn Ilmari Man... Make IO::Poll->poll call _poll even with an empty fd...
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-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-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2014-01-26 Brian Fraserdist/IO/t/io_pipe.t: Work around android only having...
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-05-15 Tony CookAddress [perl #117999] for now by skipping known bad...
2013-04-18 Francois Perradfix dist/IO/t/cachepropagate-unix.t
2013-02-19 Karl WilliamsonTests for [perl #116322]
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 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 Tony Cooksometimes fork() isn't available
2012-05-10 Daniel Kahn Gillmor[rt.cpan.org #61577] sockdomain and socktype undef...
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-04-14 Father Chrysostomos[perl #88486] IO::File does not always export SEEK*
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in dist/*
2011-01-03 Jesse VincentActuall excise 'Apollo DomainOS' support. We officially...
2010-10-16 Ali Polateldist/IO: Always bind to localhost in tests.
2009-09-29 Nicholas ClarkMove IO from ext/ to dist/