diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-03 23:38:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-03 23:38:18 +0000 |
commit | 0df757b10aa12644293c5c5ac5eae6a65d6dbef8 (patch) | |
tree | 1ca9492c2f17d1455f143da214f2d266a61e0814 /ChangeLog | |
parent | be2925fc8afd9170d76237ac0fcf2df5db89532b (diff) | |
download | glibc-0df757b10aa12644293c5c5ac5eae6a65d6dbef8.tar.gz glibc-0df757b10aa12644293c5c5ac5eae6a65d6dbef8.tar.xz glibc-0df757b10aa12644293c5c5ac5eae6a65d6dbef8.zip |
Update.
* math/test-misc.c (main): More tests for frexp and some for fpclassify and isnormal.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 378b0154f1..7e9d0ba090 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-12-03 Ulrich Drepper <drepper@redhat.com> + * math/test-misc.c (main): More tests for frexp and some for + fpclassify and isnormal. + * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Correct test for subnormal. Reported by Fred J. Tydeman <tydeman@tybor.com>. |