diff options
author | Christopher Faylor <me@cgf.cx> | 2002-05-13 05:13:58 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-05-13 05:13:58 +0000 |
commit | c49fa762631f93c496e3e4e7d55ff730cf24d789 (patch) | |
tree | 7195a373b927dab5c2f1a44b275719f689fe678b /winsup/utils/ChangeLog | |
parent | d52265ffb265f8d72cbace65ca2656d8f55200f3 (diff) | |
download | cygnal-c49fa762631f93c496e3e4e7d55ff730cf24d789.tar.gz cygnal-c49fa762631f93c496e3e4e7d55ff730cf24d789.tar.bz2 cygnal-c49fa762631f93c496e3e4e7d55ff730cf24d789.zip |
* Makefile.in (kill.exe): Add as a specific target.
* kill.cc (longopts): New.
(opts): Ditto.
(get_sig): Accept const char * parameter. Return -1 on unknown signal.
(test_for_unknown_sig): New function.
(listsig): New function.
(main): Use getopt_long for option parsing. Implement -l, and -s options. Use
test_for_unknown_sig() to test for signal validity.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r-- | winsup/utils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 9d5b703a4..3343f8922 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,14 @@ +2002-05-13 Christopher Faylor <cgf@redhat.com> + + * Makefile.in (kill.exe): Add as a specific target. + * kill.cc (longopts): New. + (opts): Ditto. + (get_sig): Accept const char * parameter. Return -1 on unknown signal. + (test_for_unknown_sig): New function. + (listsig): New function. + (main): Use getopt_long for option parsing. Implement -l, and -s + options. Use test_for_unknown_sig() to test for signal validity. + 2002-05-12 Christopher Faylor <cgf@redhat.com> * mount.cc (do_mount): Default to non-exec option for remote drives. |