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/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 4973819ac..0bfad1c01 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,18 @@
+2013-04-12 Bin Cheng <bin.cheng@arm.com>
+
+ * acconfig.h (_WCHAR_ORIENT): Undef
+ * newlib.hin (_WCHAR_ORIENT): Undef
+ * configure.in (--enable-newlib-wchar-orient): New option.
+ * configure: Regenerated.
+ * libc/configure.in (--enable-newlib-wchar-orient): New option.
+ * libc/configure: Regenerated.
+ * libc/stdio/Makefile.am (NEWLIB_WIDE_ORIENT): Use.
+ * libc/stdio/Makefile.in: Regenerated.
+ * libc/stdio/local.h (ORIENT): Use _WCHAR_ORIENT to control
+ the definition. Add alternative definition.
+ * libc/stdio/vfprintf.c (__sfputs_r, __sprint_r): Use _WCHAR_ORIENT
+ to control the wide char output.
+
2012-04-11 Jon TURNEY <jon.turney@dronecode.org.uk>
* libc/include/stdlib.h (strtof, strtoll, strtoull, strtold): Also