This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make "NEWS" an IGNORABLE file
[perl5.git] / ext / IPC-Open3 / t /
2014-06-21 George GreerIPC-Open3.t: For d3ae482b also need the "SKIP" label...
2014-06-21 James E KeenanFix test file per George Greer comment.
2014-06-21 James E KeenanRevert 6 tests failing on Win32 smoker.
2014-06-21 Dmitri TikhonovUntie STDERR in IPC::Open3.
2014-03-02 Nicholas ClarkChange the test to use itself as test file, instead...
2013-07-29 Philip BoulainReap child in case where exception has been thrown
2011-09-10 Steve HayThe Borland Chainsaw Massacre
2011-07-06 Nicholas ClarkThe test for #76474 should open file descriptor 0,...
2011-06-16 Nicholas ClarkMerge ext/IPC-Open2 into ext/IPC-Open3.
2011-06-11 Nicholas ClarkIPC::Open3::open3() couldn't duplicate numeric file...
2011-06-11 Nicholas ClarkAvoid an uninitialized hash key in IPC::Open::spawn_wit...
2011-06-11 Nicholas ClarkIPC::Open3::open3() shouldn't fail if any of *STD{IN...
2011-06-11 Nicholas ClarkSimplify the test for IPC::Open bug RT #72016.
2011-06-06 Nicholas ClarkTest that IPC::Open{2,3} correctly fault read-only...
2011-06-06 Nicholas ClarkTest that IPC::Open{2,3} correctly qualify file handles...
2011-06-06 Nicholas ClarkIn IPC-Open3.t, merge two similar tests using a loop.
2011-04-15 Craig A. BerryIPC::Open3 needs porting to work on VMS.
2011-02-06 Nicholas ClarkIn IPC::Open3's fd.t, open STDIN explicitly in the...
2011-02-06 Nicholas ClarkIn IPC::Open3's fd.t, correct the code added in 1f563db...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2010-12-20 Nicholas ClarkTweak IPC-Open3.t to cope with \r\n line endings on...
2010-12-17 Nicholas ClarkConvert ext/IPC-Open3/t/IPC-Open3.t to Test::More
2010-10-01 Tony Cookrt 76474: Avoid the child perl reading from stdout
2010-09-27 Father ChrysostomosFix IPC::Open3’s fd.t to work on Windows
2010-09-27 Father ChrysostomosSkip ext/IPC-Open3/t/fd.t on stdio
2010-09-26 Father Chrysostomostests for [perl #76474]
2010-04-15 Eric Brineopen3 errors in child croak parent RT#72016
2010-04-15 Eric BrineAdd TODO test for RT#72016
2009-09-04 Steffen Muellerstrip trailing whitespace in IPC::Open3 tests
2009-09-04 Steffen MuellerAttempt to fix core-specific logic in IPC::Open3 tests
2009-09-04 Steffen MuellerMove IPC::Open3 from lib to ext