summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-04-26 03:43:02 +0000
committerUlrich Drepper <drepper@redhat.com>2009-04-26 03:43:02 +0000
commit7095366d1efc6e58639f7c76d0b515212d61247d (patch)
tree57288207af8eee5b1a67fa7eeb3dbdc8cf9fcec5 /ChangeLog
parent0c59a1963e948c546e0d3e34de974c7e71de1134 (diff)
* math/w_fmod.c: Also handle x=±Inf as error.
* math/w_fmodf.c: Likewise. * math/w_fmodl.c: Likewise. * math/libm-test.inc (fmod_test): Add tests for errno after calls for x=±Inf or y=0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2355ff383e..bdeac75fb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-04-25 Ulrich Drepper <drepper@redhat.com>
+ * math/w_fmod.c: Also handle x=±Inf as error.
+ * math/w_fmodf.c: Likewise.
+ * math/w_fmodl.c: Likewise.
+ * math/libm-test.inc (fmod_test): Add tests for errno after calls for
+ x=±Inf or y=0.
+
* sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.
* sysdeps/i386/fpu/s_cosf.S: Likewise.
* sysdeps/i386/fpu/s_cosl.S: Likewise.