This commit is contained in:
Ulrich Drepper 1999-12-19 08:38:02 +00:00
parent dac7503715
commit 299b7a9219

View File

@ -1,5 +1,8 @@
1999-12-19 Ulrich Drepper <drepper@cygnus.com>
* 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.