diff options
Diffstat (limited to 'os2/Changes')
-rw-r--r-- | os2/Changes | 15 |
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. + |