about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-09-12 21:23:32 +0000
committerUlrich Drepper <drepper@redhat.com>1999-09-12 21:23:32 +0000
commit3e95f6602b226e0de06aaff686dc47b282d7cc16 (patch)
treeaf601260d008b35cec4ce49b4446cb2410aba35d /ChangeLog
parent7814856974388a856a575fa45f88d502c8a1ab29 (diff)
downloadglibc-3e95f6602b226e0de06aaff686dc47b282d7cc16.tar.gz
glibc-3e95f6602b226e0de06aaff686dc47b282d7cc16.tar.xz
glibc-3e95f6602b226e0de06aaff686dc47b282d7cc16.zip
Update.
	* stdio-common/vfprintf.c: Remove limitation on size of precision
	for integers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4f86938db..eed31e6480 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-09-12  Ulrich Drepper  <drepper@cygnus.com>
 
+	* stdio-common/vfprintf.c: Remove limitation on size of precision
+	for integers.
+
 	* posix/fnmatch.c (internal_fnmatch): Make it compilable outside
 	glibc by defining internal_function if it isn't already.