Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-10-10 13:50:43 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-10-10 13:50:43 +0400
commit9198ac4dc6f5b3c32e1bd8964a1e42799fd6ec91 (patch)
tree097a1c43a15d9a7a163e29fd6badedd3cc21cfa9 /winsup/utils/ChangeLog
parentf818494c6372b5d0184ec4065876b065c6b34bfe (diff)
* locale.cc (usage): Restructure, rephrase, add new options. Drop
arguments, don't exit. (print_version): New function. (longopts): Add -f, -n, and -V options. Reorder. (opts): Add -f, -n, and -V options. (main): Call GetSystemDefaultUILanguage for -s option. Call GetUserDefaultUILanguage for -u option. Add -f and -n options and call GetUserDefaultLCID and GetSystemDefaultLCID respectively. Return 0 after calling usage in -h case. Add -V option and call print_version. Don't print full usage in default case, rather just a short help message similar to GNU tools. * utils.sgml (locale): Align to above changes. Rephrase description.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index e1cca1540..b365b95a0 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,19 @@
+2011-10-10 Andy Koppe <andy.koppe@gmail.com>
+ Corinna Vinschen <corinna@vinschen.de>
+
+ * locale.cc (usage): Restructure, rephrase, add new options. Drop
+ arguments, don't exit.
+ (print_version): New function.
+ (longopts): Add -f, -n, and -V options. Reorder.
+ (opts): Add -f, -n, and -V options.
+ (main): Call GetSystemDefaultUILanguage for -s option. Call
+ GetUserDefaultUILanguage for -u option. Add -f and -n options and
+ call GetUserDefaultLCID and GetSystemDefaultLCID respectively. Return
+ 0 after calling usage in -h case. Add -V option and call print_version.
+ Don't print full usage in default case, rather just a short help message
+ similar to GNU tools.
+ * utils.sgml (locale): Align to above changes. Rephrase description.
+
2011-10-10 Corinna Vinschen <corinna@vinschen.de>
* cygcheck.cc (check_keys): Use UNICODE Win32 functions.