diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-26 03:43:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-26 03:43:02 +0000 |
commit | 7095366d1efc6e58639f7c76d0b515212d61247d (patch) | |
tree | 57288207af8eee5b1a67fa7eeb3dbdc8cf9fcec5 /ChangeLog | |
parent | 0c59a1963e948c546e0d3e34de974c7e71de1134 (diff) | |
download | glibc-7095366d1efc6e58639f7c76d0b515212d61247d.tar glibc-7095366d1efc6e58639f7c76d0b515212d61247d.tar.gz glibc-7095366d1efc6e58639f7c76d0b515212d61247d.tar.bz2 glibc-7095366d1efc6e58639f7c76d0b515212d61247d.zip |
* 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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |