about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-04-30 22:33:44 +0000
committerUlrich Drepper <drepper@redhat.com>2007-04-30 22:33:44 +0000
commitb866373d82d6378a4ae22bab1a00f8e012b7da68 (patch)
tree8f4db6080f45ecb68b369d07f84775d098c04106 /ChangeLog
parent37f02b1da57eb6807e849a5056bf973db840dd78 (diff)
downloadglibc-b866373d82d6378a4ae22bab1a00f8e012b7da68.tar.gz
glibc-b866373d82d6378a4ae22bab1a00f8e012b7da68.tar.xz
glibc-b866373d82d6378a4ae22bab1a00f8e012b7da68.zip
* stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
	for exponent 0.
	* stdio-common/tfformat.c (sprint_doubles): Add a new test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9353a0959f..7c98365613 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-04-30  Jakub Jelinek  <jakub@redhat.com>
 
+	* stdio-common/printf_fp.c (___printf_fp): Don't print negative sign
+	for exponent 0.
+	* stdio-common/tfformat.c (sprint_doubles): Add a new test.
+
 	[BZ #4439]
 	* resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
 	account in the size check.