]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 15 Mar 2000 07:41:23 +0000 (07:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 15 Mar 2000 07:41:23 +0000 (07:41 +0000)
ChangeLog
linuxthreads/ChangeLog

index c6caf38bab366770ba194047553662c491ee3950..2e7cf4846523728bd01426dc115dbabf4a055b38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
+2000-03-07  H.J. Lu  <hjl@gnu.org>
+
+       * locale/C-ctype.c (_nl_C_LC_CTYPE): Fix the initializer order
+       for _NL_CTYPE_TOXXXER32_EX.
+
 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
 
+       * timezone/africa: Update from tzdata2000d.
+       * timezone/asia: Likewise.
+       * timezone/australasia: Likewise.
+       * timezone/europe: Likewise.
+       * timezone/northamerica: Likewise.
+       * timezone/southamerica: Likewise.
+
+       * po/fr.po: Update from translation team.
+       * po/de.po: Likewise.
+
        * elf/dl-deps.c (_dl_map_object_deps): Change return type and remove
        last parameter.  Move code to add map to global scope from here...
        * elf/dl-open.c (dl_open_worker): ...here.
 
 1999-12-19  Andreas Jaeger  <aj@suse.de>
 
-        * include/fcntl.h: Declare __libc_fcntl.
+       * include/fcntl.h: Declare __libc_fcntl.
 
        * include/unistd.h: Move __libc_open and __libc_open64 to ...
        * include/fcntl.h: ...here.
index d324dbee332134d77cd1291c568d7ccccca08bbc..1eb3b84ee1c5ba43bfcdec09e5da58e6e0a929b4 100644 (file)
@@ -1,5 +1,9 @@
 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
 
+       * condvar.c (pthread_cond_wait): Check whether mutex is owned by
+       current thread and return error if not.
+       (pthread_cond_timedwait): Likewise.
+
        * mutex.c (__pthread_once): Handle cancelled init function correctly.
        (pthread_once_cancelhandler): New function.
        Patch by Kaz Kylheku <kaz@ashi.footprints.net>.