From: Ulrich Drepper Date: Wed, 23 Jun 1999 12:41:58 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-2~360 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c7163dc35f3495eb5d552a5f2d9548a6195bcb5;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index a20fb18221f..89a3b7a6d67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +1999-06-23 Ulrich Drepper + + * manual/arith.texi: Document restriction of ndigit parameter of + ecvt and friends. + * misc/efgcvt.c: Define NDIGIT_MAX. + (gcvt): Limit precision in sprintf call to NDIGIT_MAX. + Do not dynamically allocate the static buffers. They are small enough. + * misc/efgcvt_r.c: Define NDIGIT_MAX. + (fcvt_r): Limit precision in snprintf call to NDIGIT_MAX. + * misc/qefgcvt.c: Define NDIGIT_MAX. + * misc/qefgcvt_r.c: Likewise. + * misc/tst-efgcvt.c (special): Add test for large ndigit parameter. + 1999-06-23 Ulrich Drepper * stdio/fputc.c: Don't define alias if fputc is defined as a