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 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 7729b2c35..f2554c3c4 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,10 @@
+2010-02-16 Corinna Vinschen <corinna@vinschen.de>
+
+ * libc/ctype/iswblank.c (iswblank): Remove Unicode characters
+ U+00A0 and U+200B. Add Unicode character U+180E. Add comment
+ to explain how to generate from Unicode data file.
+ * libc/ctype/iswspace.c (iswspace): Ditto.
+
2010-02-15 Corinna Vinschen <corinna@vinschen.de>
* libc/stdio/vfwprintf.c (_VFWPRINTF_R): Apply previous patch here