summaryrefslogtreecommitdiff
path: root/os2/Changes
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1999-01-19 15:06:45 -0500
committerJarkko Hietaniemi <jhi@iki.fi>1999-01-21 14:36:45 +0000
commit5838269bf4d2c9994fe71b290f7afeda12a0d374 (patch)
tree9f6f2bfd4aa52b210d59d8d0cda3029441d88957 /os2/Changes
parente0c90f07381288b70a424e2e76ab453c6c64c0e1 (diff)
downloadperl-5838269bf4d2c9994fe71b290f7afeda12a0d374.tar.gz
Pipes and 2>&1 on OS/2
To: Mailing list Perl5 <perl5-porters@perl.org> Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@2660
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 f7251376ec..e45a7a6c44 100644
--- a/os2/Changes
+++ b/os2/Changes
@@ -287,3 +287,9 @@ after 5.005_53:
it is incremented by the number of messages retrieved.
Dies with "QUITing..." if WM_QUIT message is obtained.
+after 5.005_54:
+ Opening pipes from/to processes could fail if (un)appropriate
+ combination of STDIN/STDOUT was closed.
+
+ If the only shell-metachars of a command are ' 2>&1' at the
+ end of a command, it is executed without calling the external shell.