diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-08-07 18:25:30 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-08-07 18:25:30 +0000 |
commit | d7804b821b0d8588e31b367b9140993c39195113 (patch) | |
tree | 635ba92c492abbd50ef4a7123208fc9f7180bc1e | |
parent | c79ccea7926cff53b5e950f5f252354e7ec3e4e1 (diff) | |
download | zsh-d7804b821b0d8588e31b367b9140993c39195113.tar.gz zsh-d7804b821b0d8588e31b367b9140993c39195113.tar.xz zsh-d7804b821b0d8588e31b367b9140993c39195113.zip |
25409: missed ChangeLog entry
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f70a6a258..ce3d6413d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,12 @@ be set to skip the next command (actually sublist); tidy up code associated with trapreturn. +2008-08-06 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 25409: Doc/Zsh/builtins.yo, Src/builtin.c, Test/.distfiles, + Test/B05eval.ztst: eval shouldn't reset the status at the + start but should if the command was empty. + 2008-08-06 Peter Stephenson <pws@csr.com> * 25405: Src/exec.c: return value was not set from anonymous |