From: Ulrich Drepper Date: Fri, 14 Dec 2001 07:15:50 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2-2-5~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7efcf66997b118ff966a2ed51c206bb70694c76f;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index fbf4b01a438..bc85c2b7149 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-12-13 Andreas Schwab + + * stdio-common/vfprintf.c (process_string_arg): Correctly handle + zero precision with wide character string format. + 2001-12-13 Thorsten Kukuk * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID, diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 4e02009cfab..5dadede8cf1 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2001-12-13 Andreas Schwab + + * specific.c (pthread_key_delete): Don't contact the thread + manager if no threads have been created yet. + 2001-11-30 Andreas Schwab * pthread.c (pthread_handle_sigcancel) [THREAD_SELF]: Double check