From: Ulrich Drepper Date: Sat, 25 Sep 1999 07:07:39 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77b33ea836cb029351bb16925b82333f168b7ae9;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index e918256f732..7b94b7f7c03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-09-24 Ulrich Drepper + + * nis/nss_nisplus/nisplus-parser.c (_nss_nisplus_parse_grent): Do + not ovverwrite last group member with NULL pointer. + Reported by Thomas Winder . + 1999-09-12 Ulrich Drepper * stdio-common/vfprintf.c: Remove limitation on size of precision diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 6aadf166740..5611df4093e 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +1999-09-25 Ulrich Drepper + + * condvar.c (pthread_cond_timedwait_relative): Never return with + EINTR. Patch by Andreas Schwab. + 1999-09-23 Ulrich Drepper * specific.c: Move definitions of struct pthread_key_struct and