diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-07-29 00:26:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-07-29 00:26:28 +0000 |
commit | 8f5e140031a944855846eb745c13e013c7b5539f (patch) | |
tree | ebf93fde53644a22e996f859192d2ce81d87c995 /ChangeLog | |
parent | cedb4109571cff4416235df260848de77f09f556 (diff) | |
download | glibc-8f5e140031a944855846eb745c13e013c7b5539f.tar glibc-8f5e140031a944855846eb745c13e013c7b5539f.tar.gz glibc-8f5e140031a944855846eb745c13e013c7b5539f.tar.bz2 glibc-8f5e140031a944855846eb745c13e013c7b5539f.zip |
[BZ 4858]
* stdio-common/printf_fp.c (___printf_fp): Fix special case of
#.0g and value rounded to 1.0.
* stdio-common/tfformat.c (sprint_doubles): Add two new tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-07-28 Ulrich Drepper <drepper@redhat.com> + + [BZ 4858] + * stdio-common/printf_fp.c (___printf_fp): Fix special case of + #.0g and value rounded to 1.0. + * stdio-common/tfformat.c (sprint_doubles): Add two new tests. + 2007-07-26 Jakub Jelinek <jakub@redhat.com> * locale/programs/ld-monetary.c (monetary_finish): Avoid range check |