diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-19 06:29:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-19 06:29:27 +0000 |
commit | 8847214f239965f538e42a09d3d08ce8c700dea2 (patch) | |
tree | a30f842a83c823affb01fedbe803535f1c2ec2fa /ChangeLog | |
parent | 4dba81eafc9aead81c0644ea64f092bb2185e5b8 (diff) | |
download | glibc-8847214f239965f538e42a09d3d08ce8c700dea2.tar.gz glibc-8847214f239965f538e42a09d3d08ce8c700dea2.tar.xz glibc-8847214f239965f538e42a09d3d08ce8c700dea2.zip |
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-- | ChangeLog | 16 |
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]. |