diff options
author | Ilya Zakharevich <ilya@math.ohio-state.edu> | 1997-01-16 23:46:40 -0500 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-01-25 15:58:00 +1200 |
commit | e29f6e029e7eba9cda9e4a39a8f10eebff769325 (patch) | |
tree | d3fd7fca8a584babb1241572c3435b869d4f102e /os2/Changes | |
parent | da4fc7d72dff097fbb61b71d560c76cb4e0a1440 (diff) | |
download | perl-e29f6e029e7eba9cda9e4a39a8f10eebff769325.tar.gz |
Re: Perl 5.003_21: OS/2 patches
p5p-msgid: <199701170446.XAA28939@monk.mps.ohio-state.edu>
Diffstat (limited to 'os2/Changes')
-rw-r--r-- | os2/Changes | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/os2/Changes b/os2/Changes index 902783295f..4691e5bd35 100644 --- a/os2/Changes +++ b/os2/Changes @@ -127,3 +127,9 @@ after 5.003_20: _isterm is substituted instead of isatty, s?random instead of srand. `register' disabled if -DDEBUGGING and not AOUT build: stupid SD386. 3-argument select() was stomping over memory. + +after 5.003_21: + Can start scripts by executing 'dir/script' and + 'script.sh'. Form without extension will call shell only if + the specified file exists (will not look on path) (to prohibit + trying to run shell commands directly). - Needed by magic.t. |