diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-04-16 23:28:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-04-16 23:28:39 +0000 |
commit | d40e67f54ca528c1435419c3bf1868ba288308df (patch) | |
tree | 8f6b7253289bc8ed3ec7b2751794869e904ff50a /ChangeLog | |
parent | 0fca3153e7dee01073bcb0c382fb3f6a6c487ef3 (diff) | |
download | glibc-d40e67f54ca528c1435419c3bf1868ba288308df.tar glibc-d40e67f54ca528c1435419c3bf1868ba288308df.tar.gz glibc-d40e67f54ca528c1435419c3bf1868ba288308df.tar.bz2 glibc-d40e67f54ca528c1435419c3bf1868ba288308df.zip |
* stdio-common/printf_fp.c (___printf_fp): Fix exponent -4
special case handling when wcp == wstartp + 1. Fix a comment typo.
* stdio-common/tfformat.c (sprint_doubles): Add a new testcase.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-04-13 Jakub Jelinek <jakub@redhat.com> + + * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4 + special case handling when wcp == wstartp + 1. Fix a comment typo. + * stdio-common/tfformat.c (sprint_doubles): Add a new testcase. + 2007-03-30 Jakub Jelinek <jakub@redhat.com> * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow, |