aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-19 06:29:27 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-19 06:29:27 +0000
commit8847214f239965f538e42a09d3d08ce8c700dea2 (patch)
treea30f842a83c823affb01fedbe803535f1c2ec2fa /ChangeLog
parent4dba81eafc9aead81c0644ea64f092bb2185e5b8 (diff)
downloadglibc-8847214f239965f538e42a09d3d08ce8c700dea2.zip
glibc-8847214f239965f538e42a09d3d08ce8c700dea2.tar.gz
glibc-8847214f239965f538e42a09d3d08ce8c700dea2.tar.bz2
Update.
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96f03ff..c5c1387 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].