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:
authorChristopher Faylor <me@cgf.cx>2009-05-31 07:59:38 +0400
committerChristopher Faylor <me@cgf.cx>2009-05-31 07:59:38 +0400
commite44b9069cd227e8566888b85ec9fd2163d935e71 (patch)
tree50f098f82e3be4f97287f3958704dfdef44d3549 /winsup/cygwin/ChangeLog
parent025e4859affbadde459fb2bf42ad0946e5009d4c (diff)
* strfuncs.cc (sys_cp_mbstowcs): Treat src as unsigned char *. Convert failure
of f_mbtowc into a single malformed utf-16 value.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e64651ff8..b7ea755b2 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2009-05-30 Christopher Faylor <me+cygwin@cgf.cx>
+ * strfuncs.cc (sys_cp_mbstowcs): Treat src as unsigned char *. Convert
+ failure of f_mbtowc into a single malformed utf-16 value.
+
+2009-05-30 Christopher Faylor <me+cygwin@cgf.cx>
+
* cygwin/include/sys/termios.h: Make default erase character "^?".
2009-05-30 Christopher Faylor <me+cygwin@cgf.cx>