diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-06-04 14:38:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-06-04 14:38:22 +0000 |
commit | 43b768284325b7e7d2ec3fc3dcac13a35c378c95 (patch) | |
tree | 6560de64681e4f69ea9936bed4763555004f7658 /ChangeLog | |
parent | 04067002e8c1be0c432bd608736750ca7459ec69 (diff) | |
download | glibc-43b768284325b7e7d2ec3fc3dcac13a35c378c95.tar.gz glibc-43b768284325b7e7d2ec3fc3dcac13a35c378c95.tar.xz glibc-43b768284325b7e7d2ec3fc3dcac13a35c378c95.zip |
* sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
(PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double is non-zero, but smaller than 2 * __DBL_MIN__. * stdio-common/tst-sprintf2.c: New test. * stdio-common/Makefile (tests): Add tst-sprintf2. * math/test-misc.c (main): Don't run last batch of tests with IBM long double format.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 18c2df3dbf..5845b8a951 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-06-04 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c + (PRINT_FPHEX_LONG_DOUBLE): Fix printing numbers where lower double + is non-zero, but smaller than 2 * __DBL_MIN__. + * stdio-common/tst-sprintf2.c: New test. + * stdio-common/Makefile (tests): Add tst-sprintf2. + + * math/test-misc.c (main): Don't run last batch of tests with + IBM long double format. + 2007-05-31 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/powerpc/powerpc32/970/fpu/Implies: New file. |