diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-07-10 22:10:25 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-07-10 22:10:25 +0000 |
commit | 4db28c55b64ec25cd258f87a0d60b0544fe50059 (patch) | |
tree | 7e6c98c9aeae22faf5bc1bb06ff776da5edbf795 /ChangeLog | |
parent | b4c2ea2cece1adeaa915f6c12f310f2268a58751 (diff) | |
download | zsh-4db28c55b64ec25cd258f87a0d60b0544fe50059.tar.gz zsh-4db28c55b64ec25cd258f87a0d60b0544fe50059.tar.xz zsh-4db28c55b64ec25cd258f87a0d60b0544fe50059.zip |
27126: a few more contexts where executing empty lists gives status zero
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 323ade3a9..41c4de6c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-07-10 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 27126: Src/exec.c, Src/init.c, Test/A01grammar.ztst, + Test/C04funcdef.ztst, Test/D08cmdsubst.ztst: a few more + contexts where empty lists should give status zero. + * 27125: Src/prompt.c: handle nested use of colour code buffer allocation. @@ -11950,5 +11954,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4734 $ +* $Revision: 1.4735 $ ***************************************************** |