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/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 955e256b3..3a841c876 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,13 @@
2010-02-12 Corinna Vinschen <corinna@vinschen.de>
+ * regex/regcomp.c (xwcrtomb): New function to convert wide chars
+ outside of the base plane to UTF-8. Call throughout instead of
+ wcrtomb.
+ (wgetnext): Handle surrogate pairs on UTF-16 systems.
+ * regex/regexec.c (xmbrtowc): Ditto.
+
+2010-02-12 Corinna Vinschen <corinna@vinschen.de>
+
* sec_auth.cc (get_user_local_groups): Retrieve name of well known
builtin group from system. Explain why.
* sec_helper.cc (well_known_builtin_sid): New SID for BUILTIN group.