diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-11-22 10:33:03 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-11-22 10:33:03 +0000 |
commit | 5141e68daa20caa8523361d5dff63e9384c30191 (patch) | |
tree | 7521410b050a3f152e5dd902c209ff12477bd455 /ChangeLog | |
parent | f1846d402bed119a74409c3b417484661e100e27 (diff) | |
download | zsh-5141e68daa20caa8523361d5dff63e9384c30191.tar.gz zsh-5141e68daa20caa8523361d5dff63e9384c30191.tar.xz zsh-5141e68daa20caa8523361d5dff63e9384c30191.zip |
20572: Allow alternative signal names
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 13d4c5731..9b69e96ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-11-22 Peter Stephenson <pws@csr.com> + + * 20572: Doc/Zsh/builtins.yo, Src/builtin.c, Src/exec.c, + Src/jobs.c, Src/signals.c, Src/utils.c: Allow -CLD and -IO + as alternatives to -CHLD and -POLL where they are the same signal. + 2004-11-20 Doug Kearns <djkea2@mugca.its.monash.edu.au> * 20571: Completion/Unix/Command/_java: update javac completion for |