]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 31 Jan 2000 08:21:50 +0000 (08:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 31 Jan 2000 08:21:50 +0000 (08:21 +0000)
ChangeLog
linuxthreads/ChangeLog

index c8af77584f7d7741ccb0c1d614089d1df5a7c7b6..49c52f38159509e0c520142f957f30f3318a317e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-01-31  Andreas Jaeger  <aj@suse.de>
+
+       * inet/inet_net.c (inet_network): Synch with bind 8.2.2.  Fixes PR
+       libc/1567.
+
 2000-01-30  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/alpha/fpu/feholdexcpt.c: Correct return value according to
index aee2f8d9805af511dd31bbabc504bce173632abc..9f3509123c3ccd032b4506623c1ada578b932d8e 100644 (file)
@@ -1,3 +1,11 @@
+2000-01-31  Ulrich Drepper  <drepper@redhat.com>
+
+       * condvar.c (pthread_cond_timedwait_relative_old): Recompute time
+       before every nanosleep call to account for time spent in the rest
+       of the function.
+       (pthread_cond_timedwait_relative_new): Likewise.
+       Patch by khendricks@ivey.uwo.ca (PR libc/1564).
+
 2000-01-29  Ulrich Drepper  <drepper@redhat.com>
 
        * condvar.c (pthread_cond_timedwait_relative_old): Get remaining time