aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-06-20 07:23:23 +0000
committerUlrich Drepper <drepper@redhat.com>2002-06-20 07:23:23 +0000
commit4c49989e4178fc032cfdf37ee898babc7e3fa593 (patch)
tree24f6855b68683881dfed04a4404a0e93a2b7fc19 /ChangeLog
parent1474b1c6c55b3d647e1f3ccc89821f8a35124dcb (diff)
downloadglibc-4c49989e4178fc032cfdf37ee898babc7e3fa593.tar
glibc-4c49989e4178fc032cfdf37ee898babc7e3fa593.tar.gz
glibc-4c49989e4178fc032cfdf37ee898babc7e3fa593.tar.bz2
glibc-4c49989e4178fc032cfdf37ee898babc7e3fa593.zip
Update.
2002-06-13 Stephen L Moshier <steve@moshier.net> * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which argument or result is subnormal. 2002-06-19 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the quotient. * sysdeps/i386/fpu/s_remquof.S: Likewise. * sysdeps/i386/fpu/s_remquol.S: Likewise. * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals. * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file. * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file. * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 18 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 077cfd5d89..d1eb75e2e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2002-06-13 Stephen L Moshier <steve@moshier.net>
+
+ * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
+ argument or result is subnormal.
+
+2002-06-19 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
+ quotient.
+ * sysdeps/i386/fpu/s_remquof.S: Likewise.
+ * sysdeps/i386/fpu/s_remquol.S: Likewise.
+
+ * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
+
2002-06-17 David Mosberger <davidm@hpl.hp.com>
* sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
@@ -142,10 +156,10 @@
2002-06-07 Jakub Jelinek <jakub@redhat.com>
- * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New.
- * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New.
- * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New.
- * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New.
+ * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
+ * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
+ * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
* sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
(sendfile64): Likewise.
* sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.