diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-07-07 23:31:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-07-07 23:31:46 +0000 |
commit | 96191db217c69f989c68121a2ceb06c24939b848 (patch) | |
tree | 3177491155775123f72433689d2eeffb30817e6b /ChangeLog | |
parent | 531680aebfa57f25b24b993f3c911af1ca8981e3 (diff) | |
download | glibc-96191db217c69f989c68121a2ceb06c24939b848.tar.gz glibc-96191db217c69f989c68121a2ceb06c24939b848.tar.xz glibc-96191db217c69f989c68121a2ceb06c24939b848.zip |
* sysdeps/generic/s_ctanh.c (__ctanh): Handle case of zero den better.
* sysdeps/generic/s_ctanhf.c (__ctanhf): Likewise. * sysdeps/generic/s_ctanhl.c (__ctanhl): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 866427fd4d..6c5daeee62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-07 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/generic/s_ctanh.c (__ctanh): Handle case of zero den better. + * sysdeps/generic/s_ctanhf.c (__ctanhf): Likewise. + * sysdeps/generic/s_ctanhl.c (__ctanhl): Likewise. + 2005-04-13 H.J. Lu <hongjiu.lu@intel.com> [BZ #974] |