diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-03-25 10:07:12 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-03-25 10:07:12 +0000 |
commit | 83b0fd36740bd78d6058be58115ff688796a922a (patch) | |
tree | 38c3265238a2d0c8d87998d4442f981c78a4f31f /ChangeLog | |
parent | 8de7436fc07454e2f5307c00ad99ee19d0baf853 (diff) | |
download | zsh-83b0fd36740bd78d6058be58115ff688796a922a.tar.gz zsh-83b0fd36740bd78d6058be58115ff688796a922a.tar.xz zsh-83b0fd36740bd78d6058be58115ff688796a922a.zip |
19682: Don't run ZERR, DEBUG or EXIT traps inside other traps.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f83836078..64d5ea989 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-03-25 Peter Stephenson <pws@csr.com> + + * 19682: Doc/Zsh/builtins.yo, Etc/NEWS, Src/signals.c: Don't + run ZERR, DEBUG or EXIT traps inside other traps; caused confusion + and incompatibility. + 2004-03-24 Peter Stephenson <pws@csr.com> * 19674 plus unposted changes suggested in 19676: |