| Commit message (Expand) | Author | Age | Files | Lines |
* | IPC-Open3.t: For d3ae482b also need the "SKIP" label from the original. | George Greer | 2014-06-21 | 1 | -1/+1 |
* | Fix test file per George Greer comment. | James E Keenan | 2014-06-21 | 1 | -27/+31 |
* | Revert 6 tests failing on Win32 smoker. | James E Keenan | 2014-06-21 | 1 | -27/+27 |
* | Untie STDERR in IPC::Open3. | Dmitri Tikhonov | 2014-06-21 | 2 | -2/+30 |
* | Change the test to use itself as test file, instead of the generated Makefile. | Nicholas Clark | 2014-03-02 | 1 | -9/+11 |
* | 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 | 2 | -2/+9 |
* | 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 |
* | The Borland Chainsaw Massacre | Steve Hay | 2011-09-10 | 2 | -5/+5 |
* | 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 |
* | The test for #76474 should open file descriptor 0, not 1. | Nicholas Clark | 2011-07-06 | 1 | -5/+1 |
* | Merge ext/IPC-Open2 into ext/IPC-Open3. | Nicholas Clark | 2011-06-16 | 2 | -0/+181 |
* | 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 | 2 | -4/+24 |
* | Avoid an uninitialized hash key in IPC::Open::spawn_with_handles(). | Nicholas Clark | 2011-06-11 | 2 | -8/+4 |
* | IPC::Open3::open3() shouldn't fail if any of *STD{IN,OUT,ERR} are localized. | Nicholas Clark | 2011-06-11 | 2 | -5/+32 |
* | 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 |
* | Simplify the test for IPC::Open bug RT #72016. | Nicholas Clark | 2011-06-11 | 1 | -10/+8 |
* | Test that IPC::Open{2,3} correctly fault read-only file-handle parameters. | Nicholas Clark | 2011-06-06 | 1 | -1/+5 |
* | Test that IPC::Open{2,3} correctly qualify file handles to their package. | Nicholas Clark | 2011-06-06 | 1 | -1/+11 |
* | In IPC-Open3.t, merge two similar tests using a loop. | Nicholas Clark | 2011-06-06 | 1 | -19/+9 |
* | Restore a croak I deleted by mistake | Father Chrysostomos | 2011-05-18 | 1 | -1/+2 |
* | IPC::Open3 needs porting to work on VMS. | Craig A. Berry | 2011-04-15 | 1 | -0/+4 |
* | In IPC::Open3's fd.t, open STDIN explicitly in the test program. | Nicholas Clark | 2011-02-06 | 1 | -2/+1 |
* | In IPC::Open3's fd.t, correct the code added in 1f563db471aa8a00. | Nicholas Clark | 2011-02-06 | 1 | -4/+11 |
* | 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 | 2 | -2/+2 |
* | Tweak IPC-Open3.t to cope with \r\n line endings on Win32. | Nicholas Clark | 2010-12-20 | 1 | -5/+5 |
* | Convert ext/IPC-Open3/t/IPC-Open3.t to Test::More | Nicholas Clark | 2010-12-17 | 1 | -54/+48 |
* | 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 |
* | rt 76474: Avoid the child perl reading from stdout | Tony Cook | 2010-10-01 | 1 | -1/+1 |
* | Fix IPC::Open3’s fd.t to work on Windows | Father Chrysostomos | 2010-09-27 | 1 | -2/+6 |