about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 688032e486..b4a9313780 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+1999-10-19  Ulrich Drepper  <drepper@cygnus.com>
+
+	* sysdeps/i386/fpu/s_nextafterl.c: Add __nextafterl and nextafterl
+	aliases.
+
+	* sysdeps/ieee754/flt-32/e_lgammaf_r.c: Don't handle -Inf special.
+
+	* sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Check
+	for -Inf and return NaN.
+
+	* math/gen-libm-test.pl: Fix program name in help message.
+
+	* math/libm-test.inc (check_complex): It's Imaginary, not Complex.
+
+	* math/libm-test.inc (gamma_test): Result of gamma(-inf) is +inf.
+
+	* sysdeps/i386/Implies: Correct order of libm directories.
+
 1999-10-19  Andreas Jaeger  <aj@suse.de>
 
 	* include/bits/ipc.h: Remove K&R compatibility.