summaryrefslogtreecommitdiff
path: root/ext/IPC-Open3
Commit message (Expand)AuthorAgeFilesLines
* Bump IPC-Open3 versions to fix cmp_version.tNicolas R2020-03-132-2/+2
* IPC::Open2 and IPC::Open3 documentation updatesDan Book2020-03-132-50/+65
* Switch most open() calls to three-argument form.John Lightsey2016-12-232-2/+2
* Include the error message on IPC::Open3 exec() failureDagfinn Ilmari Mannsåker2015-11-121-2/+2
* dont report a $@ exception with uninitialized $!'s message in IPC::Open3Daniel Dragan2015-07-082-3/+47
* Move two variable assignments outside of parens.James E Keenan2014-07-211-6/+9
* Open3.pm:spawn_with_handles remove alot of duplicate operatorsDaniel Dragan2014-07-211-4/+4
* IPC-Open3.t: For d3ae482b also need the "SKIP" label from the original.George Greer2014-06-211-1/+1
* Fix test file per George Greer comment.James E Keenan2014-06-211-27/+31
* Revert 6 tests failing on Win32 smoker.James E Keenan2014-06-211-27/+27
* Untie STDERR in IPC::Open3.Dmitri Tikhonov2014-06-212-2/+30
* Change the test to use itself as test file, instead of the generated Makefile.Nicholas Clark2014-03-021-9/+11
* Increase $IPC::Open3::VERSION to 1.16Father Chrysostomos2013-08-201-1/+1
* [perl #7508] Use NULL for nonexistent array elemsFather Chrysostomos2013-08-201-0/+4
* Philip Boulain is now a perl AUTHOR, and bump a versionTony Cook2013-07-291-1/+1
* Reap child in case where exception has been thrownPhilip Boulain2013-07-292-2/+9
* typo fix for IPC::Open3David Steinbrunner2013-05-251-2/+2
* Avoid POSIX::close when closing files by descriptor in IPC::Open3Steve Hay2012-09-131-5/+7
* 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