diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-12-21 16:33:39 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-12-21 16:33:39 +0000 |
commit | 1b608e1b9af7a86c7c26c5f8aea27602af3077ea (patch) | |
tree | 1258c01138b360a911cbae72f8065dc2ede2cd15 /ChangeLog | |
parent | 1d6f9fc0f03422007adc7fd23328d53691b9513f (diff) | |
download | zsh-1b608e1b9af7a86c7c26c5f8aea27602af3077ea.tar.gz zsh-1b608e1b9af7a86c7c26c5f8aea27602af3077ea.tar.xz zsh-1b608e1b9af7a86c7c26c5f8aea27602af3077ea.zip |
16372: allow signal names to be prefixed by `SIG' with kill builtin and fix
problem with no argument to kill -n and -s options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3c7ffede8..f33d1bf55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-12-21 Oliver Kiddle <opk@zsh.org> + + * 16372: Src/jobs.c, Completion/Unix/Type/_signals: allow signals + to be specified with `SIG' prefix to kill builtin and fix bug with + lack of argument to kill -n/-s. + 2001-12-21 Geoff Wing <gcw@zsh.org> * 16332: zshconfig.ac, Config/defs.mk.in, Src/Makefile.in, |