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/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index e05a04c7c..2612b2d35 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,14 @@
+2014-12-11 Yaakov Selkowitz <yselkowi@redhat.com>
+
+ * libc/include/stdio_ext.h: Rename __fwriteable to __fwritable.
+ [!__GNUC__]: Declare real functions for the macros, and make
+ the macros conditional on !__cplusplus.
+ * libc/stdio/Makefile.am (ELIX_4_SOURCES): Add stdio_ext.c.
+ (CHEWOUT_FILES): Add stdio_ext.def.
+ * libc/stdio/Makefile.in: Regenerate.
+ * libc/stdio/stdio.tex: Include stdio_ext.def.
+ * libc/stdio/stdio_ext.c: New file.
+
2014-12-04 Corinna Vinschen <vinschen@redhat.com>
* libc/include/stdio_ext.h: Remove excess "inline".