From: Ulrich Drepper Date: Thu, 20 Jan 2000 08:02:05 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7ed2305e80e3a02fb1c275a52dac6c1c044877b;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 81747460849..c754eb4fe58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-01-19 Ulrich Drepper + * sysdeps/libm-ieee754/s_modfl.c: Correct handling of arguments + with exponent >31 and < 63 (PR libc/1548). + * time/strptime.c: Change buffer handling to fix recursive calls with locales (PR libc/1546). diff --git a/linuxthreads_db/ChangeLog b/linuxthreads_db/ChangeLog index 8f399c9ad42..4d29ae0bbce 100644 --- a/linuxthreads_db/ChangeLog +++ b/linuxthreads_db/ChangeLog @@ -1,3 +1,7 @@ +2000-01-19 Ulrich Drepper + + * td_thr_getgregs.c: Correct size parameter of memset call. + 1999-12-02 Ulrich Drepper * proc_service.h: Fix typoes in last added declaractions.