diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-10-26 18:48:13 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-10-26 18:48:13 +0000 |
commit | faa02346a8b23ff0c6694b616c92e93b8e76cd8b (patch) | |
tree | ecf0fa784803ed08e892eae486a7ffe9187eabf9 /ChangeLog | |
parent | 68d1c094db86d06e49cbb992fce51aa742418476 (diff) | |
download | zsh-faa02346a8b23ff0c6694b616c92e93b8e76cd8b.tar.gz zsh-faa02346a8b23ff0c6694b616c92e93b8e76cd8b.tar.xz zsh-faa02346a8b23ff0c6694b616c92e93b8e76cd8b.zip |
29844, 29845: remove bogus
error on closing fd's 0 to 9; update test
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 7cc2d1329..529d25293 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-10-26 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 29844, 29845: Src/exec.c, Test/A04redirect.ztst: remove bogus + error on closing fd's 0 to 9; update test. + 2011-10-26 Peter Stephenson <pws@csr.com> * 29865: Src/Modules/pcre.mdd: don't compile if no pcre-config. @@ -15506,5 +15511,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5486 $ +* $Revision: 1.5487 $ ***************************************************** |