about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-05-25 13:35:03 +0000
committerUlrich Drepper <drepper@redhat.com>1999-05-25 13:35:03 +0000
commit0ae97dea38e26699e5bed9f190f0452a05d65b23 (patch)
tree01eda0008a4f0794eaa56b71c842f25497c0f7ff /ChangeLog
parent03197d471033c3d3da50108461ec4dc5aab069fa (diff)
downloadglibc-0ae97dea38e26699e5bed9f190f0452a05d65b23.tar.gz
glibc-0ae97dea38e26699e5bed9f190f0452a05d65b23.tar.xz
glibc-0ae97dea38e26699e5bed9f190f0452a05d65b23.zip
Update.
	* stdio-common/vfprintf.c (vfprintf): Don't implement special
	handling for long long if it is the same as long.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a205ae10fd..0c798822f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-05-25  Ulrich Drepper  <drepper@cygnus.com>
 
+	* stdio-common/vfprintf.c (vfprintf): Don't implement special
+	handling for long long if it is the same as long.
+
 	* stdlib/strtol.c: Moved to ...
 	* sysdeps/generic/strtol.c: ...here.
 	* stdlib/strtoul.c: Moved to ...