diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-18 06:03:04 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-18 06:03:04 -0700 |
commit | 94b07d20dd07d8426dbde1e83bafcd15eeead281 (patch) | |
tree | dbdc2301000faaa13a50c891e45be243b5a5dd93 /ChangeLog | |
parent | 18298070c05cd6164db0947399f03d90faa771f4 (diff) | |
download | glibc-94b07d20dd07d8426dbde1e83bafcd15eeead281.zip glibc-94b07d20dd07d8426dbde1e83bafcd15eeead281.tar.gz glibc-94b07d20dd07d8426dbde1e83bafcd15eeead281.tar.bz2 |
Check _ITOA_NEEDED and use _ITOA_WORD_TYPE
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2012-05-18 H.J. Lu <hongjiu.lu@intel.com> + * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of + LLONG_MAX != LONG_MAX. + (_itoa_word): Use _ITOA_WORD_TYPE on value. + (_fitoa_word): Likewise. + * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright years. * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise. |