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/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 1aff1c606..c49f109c8 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,9 @@
+2015-12-08 Corinna Vinschen <corinna@vinschen.de>
+
+ * libc/stdio/freopen.c (_freopen_r): Only reset __SWID bit per SUSv4.
+ * libc/stdio64/freopen64.c (_freopen64_r): Add missing resetting of
+ flag values and _mbstate.
+
2015-12-07 Nick Withers <nick.withers@anu.edu.au>
* libc/sys/arm/sys/param.h (NBBY): Define if not already defined.