diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-07-29 20:45:11 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-07-29 20:45:11 +0000 |
commit | 42de5592999686f239f67ce8c785c55f84537187 (patch) | |
tree | 29930d57d7e27cce52fd4f781909d4c6ef28417a /newlib/ChangeLog | |
parent | e4bf124e034201f5668de37f6c6137af283a0a2a (diff) | |
download | cygnal-42de5592999686f239f67ce8c785c55f84537187.tar.gz cygnal-42de5592999686f239f67ce8c785c55f84537187.tar.bz2 cygnal-42de5592999686f239f67ce8c785c55f84537187.zip |
2003-07-29 Honda Hiroki <hhonda@ipflex.com>
* libc/stdio/vfprintf.c: Set output size to 1 when
we have %f format with precision 0 and # flag not specified.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 4f2800101..ee43302f0 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2003-07-29 Honda Hiroki <hhonda@ipflex.com> + + * libc/stdio/vfprintf.c: Set output size to 1 when + we have %f format with precision 0 and # flag not specified. + 2003-07-29 Alexandre Oliva <aoliva@redhat.com> * libc/machine/mn10300/setjmp.S: Never emit both .am33 and |