aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-07 17:52:54 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-07 17:52:54 +0000
commit95b0af0dd7f9982f3bf8cfb28950a746b88d0efd (patch)
tree85825ecf262f399f65835c507216f908269c31a2
parentf5c8f28593f7421e653dbf52731f6d62babd6c48 (diff)
downloadglibc-95b0af0dd7f9982f3bf8cfb28950a746b88d0efd.tar
glibc-95b0af0dd7f9982f3bf8cfb28950a746b88d0efd.tar.gz
glibc-95b0af0dd7f9982f3bf8cfb28950a746b88d0efd.tar.bz2
glibc-95b0af0dd7f9982f3bf8cfb28950a746b88d0efd.zip
Update.
2003-01-07 Ulrich Drepper <drepper@redhat.com> * math/libm-test.inc (significand_test): New function. (main): Call it. * elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explicitly
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b19f4c388b..a3fdae2caf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-07 Ulrich Drepper <drepper@redhat.com>
+
+ * math/libm-test.inc (significand_test): New function.
+ (main): Call it.
+
2003-01-06 Roland McGrath <roland@redhat.com>
* sysdeps/i386/i486/bits/string.h (memset): Add parens around macro
@@ -14,7 +19,7 @@
return significand and not the exponent.
Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
- * elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explcitly
+ * elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explicitly
taking address of iov in INTERNAL_SYSCALL call. Patch by Franz Sirl.
* malloc/malloc.c: Mark all _int_* functions as static.