diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-07-11 16:42:53 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-07-11 16:42:53 +0000 |
commit | bdfebe3e3262eaaf83e89c9356c7c46a21181a6a (patch) | |
tree | 87027d549b390d53ab682c872c83b93ce8f98250 /ChangeLog | |
parent | a8fb2bbc3d580ebff421a02b9499be6a8a20b055 (diff) | |
download | zsh-bdfebe3e3262eaaf83e89c9356c7c46a21181a6a.tar.gz zsh-bdfebe3e3262eaaf83e89c9356c7c46a21181a6a.tar.xz zsh-bdfebe3e3262eaaf83e89c9356c7c46a21181a6a.zip |
27129: fix status at start of function, command subst, etc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index bf21bd718..4fbb406f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-07-11 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 27129: Src/exec.c, Src/init.c, Src/zsh.h, + Test/A01grammar.ztst, Test/C04funcdef.ztst, + Test/D08cmdsubst.ztst: fix 27126 so as not to break the + case where a status is tested at the start of a function, + command substitution, or "." file. + 2009-07-10 Clint Adams <clint@zsh.org> * 27127: Vincent Bernat: Completion/Debian/Command/_bts: handle @@ -11959,5 +11967,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4736 $ +* $Revision: 1.4737 $ ***************************************************** |