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/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 72aff2e47..dbede5c0d 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,9 @@
+2010-02-10 Corinna Vinschen <corinna@vinschen.de>
+
+ * nlsfuncs.cc (__get_lcid_from_locale): Convert iu_CA to iu-Latn-CA
+ rather than iu-Cans-CA on Vista and later.
+ (__set_charset_from_locale): Set default charset for iu_CA to UTF-8.
+
2010-02-10 Christopher Faylor <me+cygwin@cgf.cx>
* dcrt0.cc (_dll_crt0): Set _main_tls as early as possible.
@@ -39,6 +45,15 @@
2010-02-09 Corinna Vinschen <corinna@vinschen.de>
+ * nlsfuncs.cc (lc_wcstombs): Add `return_invalid' flag to specify
+ whether invalid chars should be ignored or not. Change comment.
+ (__set_lc_monetary_from_win): Call lc_wcstombs with return_invalid
+ flag set.
+ (__set_lc_messages_from_win): Simplify to accommodate the fact that
+ lc_wcstombs just ignores invalid chars. Explain why.
+
+2010-02-09 Corinna Vinschen <corinna@vinschen.de>
+
* nlsfuncs.cc (__set_lc_messages_from_win): Fix typo.
2010-02-09 Corinna Vinschen <corinna@vinschen.de>