summaryrefslogtreecommitdiff
path: root/ext/IPC-Open3
Commit message (Expand)AuthorAgeFilesLines
* The Borland Chainsaw MassacreSteve Hay2011-09-102-5/+5
* Increase $IPC::Open::VERSION to 1.12Father Chrysostomos2011-07-271-1/+1
* [perl #95748] IPC::Open3::open3(..., '-') brokenSalvador Fandino2011-07-271-2/+5
* The test for #76474 should open file descriptor 0, not 1.Nicholas Clark2011-07-061-5/+1
* Merge ext/IPC-Open2 into ext/IPC-Open3.Nicholas Clark2011-06-162-0/+181
* In IPC::Open3, inline xfork() and xclose_on_exec(), and delete xpipe_anon().Nicholas Clark2011-06-111-20/+7
* In IPC::Open3::_open(), refactor the DO_SPAWN code to loop over @handles.Nicholas Clark2011-06-111-19/+9
* In IPC::Open3::_open(), refactor the fork/exec code to loop over @handles.Nicholas Clark2011-06-111-21/+10
* In IPC::Open3::_open(), refactor the common code into loops over @handles.Nicholas Clark2011-06-111-18/+20
* In IPC::Open3::_open(), switch from 'r' and 'w' to '<' and '>'.Nicholas Clark2011-06-111-4/+4
* Use $handles[2]{dup_of_out} for the special case code for shared STD{OUT,ERR}.Nicholas Clark2011-06-111-5/+6
* In IPC::Open3::_open3(), move $kid_{rdr,wtr,err} to @handles.Nicholas Clark2011-06-111-29/+26
* In IPC::Open3::_open3(), move $dup_{wtr,rdr,err} to @handles.Nicholas Clark2011-06-111-18/+18
* In IPC::Open3::_open3(), move $dad_{wtr,rdr,err} to @handles.Nicholas Clark2011-06-111-38/+41
* Move the table describing file handles near to the top of IPC::Open::open3().Nicholas Clark2011-06-111-22/+18
* Move the autovivification emulation code to the top of IPC::Open3::_open3().Nicholas Clark2011-06-111-7/+8
* Refactor IPC::Open3::_open3() to find the caller's package itself.Nicholas Clark2011-06-111-5/+5
* IPC::Open3::open3() couldn't duplicate numeric file descriptors on Windows.Nicholas Clark2011-06-112-4/+24
* Avoid an uninitialized hash key in IPC::Open::spawn_with_handles().Nicholas Clark2011-06-112-8/+4
* IPC::Open3::open3() shouldn't fail if any of *STD{IN,OUT,ERR} are localized.Nicholas Clark2011-06-112-5/+32
* Add debug code to test IPC::Open3::spawn_with_handles() on *nix.Nicholas Clark2011-06-111-2/+23
* In IPC::Open3::_open(), use 3 argument open to avoid a special case for STDERR.Nicholas Clark2011-06-111-6/+3
* Generalise IPC::Open3::xopen() to $n-argument open.Nicholas Clark2011-06-111-2/+4
* Simplify the test for IPC::Open bug RT #72016.Nicholas Clark2011-06-111-10/+8
* Test that IPC::Open{2,3} correctly fault read-only file-handle parameters.Nicholas Clark2011-06-061-1/+5
* Test that IPC::Open{2,3} correctly qualify file handles to their package.Nicholas Clark2011-06-061-1/+11
* In IPC-Open3.t, merge two similar tests using a loop.Nicholas Clark2011-06-061-19/+9
* Restore a croak I deleted by mistakeFather Chrysostomos2011-05-181-1/+2
* IPC::Open3 needs porting to work on VMS.Craig A. Berry2011-04-151-0/+4
* In IPC::Open3's fd.t, open STDIN explicitly in the test program.Nicholas Clark2011-02-061-2/+1
* In IPC::Open3's fd.t, correct the code added in 1f563db471aa8a00.Nicholas Clark2011-02-061-4/+11
* Version bumps for IPC::Open3 non-dual-life modules identified byJesse Vincent2011-01-201-1/+1
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-072-2/+2
* Tweak IPC-Open3.t to cope with \r\n line endings on Win32.Nicholas Clark2010-12-201-5/+5
* Convert ext/IPC-Open3/t/IPC-Open3.t to Test::MoreNicholas Clark2010-12-171-54/+48
* Version bumps for modules changed by a6d37805ca8a9ba8 ($Id$ removal).Nicholas Clark2010-12-161-1/+1
* Remove "dead" RCS $Id$ tags from files that we own.Nicholas Clark2010-12-161-2/+0
* rt 76474: Avoid the child perl reading from stdoutTony Cook2010-10-011-1/+1
* Fix IPC::Open3’s fd.t to work on WindowsFather Chrysostomos2010-09-271-2/+6
* Skip ext/IPC-Open3/t/fd.t on stdioFather Chrysostomos2010-09-271-1/+7
* Version bump and perldelta for IPC::Open3 and [perl #76474]Father Chrysostomos2010-09-261-1/+1
* tests for [perl #76474]Father Chrysostomos2010-09-261-0/+15
* [perl #76474]: IPC::Open3 doesn't handle file descriptors correctlyVernon Lyon2010-09-261-1/+1
* Bump $VERSION of IPC::Open3 to 1.06Rafael Garcia-Suarez2010-04-151-1/+1
* open3 errors in child croak parent RT#72016Eric Brine2010-04-152-57/+99
* Add TODO test for RT#72016Eric Brine2010-04-151-1/+23
* Fix broken ABSTRACTsJerry D. Hedden2009-09-091-1/+1
* strip trailing whitespace in IPC::Open3 testsSteffen Mueller2009-09-041-1/+1
* Attempt to fix core-specific logic in IPC::Open3 testsSteffen Mueller2009-09-041-2/+0
* Move IPC::Open3 from lib to extSteffen Mueller2009-09-042-0/+526