diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 71929d01f..44c6f64c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-08-07 Peter Stephenson <pws@csr.com> + + * 25415: README, Doc/Zsh/builtins.yo, Doc/Zsh/func.yo, + Doc/Zsh/options.yo, Src/builtin.c, Src/exec.c, Src/init.c, + Src/options.c, Src/signals.c, Src/zsh.h, Test/A05execution.ztst, + Test/C03traps.ztst: Make DEBUG_BEFORE_CMD the default; + make ERR_EXIT ineffective in DEBUG traps but allow it to + be set to skip the next command (actually sublist); tidy + up code associated with trapreturn. + 2008-08-06 Peter Stephenson <pws@csr.com> * 25405: Src/exec.c: return value was not set from anonymous |