Perl 5.003_20: OS/2 patches
[p5sagit/p5-mst-13.2.git] / os2 / Changes
index f4a0e30..9027832 100644 (file)
@@ -118,3 +118,12 @@ after 5.003_08:
        should work on OS/2 2.1 again.
        uses reliable signals when spawing.
        do not use popen() any more - no intermediate shell unless needed.
+
+after 5.003_11:
+       Functions emx_{malloc,realloc,calloc,free} are exported from DLL.
+       get_sysinfo() bugs corrected (flags were not used and wrongly defined).
+
+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.