about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96f03ffff6..c5c1387bd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+1999-10-18  Andreas Jaeger  <aj@suse.de>
+
+	Added improved math testsuite:
+	* math/libm-test.inc: New file, contains all tests from
+	libm-test.c but in a different form.
+	* math/libm-test.c: Removed.
+	* sysdeps/generic/libm-test-ulps: New file: Fallback ulps file.
+	* math/gen-libm-test.pl: New file: Preprocessor.
+	* math/test-double.c: Adopted to new testsuite.
+	* math/test-idouble.c: Likewise.
+	* math/test-float.c: Likewise.
+	* math/test-ifloat.c: Likewise.
+	* math/test-ldouble.c: Likewise.
+	* math/test-ildoubl.c: Likewise.
+	* math/Makefile: Added rules to generate new suite.
+
 1999-10-18  Ulrich Drepper  <drepper@cygnus.com>
 
 	* inet/rcmd.c (iruserok2): Initialize isbad to -1 [PR libc/1405].