| Commit message (Expand) | Author | Age | Files | Lines |
* | Move two variable assignments outside of parens. | James E Keenan | 2014-07-21 | 1 | -6/+9 |
* | Open3.pm:spawn_with_handles remove alot of duplicate operators | Daniel Dragan | 2014-07-21 | 1 | -4/+4 |
* | Untie STDERR in IPC::Open3. | Dmitri Tikhonov | 2014-06-21 | 1 | -1/+2 |
* | Increase $IPC::Open3::VERSION to 1.16 | Father Chrysostomos | 2013-08-20 | 1 | -1/+1 |
* | [perl #7508] Use NULL for nonexistent array elems | Father Chrysostomos | 2013-08-20 | 1 | -0/+4 |
* | Philip Boulain is now a perl AUTHOR, and bump a version | Tony Cook | 2013-07-29 | 1 | -1/+1 |
* | Reap child in case where exception has been thrown | Philip Boulain | 2013-07-29 | 1 | -1/+3 |
* | typo fix for IPC::Open3 | David Steinbrunner | 2013-05-25 | 1 | -2/+2 |
* | Avoid POSIX::close when closing files by descriptor in IPC::Open3 | Steve Hay | 2012-09-13 | 1 | -5/+7 |
* | Increase $IPC::Open::VERSION to 1.12 | Father Chrysostomos | 2011-07-27 | 1 | -1/+1 |
* | [perl #95748] IPC::Open3::open3(..., '-') broken | Salvador Fandino | 2011-07-27 | 1 | -2/+5 |
* | Merge ext/IPC-Open2 into ext/IPC-Open3. | Nicholas Clark | 2011-06-16 | 1 | -0/+120 |
* | In IPC::Open3, inline xfork() and xclose_on_exec(), and delete xpipe_anon(). | Nicholas Clark | 2011-06-11 | 1 | -20/+7 |
* | In IPC::Open3::_open(), refactor the DO_SPAWN code to loop over @handles. | Nicholas Clark | 2011-06-11 | 1 | -19/+9 |
* | In IPC::Open3::_open(), refactor the fork/exec code to loop over @handles. | Nicholas Clark | 2011-06-11 | 1 | -21/+10 |
* | In IPC::Open3::_open(), refactor the common code into loops over @handles. | Nicholas Clark | 2011-06-11 | 1 | -18/+20 |
* | In IPC::Open3::_open(), switch from 'r' and 'w' to '<' and '>'. | Nicholas Clark | 2011-06-11 | 1 | -4/+4 |
* | Use $handles[2]{dup_of_out} for the special case code for shared STD{OUT,ERR}. | Nicholas Clark | 2011-06-11 | 1 | -5/+6 |
* | In IPC::Open3::_open3(), move $kid_{rdr,wtr,err} to @handles. | Nicholas Clark | 2011-06-11 | 1 | -29/+26 |
* | In IPC::Open3::_open3(), move $dup_{wtr,rdr,err} to @handles. | Nicholas Clark | 2011-06-11 | 1 | -18/+18 |
* | In IPC::Open3::_open3(), move $dad_{wtr,rdr,err} to @handles. | Nicholas Clark | 2011-06-11 | 1 | -38/+41 |
* | Move the table describing file handles near to the top of IPC::Open::open3(). | Nicholas Clark | 2011-06-11 | 1 | -22/+18 |
* | Move the autovivification emulation code to the top of IPC::Open3::_open3(). | Nicholas Clark | 2011-06-11 | 1 | -7/+8 |
* | Refactor IPC::Open3::_open3() to find the caller's package itself. | Nicholas Clark | 2011-06-11 | 1 | -5/+5 |
* | IPC::Open3::open3() couldn't duplicate numeric file descriptors on Windows. | Nicholas Clark | 2011-06-11 | 1 | -3/+3 |
* | Avoid an uninitialized hash key in IPC::Open::spawn_with_handles(). | Nicholas Clark | 2011-06-11 | 1 | -1/+3 |
* | IPC::Open3::open3() shouldn't fail if any of *STD{IN,OUT,ERR} are localized. | Nicholas Clark | 2011-06-11 | 1 | -4/+8 |
* | Add debug code to test IPC::Open3::spawn_with_handles() on *nix. | Nicholas Clark | 2011-06-11 | 1 | -2/+23 |
* | In IPC::Open3::_open(), use 3 argument open to avoid a special case for STDERR. | Nicholas Clark | 2011-06-11 | 1 | -6/+3 |
* | Generalise IPC::Open3::xopen() to $n-argument open. | Nicholas Clark | 2011-06-11 | 1 | -2/+4 |
* | Restore a croak I deleted by mistake | Father Chrysostomos | 2011-05-18 | 1 | -1/+2 |
* | Version bumps for IPC::Open3 non-dual-life modules identified by | Jesse Vincent | 2011-01-20 | 1 | -1/+1 |
* | Fix typos (spelling errors) in ext/*. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
* | Version bumps for modules changed by a6d37805ca8a9ba8 ($Id$ removal). | Nicholas Clark | 2010-12-16 | 1 | -1/+1 |
* | Remove "dead" RCS $Id$ tags from files that we own. | Nicholas Clark | 2010-12-16 | 1 | -2/+0 |
* | Version bump and perldelta for IPC::Open3 and [perl #76474] | Father Chrysostomos | 2010-09-26 | 1 | -1/+1 |
* | [perl #76474]: IPC::Open3 doesn't handle file descriptors correctly | Vernon Lyon | 2010-09-26 | 1 | -1/+1 |
* | Bump $VERSION of IPC::Open3 to 1.06 | Rafael Garcia-Suarez | 2010-04-15 | 1 | -1/+1 |
* | open3 errors in child croak parent RT#72016 | Eric Brine | 2010-04-15 | 1 | -49/+96 |
* | Fix broken ABSTRACTs | Jerry D. Hedden | 2009-09-09 | 1 | -1/+1 |
* | Move IPC::Open3 from lib to ext | Steffen Mueller | 2009-09-04 | 1 | -0/+376 |