]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 15 Feb 2000 01:58:29 +0000 (01:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 15 Feb 2000 01:58:29 +0000 (01:58 +0000)
ChangeLog
linuxthreads/ChangeLog

index c456785ad921e749db4dad848e2ce8496a2fd680..52499cdaa85bb6ffbbfffa9a1fd7af14898e4184 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2000-02-14  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/posix/sigwait.c: Don't look for signal 0 since it does
+       not exist.  Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1601).
+
+       * sysdeps/libm-i387/s_nearbyint.S: Disable raising exception, not
+       enable it.  Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1600).
+       * sysdeps/libm-i387/s_nearbyintf.S: Likewise.
+       * sysdeps/libm-i387/s_nearbyintf.l: Likewise.
+
 2000-02-14  Andreas Jaeger  <aj@suse.de>
 
        * elf/rtld.c (dl_main): Fix check for references to dynamic linker.
index d402e45956aeed5e83d7205b56d9385b924b2a22..1574d678b85af51cbf31700bd4072ea6735b2788 100644 (file)
@@ -1,3 +1,11 @@
+2000-02-14  Ulrich Drepper  <drepper@redhat.com>
+
+       * condvar.c (pthread_cond_timedwait_relative_old): Tight loop with
+       nanosleep does not work either.  Get absolute time inside the
+       loop.
+       (pthread_cond_timedwait_relative_new): Likewise.
+       Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
+
 2000-02-13  Ulrich Drepper  <drepper@redhat.com>
 
        * condvar.c (pthread_cond_timedwait_relative_old): Undo last patch