summaryrefslogtreecommitdiff
path: root/os2/Changes
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-10-08 10:19:27 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-10-08 10:19:27 +0000
commit93af7a870f71dbbb13443b4087703de0221add17 (patch)
treee767c53d4d4f1783640e5410f94655e45b58b3d0 /os2/Changes
parentc116a00cf797ec2e6795338ee18b88d975e760c5 (diff)
parent2269e8ecc334a5a77bdb915666547431c0171402 (diff)
downloadperl-93af7a870f71dbbb13443b4087703de0221add17.tar.gz
Merge maint-5.004 branch (5.004_03) with mainline.
MANIFEST is out of sync. p4raw-id: //depot/perl@114
Diffstat (limited to 'os2/Changes')
-rw-r--r--os2/Changes15
1 files changed, 15 insertions, 0 deletions
diff --git a/os2/Changes b/os2/Changes
index 15fad979f3..146ce87142 100644
--- a/os2/Changes
+++ b/os2/Changes
@@ -143,3 +143,18 @@ after 5.003_27:
environment). Known problems: $$ does not work - is 0, waitpid
returns immediately, thus Perl cannot wait for completion of
started programs.
+
+after 5.004_01:
+ flock emulation added (disable by setting env PERL_USE_FLOCK=0),
+ thanks to Rocco Caputo;
+ RSX bug with missing waitpid circomvented;
+ -S bug with full path with \ corrected.
+
+before 5.004_02:
+ -S switch to perl enables a search with additional extensions
+ .cmd, .btm, .bat, .pl as well. This means that if you have
+ mycmd.pl or mycmd.bat on PATH,
+ perl -S mycmd
+ will work. Perl will also look in the current directory first.
+ Moreover, a bug with \; in PATH being non-separator is fixed.
+