diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-04-30 14:48:49 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-04-30 14:48:49 +0000 |
commit | 563936ba27c92750e0f752ad9137366506352f09 (patch) | |
tree | 21945b324a8cac71f2a1fda1f575a24fe81be770 /ChangeLog | |
parent | 5c327339f5b6973a9355d3edc564def697b7cbdd (diff) | |
download | zsh-563936ba27c92750e0f752ad9137366506352f09.tar.gz zsh-563936ba27c92750e0f752ad9137366506352f09.tar.xz zsh-563936ba27c92750e0f752ad9137366506352f09.zip |
11026: fix for unfunction of trap with localtraps bug
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5c023c022..210ae35cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-04-30 Peter Stephenson <pws@pwstephenson.fsnet.co.uk> + + * 11026: Src/builtin.c, Src/hashtable.c, Src/signals.c, + Test/08traps.ztst: fix unfunction problem for localtraps by + always copying traps to be saved, hence decoupling saved and actual + traps. + 2000-04-30 Bart Schaefer <schaefer@zsh.org> * 11024: Completion/Commands/_complete_debug, Doc/Zsh/compsys.yo: |