Rewrite from scratch. Support everything
authorJim Meyering <jim@meyering.net>
Sun, 28 Apr 2002 21:32:36 +0000 (21:32 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 28 Apr 2002 21:32:36 +0000 (21:32 +0000)
commited05aed044f82b9280493692425b90d8f395ebea
treefd028d17bc50e9699e0cab860aa02b4c7df65fbe
parent02be728995239e82b191ce762f82b59412fcca4f
Rewrite from scratch.  Support everything
required by POSIX 1003.1-2001; when this conflicts with Bash,
stick with POSIX.  The conflicts are kill -l output format,
and lower case signal names preceded by `-' (e.g., "kill -hup"
is no longer supported).  Remove -L or --long-list option.
Add -t or --table option.  Rename --sigspec to --signal;
remove --signum and do not advertise obsolescent option -n.
Use str2sig and str2sig to convert between signal names and
numbers.
src/kill.c