diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-08 08:22:44 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-08 08:22:44 -0400 |
commit | 187da0aedcd9d0a2fb34477bef41549681ba1273 (patch) | |
tree | c531c8e708a728ff2b1ffc59fd5e27375f8d748c /ChangeLog | |
parent | 9277c064373074aebbf1b6617c006f5985ec7938 (diff) | |
download | glibc-187da0aedcd9d0a2fb34477bef41549681ba1273.tar glibc-187da0aedcd9d0a2fb34477bef41549681ba1273.tar.gz glibc-187da0aedcd9d0a2fb34477bef41549681ba1273.tar.bz2 glibc-187da0aedcd9d0a2fb34477bef41549681ba1273.zip |
isinf returns the sign of the number, use it in printf*
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |