diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-01-16 13:44:18 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-01-16 13:44:18 +0000 |
commit | 757168e2c8af374436108266cc3cfd32a946a590 (patch) | |
tree | 293929274f50de8733f00c4ae561a85e9c5fc16f /ChangeLog | |
parent | 052316fea3b74599de04fb3990a444b0ba08b04b (diff) | |
download | zsh-757168e2c8af374436108266cc3cfd32a946a590.tar.gz zsh-757168e2c8af374436108266cc3cfd32a946a590.tar.xz zsh-757168e2c8af374436108266cc3cfd32a946a590.zip |
remove 13108 (trap queues); replace with signal queueing to ensure that user signal handlers are only executed when it is safe to run them (13365)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index be44b1a64..3ad62c8a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2001-01-16 Sven Wischnowsky <wischnow@zsh.org> + * 13365: Src/builtin.c, Src/exec.c, Src/glob.c, Src/hashtable.c, + Src/hist.c, Src/init.c, Src/input.c, Src/jobs.c, Src/math.c, + Src/mem.c, Src/module.c, Src/params.c, Src/parse.c, Src/prompt.c, + Src/signals.c, Src/signals.h, Src/subst.c, Src/utils.c, + Src/watch.c, Src/Modules/zftp.c, Src/Modules/zpty.c, + Src/Modules/zutil.c, Src/Zle/compcore.c, Src/Zle/complist.c, + Src/Zle/computil.c, Src/Zle/zle_main.c, Src/Zle/zle_tricky.c: + remove 13108 (trap queues); replace with signal queueing to ensure + that user signal handlers are only executed when it is safe to run + them + * 13364: Src/Zle/compctl.c: fix for ol' compctl when completing hash keys |