about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-22 15:30:17 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-22 15:30:17 +0000
commiteb3bf57345cb1451a5d2578dc3f7fbe5aff3b8b5 (patch)
tree6ec83dbe97d438107bfc2da109e1f9b24235aef0 /ChangeLog
parente11d6a7d770cb612285a2fa773db978a01939645 (diff)
downloadglibc-eb3bf57345cb1451a5d2578dc3f7fbe5aff3b8b5.tar.gz
glibc-eb3bf57345cb1451a5d2578dc3f7fbe5aff3b8b5.tar.xz
glibc-eb3bf57345cb1451a5d2578dc3f7fbe5aff3b8b5.zip
Update.
	* sysdeps/ieee754/ldbl-96/s_nexttoward.c: If x == y, return y.

	* sysdeps/ieee754/dbl-64/e_lgamma_r.c: Don't handle -Inf special.

	* sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Check
	for -Inf and return NaN.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f473513c29..030c336076 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 1999-10-21  Ulrich Drepper  <drepper@cygnus.com>
 
+	* sysdeps/ieee754/ldbl-96/s_nexttoward.c: If x == y, return y.
+
+	* sysdeps/ieee754/dbl-64/e_lgamma_r.c: Don't handle -Inf special.
+
+	* sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Check
+	for -Inf and return NaN.
+
 	* configure.in: Correct test for Cygnus gcc versions.
 
 1999-10-21  Andreas Jaeger  <aj@suse.de>