aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests/stdlib/strfmon_test.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* strfmon_l: Use specified locale for number formattingJose Luis Duran2022-10-291-2/+2
* strfmon_test: Add a test for strfmon_lJose Luis Duran2022-10-291-0/+33
* strfmon_test: Reserve space for the null terminatorJose Luis Duran2022-10-291-5/+5
* strfmon: Fix formatting of a second fixed-width valueJose Luis Duran2022-10-251-1/+1
* strfmon: Fix an edge case when sep_by_space is 2Jose Luis Duran2022-10-251-1/+1
* strfmon: Fix alignment when enclosed by parenthesesJose Luis Duran2022-10-251-2/+2
* strfmon: Trim the SPACE from international currency symbolJose Luis Duran2022-10-251-2/+2
* strfmon: Avoid an out-of-bounds accessJose Luis Duran2022-10-251-1/+1
* strfmon_test: Add some testsJose Luis Duran2022-10-251-0/+151
* strfmon_test: Fix typo and remove extra spaceJose Luis Duran2022-10-251-2/+2
* Allow multi-byte thousands separators in strfmon(3)Conrad Meyer2018-12-191-0/+71