summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-07-07 23:31:46 +0000
committerUlrich Drepper <drepper@redhat.com>2005-07-07 23:31:46 +0000
commit96191db217c69f989c68121a2ceb06c24939b848 (patch)
tree3177491155775123f72433689d2eeffb30817e6b /ChangeLog
parent531680aebfa57f25b24b993f3c911af1ca8981e3 (diff)
* 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--ChangeLog6
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]