summaryrefslogtreecommitdiffstats
path: root/winsup/utils/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-05-13 05:13:58 +0000
committerChristopher Faylor <me@cgf.cx>2002-05-13 05:13:58 +0000
commitc49fa762631f93c496e3e4e7d55ff730cf24d789 (patch)
tree7195a373b927dab5c2f1a44b275719f689fe678b /winsup/utils/ChangeLog
parentd52265ffb265f8d72cbace65ca2656d8f55200f3 (diff)
downloadcygnal-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/ChangeLog11
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.