From b526f8ac5fa5e04ffe3aee151d777ad4c0747ece Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 19 Dec 1999 08:29:56 +0000 Subject: Update. 1999-12-19 Ulrich Drepper * stdio-common/printf_fp.c (__printf_fp): Allocate buffer to generate mantissa output in using malloc if it is larger than 20000 characters. Reported by Jim Meyering . --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 32beebedea..b636cdd391 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-12-19 Ulrich Drepper + + * stdio-common/printf_fp.c (__printf_fp): Allocate buffer to + generate mantissa output in using malloc if it is larger than + 20000 characters. + Reported by Jim Meyering . + 1999-12-18 Ulrich Drepper * misc/sys/cdefs.h: Define __attribute_malloc__ according to -- cgit 1.4.1