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/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 28d8be499..01e7cd852 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,12 @@
+2010-02-11 Corinna Vinschen <corinna@vinschen.de>
+
+ * getlocale.c (main): Rename local variable to avoid problems.
+ Avoid string comparisons, rather test language and sublanguage codes
+ wheere possible. Add more code to handle Serbian language/territory
+ state identical on all Windows versions. Fix handling for "@latin"
+ modifier in Belarusian locale.
+ * utils.sgml (getlocale): Try to make wording and example clearer.
+
2010-02-10 Corinna Vinschen <corinna@vinschen.de>
* getlocale.c (usage): Change text slightly.