summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index a2d6a6383..13e006f76 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,12 @@
+2007-03-12 Eric Blake <ebb9@byu.net>
+
+ * libc/stdio/fvwrite.c (__sfvwrite_r): Fix reentrancy.
+ * libc/stdio/vasprintf.c (vasprintf, _vasprintf_r): Pass failed
+ allocation to caller.
+ * libc/stdio/asprintf.c (_asprintf_r, asprintf): Likewise.
+ * libc/stdio/asiprintf.c (_asiprintf_r, asiprintf): Likewise.
+ * libc/stdio/vasiprintf.c (vasiprintf, _vasiprintf_r): Likewise.
+
2007-02-23 Jeff Johnston <jjohnstn@redhat.com>
* libm/math/w_pow.c: Fix typo in documentation comment.