about summary refs log tree commit diff
path: root/stdio-common/tst-grouping_iterator.c
Commit message (Collapse)AuthorAgeFilesLines
* localedata: Use consistent values for grouping and mon_groupingMike FABIAN2024-01-251-4/+66
| | | | | | Resolves: BZ # 31205 Adapt test cases in test-grouping_iterator.c
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
|
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
|
* locale: Implement struct grouping_iteratorFlorian Weimer2022-12-191-0/+262
The iterator allows grouping while scanning forward through the digits. This enables emitting digits as they are processed. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>