diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-02-20 09:16:46 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-02-20 09:16:46 +0000 |
commit | fbe44ac8381e84e02a197803b186c12dfbcfecbc (patch) | |
tree | 1df314e51be46f4b4373b57f07016e1b2619345b /ChangeLog | |
parent | cd02c345afdedd31b767530dfb826b56c61ac6d7 (diff) | |
download | zsh-fbe44ac8381e84e02a197803b186c12dfbcfecbc.tar.gz zsh-fbe44ac8381e84e02a197803b186c12dfbcfecbc.tar.xz zsh-fbe44ac8381e84e02a197803b186c12dfbcfecbc.zip |
more (|un)queue_signals(), this time for the job control builtins (13509)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 530e0310d..80bc1f79f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-02-20 Sven Wischnowsky <wischnow@zsh.org> + + * 13509: Src/jobs.c: more (|un)queue_signals(), this time for the + job control builtins + 2001-02-19 Peter Stephenson <pws@csr.com> * Alexandre: 13280: Doc/Zsh/expn.yo, Src/hist.c, Src/string.c, |