summaryrefslogtreecommitdiff
path: root/lib/IPC
Commit message (Expand)AuthorAgeFilesLines
* Moved IPC::Cmd from lib/ to ext/Chris Williams2009-09-046-1508/+0
* Move IPC::Open3 from lib to extSteffen Mueller2009-09-042-526/+0
* Move IPC::Open2 from lib to extSteffen Mueller2009-09-042-180/+0
* Optimise IPC::Open3 with a compile-time constant, eliminating OS-specific code.Nicholas Clark2009-08-291-4/+4
* Upgrade IPC::Cmd to 0.46Jos I. Boumans2009-06-132-2/+39
* Bump version of IPC::Open3Rafael Garcia-Suarez2009-05-301-1/+1
* clarified documentation about using lexical $err in open3 callSlaven Rezic2009-05-301-2/+4
* Update IPC::Cmd to 0.44Jos I. Boumans2009-05-043-3/+3
* Subject: [PATCH] Suppress diag msg from IPC::CmdSteve Hay2008-12-192-2/+3
* Update IPC::Cmd to 0.42Jos I. Boumans2008-12-165-334/+608
* Bump IPC::Open2's $VERSION. (The docs changed.)Nicholas Clark2008-10-201-1/+1
* Show using waitpid in IPC::Open[23] SYNOPSISbrian d foy2008-09-232-0/+6
* Bump VERSIONs in all non-dual-lived modules that have changedSteve Hay2008-09-151-1/+1
* Bump version of IPC::CmdRafael Garcia-Suarez2007-10-251-1/+1
* patch@32181 IPC::Cmd fix for VMS.John E. Malmberg2007-10-251-0/+4
* Update IPC::Cmd to 0.40Jos I. Boumans2007-10-171-2/+4
* Update IPC::Cmd to 0.38Jos I. Boumans2007-10-112-20/+103
* Remove DOS line endingsRafael Garcia-Suarez2006-11-281-110/+110
* Fix IPC-Cmd test failure on Win32: check current directory as wellSteve Hay2006-11-281-2/+4
* Add IPC::Cmd to the coreRafael Garcia-Suarez2006-11-284-0/+1105
* Use POSIX::_exit instead of exit in IPC::Open when exiting after anRafael Garcia-Suarez2006-06-051-1/+5
* IPC::Open3 handled exec failure badlyDave Mitchell2006-06-021-9/+27
* Re: Documentation change for IPC::Open*.pmBen Tilly2005-08-222-23/+25
* Remove IPC::Run for 5.9.2Rafael Garcia-Suarez2005-03-2222-10013/+0
* IPC::Run test failures with utf8Nicholas Clark2005-02-211-0/+5
* Swap logic in BEGIN blocks to have Cwd's abs_path do theH.Merijn Brand2005-02-1015-30/+30
* Add IPC::Run 0.80.Jos I. Boumans2005-02-0922-0/+10008
* Bump version numbers for modules that have changed since 5.8.3Nicholas Clark2004-04-041-1/+1
* [perl #27986] IPC::Open3 fails in mod_perl (tie bug) Benjamin J. Tilly2004-03-291-0/+3
* Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)Rafael Garcia-Suarez2004-02-201-218/+0
* [perl #19898] [PATCH] forking to Perl children with IPC::Open3Adam Spiers2003-03-161-1/+12
* More module $VERSION bump-ups.Jarkko Hietaniemi2001-06-291-1/+1
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-183-0/+427
* integrate cfgperl changes#6252..6260 into mainlineGurusamy Sarathy2000-07-111-6/+8
* integrate cfgperl changes#6242..6249 into mainlineGurusamy Sarathy2000-07-111-8/+19
* various pod nits (from Larry Virden and others)Gurusamy Sarathy2000-04-241-1/+1
* mention need to wait for children (from Russ Allbery)Gurusamy Sarathy2000-03-192-0/+14
* pod nitsGurusamy Sarathy2000-03-061-1/+1
* support for autovivified handles (from Tom Christiansen)Gurusamy Sarathy2000-03-062-53/+91
* Re: Open2 and memory leaksRoderick Schertler1998-09-231-27/+26
* various win32 odds and endsGurusamy Sarathy1998-06-151-6/+9
* Re: Exceptions in IPC::Open2Roderick Schertler1998-06-141-2/+2
* [inseperable differences up to perl 5.004_02]perl-5.004_02Tim Bunce1997-08-071-1/+1
* [inseparable changes from match from perl-5.003_97c to perl-5.003_97d]perl-5.003_97dPerl 5 Porters1997-04-092-4/+4
* Open[23] autoflush docsRoderick Schertler1997-03-072-1/+3
* Make IPC::Open3 work without fork()Ilya Zakharevich1997-02-251-6/+90
* [inseparable changes from patch from perl5.003_18 to perl5.003_19]Perl 5 Porters1997-01-041-11/+14
* [inseparable changes from patch from perl5.003_12 to perl5.003_13]Perl 5 Porters1996-12-202-77/+121
* Pod typos, pod2man bugs, and miscellaneous installation commentsJoseph S. Myers1996-09-202-3/+3
* Eliminate $& to avoid runtime penaltyPerl 5 Porters1996-05-012-5/+5