diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 4978e95cf..0a72707cc 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,11 @@ +2006-12-14 Jeff Johnston <jjohnstn@redhat.com> + Eric Blake <ebb9@byu.net> + + * libc/stdio/fflush.c (fflush): On seekable streams, always flush + read but unused data. + * libc/stdio/fclose.c (_fclose_r): Always flush streams, since + even read streams may have side effects that must happen. + 2006-12-13 Joel Schopp <jschopp@austin.ibm.com> * libc/machine/spu/setjmp.S: Fix to handle registers past 115 |