summaryrefslogtreecommitdiff
path: root/os2/Changes
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.ohio-state.edu>1996-11-24 06:47:25 -0500
committerChip Salzenberg <chip@atlantic.net>1996-11-26 20:48:00 +1200
commit72ea3524c3f4de196665e0574292cdc2981b4a2b (patch)
tree971c98c5a8aea92ac89e3c986e0bb0f0e9446b03 /os2/Changes
parent0c056c6b83f9bd7a8401415d4531fef28908da8a (diff)
downloadperl-72ea3524c3f4de196665e0574292cdc2981b4a2b.tar.gz
5.003_08: OS/2-specific bugs/enhancements
This patch modifies the following files: hints/os2.sh New flags added. os2/Changes Documentation... os2/Makefile.SHs perl_init_i18nl10n is now in main list of symbols. os2/OS2/PrfDB/PrfDB.pm @ISA corrected. os2/os2.c reliable signals used, popen not used any more. May work under OS/2 2.1 again. README.os2 misprints and minor additions. p5p-msgid: <199611241147.GAA00490@monk.mps.ohio-state.edu>
Diffstat (limited to 'os2/Changes')
-rw-r--r--os2/Changes6
1 files changed, 6 insertions, 0 deletions
diff --git a/os2/Changes b/os2/Changes
index 2bd48b2942..f4a0e300d0 100644
--- a/os2/Changes
+++ b/os2/Changes
@@ -112,3 +112,9 @@ after 5.003_07:
Tested that popen works under DOS with modified PDKSH and RSX.
File::Copy works under DOS.
MakeMaker modified to work under DOS (perlmain.c.tmp and sh -c true).
+
+after 5.003_08:
+ OS2::PrfDB exports symbols as documented;
+ should work on OS/2 2.1 again.
+ uses reliable signals when spawing.
+ do not use popen() any more - no intermediate shell unless needed.