diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-01-09 21:59:31 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-01-09 21:59:31 +0000 |
commit | e8b56578db3d971b18d59a5c579ae19b70ec50a1 (patch) | |
tree | 746613cf3c5d42d24ebe65cad8bca1b0566f042a /ChangeLog | |
parent | de815e3d22be721c09d6f0bc1896207cc3e3827b (diff) | |
download | zsh-e8b56578db3d971b18d59a5c579ae19b70ec50a1.tar.gz zsh-e8b56578db3d971b18d59a5c579ae19b70ec50a1.tar.xz zsh-e8b56578db3d971b18d59a5c579ae19b70ec50a1.zip |
users/11111: add DEBUG_BEFORE_CMD option
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 850059322..661ca260d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-01-09 Peter Stephenson <p.w.stephenson@ntlworld.com> + * users/11111: Doc/Zsh/options.yo, Src/exec.c, Src/options.c, + Src/zsh.h: add DEBUG_BEFORE_CMD option to run DEBUG traps + before the command instead of after. + * 23098: Src/builtin.c, Test/D07multibyte.ztst: print widths in printf take account of multibyte characters. |