From: Ulrich Drepper Date: Sun, 19 Dec 1999 08:38:02 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=299b7a92190e605dafd57d0b1c0e2457939e19ec;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index aae8ec9f09b..07e3977dc5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-12-19 Ulrich Drepper + * locale/langinfo.h: Always define CODESET. + (CODESET): Define also as macro. + * stdio-common/printf_fp.c (__printf_fp): Allocate buffer to generate mantissa output in using malloc if it is larger than 20000 characters.