summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-08 08:22:44 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-08 08:22:44 -0400
commit187da0aedcd9d0a2fb34477bef41549681ba1273 (patch)
treec531c8e708a728ff2b1ffc59fd5e27375f8d748c /ChangeLog
parent9277c064373074aebbf1b6617c006f5985ec7938 (diff)
isinf returns the sign of the number, use it in printf*
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f6082e651..db3a61bb08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2011-10-08 Ulrich Drepper <drepper@gmail.com>
+ * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
+ of the number.
+ * stdio-common/printf_fphex.c: Likewise.
+ * stdio-common/printf_size.c: Likewise.
+
* math/e_exp10.c: Include math_private.h using <...> not "...".
* math/e_exp10f.c: Likewise.
* math/e_exp10l.c: Likewise.