aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-05-08 01:55:56 +0000
committerChristopher Faylor <me@cgf.cx>2002-05-08 01:55:56 +0000
commit84d06cb64d051a07fb3a41fcbc5f3239cb6cc532 (patch)
tree20024230c09a879715a58773e1df12d565fca70e /winsup/utils/ChangeLog
parent60b2107cfda24875c6feb8dadfaec1a7e4bfb645 (diff)
downloadnewlib-84d06cb64d051a07fb3a41fcbc5f3239cb6cc532.zip
newlib-84d06cb64d051a07fb3a41fcbc5f3239cb6cc532.tar.gz
newlib-84d06cb64d051a07fb3a41fcbc5f3239cb6cc532.tar.bz2
* dumper.cc (usage) Standardize usage output. Generalize to allow use for
help. (longopts) New struct. Added longopts for all options. (print_version) New function. (main) Change getopt to getopt_long. Accommodate new help and version options.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index bb017dc..55be988 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,12 @@
+2002-05-07 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
+
+ * dumper.cc (usage) Standardize usage output. Generalize to allow use
+ for help.
+ (longopts) New struct. Added longopts for all options.
+ (print_version) New function.
+ (main) Change getopt to getopt_long. Accommodate new help and version
+ options.
+
2002-03-29 Corinna Vinschen <corinna@vinschen.de>
* mkgroup.c (main): Change call to exit() to a return statement.