diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-04-30 22:33:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-04-30 22:33:44 +0000 |
commit | b866373d82d6378a4ae22bab1a00f8e012b7da68 (patch) | |
tree | 8f4db6080f45ecb68b369d07f84775d098c04106 /ChangeLog | |
parent | 37f02b1da57eb6807e849a5056bf973db840dd78 (diff) | |
download | glibc-b866373d82d6378a4ae22bab1a00f8e012b7da68.tar glibc-b866373d82d6378a4ae22bab1a00f8e012b7da68.tar.gz glibc-b866373d82d6378a4ae22bab1a00f8e012b7da68.tar.bz2 glibc-b866373d82d6378a4ae22bab1a00f8e012b7da68.zip |
* stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
for exponent 0.
* stdio-common/tfformat.c (sprint_doubles): Add a new test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-04-30 Jakub Jelinek <jakub@redhat.com> + * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign + for exponent 0. + * stdio-common/tfformat.c (sprint_doubles): Add a new test. + [BZ #4439] * resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into account in the size check. |