about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-08-07 16:25:14 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-08-07 16:25:14 +0000
commit2706eac45492b0fcdfc3cf104ac947e65d09ee25 (patch)
treeff7f6e2a05231a8444589e54c95313114ebcae07 /ChangeLog
parentc4f33330f6797d0c199abf522f79c3ccac88ed55 (diff)
downloadzsh-2706eac45492b0fcdfc3cf104ac947e65d09ee25.tar.gz
zsh-2706eac45492b0fcdfc3cf104ac947e65d09ee25.tar.xz
zsh-2706eac45492b0fcdfc3cf104ac947e65d09ee25.zip
25415: Make DEBUG_BEFORE_CMD the default.
Reuse ERR_EXIT in DEBUG traps.
Clean up trapreturn code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
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