diff options
author | Florian Weimer <fweimer@redhat.com> | 2015-03-06 10:26:58 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2015-03-06 10:26:58 +0100 |
commit | d176a41a62cad5cee4541176077380a84c0f49d7 (patch) | |
tree | f5673579958482c1ef6466ac716d135bfdbf0207 /ChangeLog | |
parent | 7e7af3496ee4b13366726546dd8b712a698fa5c4 (diff) | |
download | glibc-d176a41a62cad5cee4541176077380a84c0f49d7.zip glibc-d176a41a62cad5cee4541176077380a84c0f49d7.tar.gz glibc-d176a41a62cad5cee4541176077380a84c0f49d7.tar.bz2 |
vfprintf: Introduce THOUSANDS_SEP_T
This avoids preprocessor conditionals in function declarations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2015-03-06 Florian Weimer <fweimer@redhat.com> + + * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef. + (group_number, vfprintf): Use it. + 2015-03-06 Rical Jasan <ricaljasan@pacific.net> * manual/errno.texi (Error Messages): Complete example function |