diff options
Diffstat (limited to 'os2/Changes')
-rw-r--r-- | os2/Changes | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/os2/Changes b/os2/Changes index 70370a4ad6..c9e0a2991a 100644 --- a/os2/Changes +++ b/os2/Changes @@ -198,3 +198,17 @@ after 5.004_73: metachars, or if magic-line asks for sh, or there is no magic line and EXECSHELL is set to sh. Shell is supplied the original command line if possible. + +after 5.005_02: + Can start PM programs from non-PM sessions by plain system() + and friends. Can start DOS/Win programs. Can start + fullscreen programs from non-fullscreen sessions too. + In fact system(P_PM,...) was broken. + We mangle the name of perl*.DLL, to allow coexistence of different + versions of Perl executables on the system. Mangling of + names of extension DLL is also changed, thus running two + different versions of the executable with loaded + extensions should not lead to conflicts (since + extension-full-name and Perl-version mangling work in the + same set ot 576 possible keys, this may lead to clashes). + $^E was reset on the second read, and contained ".\r\n" at the end. |