diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-02-17 19:52:41 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-02-17 19:52:41 +0000 |
commit | 3a23e82941ce3b37b0eb2a1523928097756bc8ad (patch) | |
tree | ab2b30660969a8f1bad14ac46e78bdf1301b8424 /ChangeLog | |
parent | 9bfc05e3dba10929cf13dd7628bf8adac7d6345a (diff) | |
download | zsh-3a23e82941ce3b37b0eb2a1523928097756bc8ad.tar.gz zsh-3a23e82941ce3b37b0eb2a1523928097756bc8ad.tar.xz zsh-3a23e82941ce3b37b0eb2a1523928097756bc8ad.zip |
28762: fix coproc file desriptor closing
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index b2d87e6ca..ce8f578de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-02-17 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 28762: Src/exec.c: logic for closing coproc file descriptors + was wrong. + 2011-02-15 Frank Terbeck <ft@bewatermyfriend.org> * 28758: Functions/Misc/colors: work with non-default option sets. @@ -14207,5 +14212,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5198 $ +* $Revision: 1.5199 $ ***************************************************** |