+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.
+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