diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-12-07 03:25:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-12-07 03:25:24 +0000 |
commit | 64b02fd2f5fd5d2e2b7187b5e982fa6b59587500 (patch) | |
tree | 8b833557f08e0d9088bfbeb20af3389680cdc87f /ChangeLog | |
parent | 57d20ee7f27850f2c14e7eeb1e64807e6431d469 (diff) | |
download | glibc-64b02fd2f5fd5d2e2b7187b5e982fa6b59587500.tar.gz |
Update.
2003-12-06 Ulrich Drepper <drepper@redhat.com>
* math/Makefile (tests): Add bug-nextafter.
* math/bug-nextafter.c: New file.
* sysdeps/generic/s_nextafter.c: Construct overflow value correctly.
* sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
* math/libm-test.inc (nextafter_test): Add test for overflow after
+/-FLT_MAX etc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-12-06 Ulrich Drepper <drepper@redhat.com> + + * math/Makefile (tests): Add bug-nextafter. + * math/bug-nextafter.c: New file. + * sysdeps/generic/s_nextafter.c: Construct overflow value correctly. + * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise. + * math/libm-test.inc (nextafter_test): Add test for overflow after + +/-FLT_MAX etc. + 2003-12-04 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Add masking |