_60 & _04 - Add WRITE & CLOSE to TIEHANDLE
[p5sagit/p5-mst-13.2.git] / os2 / Changes
index 15fad97..a46b7a5 100644 (file)
@@ -143,3 +143,26 @@ 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.
+
+after 5.004_03:
+       $^E tracks calls to CRT now.  (May break if Perl masks some
+       changes to errno?)
+       $0 may be edited to longer lengths (at least under OS/2).
+       OS2::REXX->loads looks in the OS/2-ish fashion too.
+
+after 5.004_53:
+       Minimal thread support added.  One needs to manually move pthread.h