summaryrefslogtreecommitdiff
path: root/cpan/IPC-Cmd
Commit message (Collapse)AuthorAgeFilesLines
* Update IPC-Cmd to CPAN version 1.04Chris 'BinGOs' Williams2019-07-141-2/+2
| | | | | | | | | [DELTA] 1.04 Sat Jul 13 10:08:08 BST 2019 Bug fixes: - Fixed usage of setsid()
* Upgrade IPC::Cmd from version 1.00 to 1.02Steve Hay2018-07-031-5/+12
|
* Update IPC-Cmd to CPAN version 1.00Chris 'BinGOs' Williams2018-02-142-1/+3
| | | | | | | | | | [DELTA] 1.00 Wed Feb 14 16:14:01 GMT 2018 Bug fixes: - Resolve RT #91784 'run_forked("/usr/bin/echo test") captures no output' - Resolve RT #124415 'The 03_run_forked.t test fails (sometimes) on HPUX'
* Update IPC-Cmd to CPAN version 0.98Chris 'BinGOs' Williams2017-06-141-2/+29
| | | | | | | | | | | | | [DELTA] 0.98 Fri May 12 17:00:07 BST 2017 Enhancements: * Added wait_loop_callback for run_forked() Bug fixes: * Only search in curdir in can_run() when on Win32 RT#105601
* Update IPC-Cmd to CPAN version 0.96Chris 'BinGOs' Williams2016-08-081-5/+3
| | | | | | | | | | [DELTA] 0.96 Thu Jul 28 11:17:12 BST 2016 Bug fixes: * Require Module::Load::Conditional 0.66 to resolve CVE-2016-1238: avoid loading optional modules from default .
* cpan/: bump $VERSION as neededTony Cook2016-07-261-1/+1
|
* cpan/: remove . from @INC when loading optional modulesTony Cook2016-07-261-0/+4
|
* Update IPC-Cmd to CPAN version 0.94Chris 'BinGOs' Williams2016-05-161-10/+22
| | | | | | | | | | | | [DELTA] 0.94 Fri Feb 12 18:55:05 GMT 2016 Bug fixes: * move __END__ above POD in documentation (plicease) * Don't clobber $SIG{__DIE__} and $SIG{__WARN__} in open3_run() (avar) * Fix 'terminate_on_signal' segfaulting (Petya Kohts) * Fix usage of fcntl(..., F_GETFL, ...) (tonyc)
* Update IPC-Cmd to CPAN version 0.92Chris 'BinGOs' Williams2014-01-222-147/+147
| | | | | | | | | [DELTA] 0.92 Wed Jan 22 19:57:27 GMT 2014 Test fixes: * Use File::Temp in run_forked tests (hugmeir)
* Update IPC-Cmd to CPAN version 0.90Chris 'BinGOs' Williams2013-11-182-11/+15
| | | | | | | | | [DELTA] 0.90 Mon Nov 18 15:08:15 GMT 2013 Misc: * skip some problematic tests when PERL_CORE
* Update IPC-Cmd to CPAN version 0.88Chris 'BinGOs' Williams2013-11-152-10/+12
| | | | | | | | | [DELTA] 0.88 Fri Nov 15 14:44:03 GMT 2013 Misc: * skip some problematic tests on Cygwin
* Update IPC-Cmd to CPAN release 0.86Chris 'BinGOs' Williams2013-11-042-42/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 0.86 Mon Nov 4 14:09:42 GMT 2013 ====================================== Bug fixes: * run_forked: workaround absent CLOCK_MONOTONIC on OSX (Petya Kohts) * RT#89770 Patch to fix error reporting if command killed by signal (Ed Avis) * Make the false test more forgiving, for Solaris and other SVR* (bingos) 0.85_02 Thu Oct 10 13:59:34 BST 2013 ====================================== Bug Fixes: * run_forked: incomplete output more than buffer size 0.85_01 Thu Sep 5 20:30:51 BST 2013 ====================================== Enhancements: * run_forked() now uses Time::HiRes and Carp
* Fix IPC-Cmd tests for Solaris (and potentially other SVR* variants)Chris 'BinGOs' Williams2013-10-192-3/+3
|
* Upgrade IPC::Cmd from 0.82 to 0.84Steve Hay2013-08-072-37/+181
|
* Update IPC-Cmd to CPAN version 0.82Chris 'BinGOs' Williams2013-06-291-7/+7
| | | | | | | | [DELTA] Changes for 0.82 Sat Jun 29 22:11:22 BST 2013 ================================================= * Typo fixes (David Steinbrunner)
* Update IPC-Cmd to CPAN version 0.80Chris 'BinGOs' Williams2013-03-031-4/+3
| | | | | | | | | [DELTA] Changes for 0.80 Sat Mar 2 22:03:49 GMT 2013 ================================================= * Use File::Spec->path instead of relying on Config (William Orr)
* Updated IPC-Cmd to CPAN version 0.78Chris 'BinGOs' Williams2012-06-151-3/+3
| | | | | | | | | | [DELTA] Changes for 0.78 Mon Apr 30 19:45:00 BST 2012 ================================================= * Use POSIX::_exit() instead of exit() in run_forked(). Reported by Mithun Ayachit [RT 76901]
* Update IPC-Cmd to CPAN version 0.76Chris 'BinGOs' Williams2012-01-301-14/+33
| | | | | | | | | | | | | | | | [DELTA] Changes for 0.76 Mon Jan 30 11:30:53 GMT 2012 ================================================= * Make the empty arg stripping the default again, with option to override this behaviour. Changes for 0.74 Mon Jan 30 10:24:30 GMT 2012 ================================================= * Applied patch from WATANABE Hiroaki [RT #74470] "Empty string cannot be passed to command" * Resolved [RT #74373] reported by Randy Stauner "Compilation error when POSIX.pm fails to load"
* Update IPC-Cmd to CPAN version 0.72Chris 'BinGOs' Williams2011-06-221-152/+233
| | | | | | | | | [DELTA] Changes for 0.72 Wed Jun 22 12:29:59 BST 2011 ================================================= * Added IPC::Open3 support for capturing STDOUT/STDERR on MSWin32, prefer this over IPC::Run
* Update IPC-Cmd to CPAN version 0.70Chris 'BinGOs' Williams2011-02-011-9/+62
| | | | | | | | | | | | | | | | | | | [DELTA] Changes for 0.70 Mon Jan 31 20:34:09 GMT 2011 ================================================= * Apply a patch from Petya Kohts, RT #65276, with changes for run_forked: 1) fix for the typo in the name of the signal 2) changed default for clean_up_children (which seems to be the behavior expected by the majority of the users) 3) added detection (and forwarding to the caller) of the case when run program is killed by signal 4) kill_gently is now used in cases when parent died and when the executed program times out 5) added options which allow to execute some user code in the beginning and at the end of the child
* Update IPC-Cmd to CPAN version 0.68Chris 'BinGOs' Williams2011-01-081-1/+1
| | | | | | | | [DELTA] Changes for 0.68 Fri Jan 7 21:08:58 GMT 2011 ================================================= * Apply blead patch from Peter Acklam
* Fix typos (spelling errors) in cpan/IPC-Cmd/*.Peter J. Acklam2011-01-073-12/+12
| | | | | | | | | # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81814] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81814 > Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
* Update IPC-Cmd to CPAN version 0.66Chris 'BinGOs' Williams2010-11-231-69/+68
| | | | | | | | | | [DELTA] Changes for 0.66 Tue Nov 23 12:10:24 GMT 2010 ================================================= * Apply documentation patch from Dan Dascalescu [RT # 63250] * Apply another documentation patch from Dan Dascalescu [RT #63251] * Fix an issue with _split_like_shell_win32() raised by tunakermit [RT #62961]
* Update IPC-Cmd to CPAN version 0.64Chris 'BinGOs' Williams2010-10-191-5/+21
| | | | | | | | | | | | | | [DELTA] Changes for 0.64 Tue Oct 19 19:01:05 BST 2010 ================================================= * Only enable the can_run instances behaviour when global variable $INSTANCES is set Changes for 0.62 Tue Oct 19 15:51:30 BST 2010 ================================================= * Amended can_run behaviour to run all found instances of the given binary in a list context
* Update IPC-Cmd to CPAN version 0.60Chris 'BinGOs' Williams2010-07-131-19/+122
| | | | | | | | | | | | [DELTA] Changes for 0.60 Mon Jul 5 09:04:54 BST 2010 ================================================= * Corrected spelling mistakes in POD, spotted by H.Merijn Brand * Apply a patch from Burak Gursoy RT #58886, which fixes paths on MSWin32 * Apply patch from Petya Kohts, RT #50398, which allows more flexible configuration of run_forked and its children
* Spell check fixes in CPANH.Merijn Brand2010-06-071-2/+2
| | | | already fixed upstream
* Upgrade to IPC::Cmd 0.58Rafael Garcia-Suarez2010-04-302-21/+99
|
* Update IPC::Cmd to cpan version 0.54Chris Williams2009-11-151-6/+5
| | | | | | Changes for 0.54 Sun Nov 15 21:43:51 GMT 2009 ================================================= * Fixed issues on older perls requiring Time::HiRes
* Updated IPC::Cmd to cpan release 0.52Chris Williams2009-11-131-5/+95
| | | | | | Changes for 0.52 Fri Nov 13 16:15:11 GMT 2009 ================================================= * Added documentation for run_forked()
* Update IPC::Cmd to cpan version 0.51_01Chris Williams2009-11-082-8/+441
| | | | | | | Changes for 0.51_01 Sun Nov 8 22:36:33 GMT 2009 ================================================= * Apply patch from Petya Kohts, RT #50398, which adds run_forked()
* Move IPC::Cmd from ext/ to cpan/Nicholas Clark2009-09-266-0/+1490