This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Use symbolic constant instead of number
[perl5.git] / ext / IPC-Open3 /
2014-07-22 James E KeenanMove two variable assignments outside of parens.
2014-07-22 Daniel DraganOpen3.pm:spawn_with_handles remove alot of duplicate...
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-08-21 Father ChrysostomosIncrease $IPC::Open3::VERSION to 1.16
2013-08-21 Father Chrysostomos[perl #7508] Use NULL for nonexistent array elems
2013-07-29 Tony CookPhilip Boulain is now a perl AUTHOR, and bump a version
2013-07-29 Philip BoulainReap child in case where exception has been thrown
2013-05-25 David Steinbrunnertypo fix for IPC::Open3
2012-09-13 Steve HayAvoid POSIX::close when closing files by descriptor...
2011-09-10 Steve HayThe Borland Chainsaw Massacre
2011-07-27 Father ChrysostomosIncrease $IPC::Open::VERSION to 1.12
2011-07-27 Salvador Fandino[perl #95748] IPC::Open3::open3(..., '-') broken
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 ClarkIn IPC::Open3, inline xfork() and xclose_on_exec()...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open(), refactor the DO_SPAWN code...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open(), refactor the fork/exec code...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open(), refactor the common code into...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open(), switch from 'r' and 'w' to...
2011-06-11 Nicholas ClarkUse $handles[2]{dup_of_out} for the special case code...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open3(), move $kid_{rdr,wtr,err} to...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open3(), move $dup_{wtr,rdr,err} to...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open3(), move $dad_{wtr,rdr,err} to...
2011-06-11 Nicholas ClarkMove the table describing file handles near to the...
2011-06-11 Nicholas ClarkMove the autovivification emulation code to the top...
2011-06-11 Nicholas ClarkRefactor IPC::Open3::_open3() to find the caller's...
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 ClarkAdd debug code to test IPC::Open3::spawn_with_handles...
2011-06-11 Nicholas ClarkIn IPC::Open3::_open(), use 3 argument open to avoid...
2011-06-11 Nicholas ClarkGeneralise IPC::Open3::xopen() to $n-argument open.
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-05-18 Father ChrysostomosRestore a croak I deleted by mistake
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-20 Jesse VincentVersion bumps for IPC::Open3 non-dual-life modules...
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-12-16 Nicholas ClarkVersion bumps for modules changed by a6d37805ca8a9ba8...
2010-12-16 Nicholas ClarkRemove "dead" RCS $Id$ tags from files that we own.
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 ChrysostomosVersion bump and perldelta for IPC::Open3 and [perl...
2010-09-26 Father Chrysostomostests for [perl #76474]
2010-09-26 Vernon Lyon[perl #76474]: IPC::Open3 doesn't handle file descripto...
2010-04-15 Rafael Garcia-SuarezBump $VERSION of IPC::Open3 to 1.06
2010-04-15 Eric Brineopen3 errors in child croak parent RT#72016
2010-04-15 Eric BrineAdd TODO test for RT#72016
2009-09-09 Jerry D. HeddenFix broken ABSTRACTs
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