summaryrefslogtreecommitdiff
path: root/os2/Changes
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1998-07-13 15:36:05 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-07-14 06:04:25 +0000
commit2c2e0e8c03d67909bd8b889b6cdbb201bea519fc (patch)
treedf7e548f21400ea9fa818b5ee64f193c4dd6f3eb /os2/Changes
parente46ffa5519210e11f4d5bc2cb87a6423b98ac426 (diff)
downloadperl-2c2e0e8c03d67909bd8b889b6cdbb201bea519fc.tar.gz
OS/2 update
Message-Id: <199807132336.TAA12967@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] OS/2 system() and friends additions p4raw-id: //depot/perl@1483
Diffstat (limited to 'os2/Changes')
-rw-r--r--os2/Changes17
1 files changed, 17 insertions, 0 deletions
diff --git a/os2/Changes b/os2/Changes
index e2506f5f4a..70370a4ad6 100644
--- a/os2/Changes
+++ b/os2/Changes
@@ -181,3 +181,20 @@ after 5.004_53:
after 5.004_64:
Make DLL names different if thread-enabled.
Emit more informative internal DLL descriptions.
+
+5.004_72:
+ Updated OS2::Process (v0.2) included.
+
+after 5.004_73:
+ Fixed a bug with argv not NULL-terminated when starting scripts.
+ Support all the forms of starting scripts.
+ Support killing a child when receiving a signal during system()
+ (in two stage, on first send the same signal, on the next
+ send SIGKILL).
+ Add the same logic for scripts as in pdksh, including
+ stripping the path from #! line if needed,
+ calling EXECSHELL or COMSPEC for magic-less scripts;
+ Now pdksh is called only if one-arg system()/friends contains
+ metachars, or if magic-line asks for sh, or there is no magic
+ line and EXECSHELL is set to sh.
+ Shell is supplied the original command line if possible.