diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1999-01-19 15:06:45 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-01-21 14:36:45 +0000 |
commit | 5838269bf4d2c9994fe71b290f7afeda12a0d374 (patch) | |
tree | 9f6f2bfd4aa52b210d59d8d0cda3029441d88957 /os2/Changes | |
parent | e0c90f07381288b70a424e2e76ab453c6c64c0e1 (diff) | |
download | perl-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/Changes | 6 |
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. |