about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-12-19 08:29:56 +0000
committerUlrich Drepper <drepper@redhat.com>1999-12-19 08:29:56 +0000
commitb526f8ac5fa5e04ffe3aee151d777ad4c0747ece (patch)
treedb0e0f9f41101dc042b951098084cac41d76f3c5 /ChangeLog
parente9e9b245b98b8aeb8b8e898dce2b8c0f771602d6 (diff)
downloadglibc-b526f8ac5fa5e04ffe3aee151d777ad4c0747ece.tar.gz
glibc-b526f8ac5fa5e04ffe3aee151d777ad4c0747ece.tar.xz
glibc-b526f8ac5fa5e04ffe3aee151d777ad4c0747ece.zip
Update.
1999-12-19  Ulrich Drepper  <drepper@cygnus.com>

	* 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 <meyering@ascend.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32beebedea..b636cdd391 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1999-12-19  Ulrich Drepper  <drepper@cygnus.com>
+
+	* 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 <meyering@ascend.com>.
+
 1999-12-18  Ulrich Drepper  <drepper@cygnus.com>
 
 	* misc/sys/cdefs.h: Define __attribute_malloc__ according to