diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2007-03-12 20:30:08 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2007-03-12 20:30:08 +0000 |
commit | 99304ce6c4067c1ad11d9c4723580cb09bf1d853 (patch) | |
tree | 036546660dab37a67da4adc69fbe41610e64fdf8 /newlib/ChangeLog | |
parent | 9c28809c0f505ea1969523aad89b3a7df045bb7c (diff) | |
download | cygnal-99304ce6c4067c1ad11d9c4723580cb09bf1d853.tar.gz cygnal-99304ce6c4067c1ad11d9c4723580cb09bf1d853.tar.bz2 cygnal-99304ce6c4067c1ad11d9c4723580cb09bf1d853.zip |
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.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 9 |
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. |