diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-06-14 22:00:39 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-06-14 22:00:39 +0000 |
commit | a777f021a2101c90335f6f88eb31895df0e6f0a6 (patch) | |
tree | a68ca0da21ba9b467590e9764bc634b2ed1e4771 /ChangeLog | |
parent | 545c0647701f8a677c40394c23700a229ca38003 (diff) | |
download | zsh-a777f021a2101c90335f6f88eb31895df0e6f0a6.tar.gz zsh-a777f021a2101c90335f6f88eb31895df0e6f0a6.tar.xz zsh-a777f021a2101c90335f6f88eb31895df0e6f0a6.zip |
11906: yet two more saving trap bugs
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9a5c9610c..0d1e70ba3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-06-14 Peter Stephenson <pws@pwstephenson.fsnet.co.uk> + + * 11906: Src/signals.c: yet another two bugs with saving traps: + flags were prematurely restored when resetting and TRAPEXIT + was sometimes saved incorrectly when exitting the scope. + 2000-06-14 Oliver Kiddle <opk@zsh.org> * 11903: Completion/Core/_expand: handle suffix style for arrays |