Add elc target to to makefile
[p5sagit/p5-mst-13.2.git] / os2 / Changes
index 146ce87..e2506f5 100644 (file)
@@ -158,3 +158,26 @@ before 5.004_02:
        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_04:
+       Default perl.exe was built with a shorter stack than expected.
+       Strip extensions DLLs too (unless debugging build).
+       ./os2.c being RO could stop cp.
+       When starting scripts, Perl will find them on path (using the same
+         extensions as for -S command-line switch).  If it finds magic
+         `extproc ' or `#!' cookies, it will start the scripts directly.
+       May use `cmd /c more <' as a pager.
+       If a program could not be started, this might have been hidden.
+       End of pipe was closed twice when `open'ing a pipeline.
+
+after 5.004_53:
+       Minimal thread support added.  One needs to manually move pthread.h
+
+after 5.004_64:
+       Make DLL names different if thread-enabled.
+       Emit more informative internal DLL descriptions.