diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-08-28 17:06:27 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-08-28 17:06:27 +0000 |
commit | af071465b1ef324f35741c681529f39b88a95f51 (patch) | |
tree | 066e6aa41be4adba75bfda54055332a120264e16 /ChangeLog | |
parent | ca7269e82da4175557b9ed1fc19389f693581b35 (diff) | |
download | zsh-af071465b1ef324f35741c681529f39b88a95f51.tar.gz zsh-af071465b1ef324f35741c681529f39b88a95f51.tar.xz zsh-af071465b1ef324f35741c681529f39b88a95f51.zip |
29731: fix read -AE, test that and read -Ae
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 58e06d4da..80de37809 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-08-28 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 29731: Src/builtin.c, Test/B04read.ztst: fix output from `read + -AE' and test that and `read -Ae'. + * users/16289: Doc/Zsh/expn.yo, Src/exec.c, Src/jobs.c: don't delete temporary files when disowning and document this. @@ -15335,5 +15338,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5446 $ +* $Revision: 1.5447 $ ***************************************************** |