Update.
[platform/upstream/glibc.git] / linuxthreads / ChangeLog
index 382ad68..2a7bcb9 100644 (file)
@@ -1,3 +1,54 @@
+2000-03-14  Ulrich Drepper  <drepper@redhat.com>
+
+       * mutex.c (__pthread_once): Handle cancelled init function correctly.
+       (pthread_once_cancelhandler): New function.
+       Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
+
+2000-03-14  Andreas Jaeger  <aj@suse.de>
+
+       * pthread.c (pthread_handle_sigcancel_rt): GS has been renamed to
+       REG_GS.
+       (pthread_handle_sigrestart_rt): Likewise.
+       * signals.c (pthread_sighandler_rt): Likewise.
+
+2000-03-02  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/pthread/bits/libc-lock.h: Fix typo.
+       Reported by Sean Chen <sean.chen@turbolinux.com>.
+
+2000-02-28  Andreas Jaeger  <aj@suse.de>
+
+       * rwlock.c: Fix typo.
+
+2000-02-27  Ulrich Drepper  <drepper@redhat.com>
+
+       * rwlock.c: Define __* variants of the functions and make old names
+       aliases.
+       * Versions [GLIBC_2.2]: Export the __pthread_rwlock_* functions.
+       * sysdeps/pthread/bits/libc-lock.h: Define __libc_rwlock_* macros.
+
+2000-02-25  Andreas Jaeger  <aj@suse.de>
+
+       * Versions: Export pread, __pread64, pread64, pwrite, __pwrite64,
+       pwrite64, lseek64, open64, and __open64 with version 2.2.
+
+2000-02-22  Ulrich Drepper  <drepper@redhat.com>
+
+       * semaphore.h (SEM_FAILED): Use 0 not NULL.
+
+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  Andreas Jaeger  <aj@suse.de>
+
+       * condvar.c (pthread_cond_timedwait_relative_new): Fix last patch.
+       (pthread_cond_timedwait_relative_old): Likewise.
+
 2000-02-13  Ulrich Drepper  <drepper@redhat.com>
 
        * condvar.c (pthread_cond_timedwait_relative_old): Undo last patch