From: Ulrich Drepper Date: Thu, 20 Jan 2000 07:32:40 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecc1a7dbdb7a2faaf98d6d1f8ad3b07678b91796;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index a0416960f53..81747460849 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-01-19 Ulrich Drepper + * time/strptime.c: Change buffer handling to fix recursive calls + with locales (PR libc/1546). + * stdlib/strfmon.c: Don't report an eror if final NUL is at the end of the buffer. Set errno correctly if floating-point number would overflow buffer.