about summary refs log tree commit diff
path: root/stdio-common/tst-grouping3.c
Commit message (Collapse)AuthorAgeFilesLines
* Account for grouping in printf width (bug 30068)Carlos O'Donell2023-02-061-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>