diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-10-13 17:54:28 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-10-13 17:54:28 +0000 |
commit | 594ad37c37540735068e24387db7fbf524de9c8c (patch) | |
tree | 95f9f0357684f9b880f1d444d2e0963da1c31e52 /ChangeLog | |
parent | d0303296cdd465703ef95930ac254b73280b66bf (diff) | |
download | zsh-594ad37c37540735068e24387db7fbf524de9c8c.tar.gz zsh-594ad37c37540735068e24387db7fbf524de9c8c.tar.xz zsh-594ad37c37540735068e24387db7fbf524de9c8c.zip |
Save/restore state around DEBUG trap call.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1f2573921..931e2fd1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-10-11 Bart Schaefer <schaefer@zsh.org> + + * 16013: Src/exec.c: Properly save/restore state around the + DEBUG trap, so that its return value does not alter the return + value of current command (among other things). + 2001-10-11 Sven Wischnowsky <wischnow@zsh.org> * 16002: Completion/Unix/Type/_path_files: use expanded paths |