From: Ulrich Drepper Date: Wed, 15 Mar 2000 07:41:23 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fcbafec4e964e867def3bcca4bdea60c2dcbfd4;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index c6caf38bab3..2e7cf484652 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ +2000-03-07 H.J. Lu + + * locale/C-ctype.c (_nl_C_LC_CTYPE): Fix the initializer order + for _NL_CTYPE_TOXXXER32_EX. + 2000-03-14 Ulrich Drepper + * 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. @@ -705,7 +720,7 @@ 1999-12-19 Andreas Jaeger - * 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. diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index d324dbee332..1eb3b84ee1c 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,9 @@ 2000-03-14 Ulrich Drepper + * 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 .