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:
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.