diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-19 12:26:08 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-19 12:26:08 +0000 |
commit | bbc88550db62ffe2cbdecd62c21252a941f8db36 (patch) | |
tree | f8bb38981a4f18dd377ad8fc585900187d2ef50a /ChangeLog | |
parent | 1c7075f8b921638d4a0d32358e63ae1648ac1b45 (diff) | |
download | zsh-bbc88550db62ffe2cbdecd62c21252a941f8db36.tar.gz zsh-bbc88550db62ffe2cbdecd62c21252a941f8db36.tar.xz zsh-bbc88550db62ffe2cbdecd62c21252a941f8db36.zip |
27723: eval shouldn't modify non-zero return statuses
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 56a1a79ee..41a4ecc2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-02-19 Peter Stephenson <pws@csr.com> + + * 27723: Src/builtin.c, Test/D02glob.ztst: eval shouldn't + modify non-zero return statuses. + 2010-02-17 Peter Stephenson <pws@csr.com> * Frank: 27717: Functions/VCS_Info/vcs_info_lastmsg: @@ -12774,5 +12779,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4905 $ +* $Revision: 1.4906 $ ***************************************************** |