diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-26 04:46:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-26 04:46:54 +0000 |
commit | 002a604fd61d1d3b8d82a5a85959ba4ebd210aec (patch) | |
tree | a3988d512d41a34088190f531b8e4b5bd412ab48 /ChangeLog | |
parent | 7095366d1efc6e58639f7c76d0b515212d61247d (diff) | |
download | glibc-002a604fd61d1d3b8d82a5a85959ba4ebd210aec.zip glibc-002a604fd61d1d3b8d82a5a85959ba4ebd210aec.tar.gz glibc-002a604fd61d1d3b8d82a5a85959ba4ebd210aec.tar.bz2 |
* sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct
errno value vor pow(+-0,neg).
* math/libm-test.inc (pow_test): Add tests for errno value for
pole errors.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2009-04-25 Ulrich Drepper <drepper@redhat.com> + * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct + errno value vor pow(+-0,neg). + * math/libm-test.inc (pow_test): Add tests for errno value for + pole errors. + * math/w_fmod.c: Also handle x=±Inf as error. * math/w_fmodf.c: Likewise. * math/w_fmodl.c: Likewise. |