diff options
author | Christopher Faylor <me@cgf.cx> | 2002-05-08 01:55:56 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-05-08 01:55:56 +0000 |
commit | 84d06cb64d051a07fb3a41fcbc5f3239cb6cc532 (patch) | |
tree | 20024230c09a879715a58773e1df12d565fca70e /winsup/utils/ChangeLog | |
parent | 60b2107cfda24875c6feb8dadfaec1a7e4bfb645 (diff) | |
download | newlib-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/ChangeLog | 9 |
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. |