diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-05 03:28:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-05 03:28:59 +0000 |
commit | 6ad5c588059a6c849de0cfac3e3726fe4e5520a5 (patch) | |
tree | 54821d4852faa70652e179bcea1c19864ad91fa4 | |
parent | 25e08dc663fbf9f8449b56ffac8bf4d6e9a159b9 (diff) | |
download | glibc-6ad5c588059a6c849de0cfac3e3726fe4e5520a5.tar.gz glibc-6ad5c588059a6c849de0cfac3e3726fe4e5520a5.tar.xz glibc-6ad5c588059a6c849de0cfac3e3726fe4e5520a5.zip |
Update.
2002-08-04 Ulrich Drepper <drepper@redhat.com> * include/stdio.h: Don't define macro magic to redirect function calls if _ISOMAC is defined. * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined ldouble asin tests.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a2060a7378..03b10a20d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-08-04 Ulrich Drepper <drepper@redhat.com> + + * include/stdio.h: Don't define macro magic to redirect function + calls if _ISOMAC is defined. + + * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined + ldouble asin tests. + 2002-08-04 Roland McGrath <roland@redhat.com> * stdlib/lrand48_r.c: Add libc_hidden_def. |