aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/tst-grouping3.c
AgeCommit message (Collapse)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-02-06Account for grouping in printf width (bug 30068)Carlos O'Donell1-0/+54
This is a partial fix for mishandling of grouping when formatting integers. It properly computes the width in the presence of grouping characters when the width is larger than the number of significant digits. The precision related issue is documented in bug 23432. Co-authored-by: Andreas Schwab <schwab@suse.de>