diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-03-31 09:54:54 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-03-31 09:54:54 +0000 |
commit | 38eb8ac2939949c99b30c13a819ef71851762422 (patch) | |
tree | be3703e8afd1f5adf5eac44ddd0df0b301adcf36 /ChangeLog | |
parent | 60a22c7a25d2a77579b0b2342c439b994692c99c (diff) | |
download | zsh-38eb8ac2939949c99b30c13a819ef71851762422.tar.gz zsh-38eb8ac2939949c99b30c13a819ef71851762422.tar.xz zsh-38eb8ac2939949c99b30c13a819ef71851762422.zip |
21049: Don't close process substitution file descriptors for external programmes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 22dce167a..86be43c70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-03-31 Peter Stephenson <pws@csr.com> + + * 21049: Src/exec.c, Src/init.c, Src/utils.c, Src/zsh.h: Don't + close file descriptors opened for process substitution when + executing external programmes in a shell function. Rewrite + the corresponding code to make it more transparent. + 2005-03-28 Wayne Davison <wayned@users.sourceforge.net> * unposted: Completion/Unix/Command/_rsync: Added --protocol. |