summaryrefslogtreecommitdiff
path: root/tests/test-vasnwprintf-posix.c
Commit message (Expand)AuthorAgeFilesLines
* vasnprintf, vasnwprintf: Make '0' flag handling more ISO C compliant.Bruno Haible2023-05-031-12/+4
* vasnwprintf-posix tests: Avoid test failure on mingw.Bruno Haible2023-04-071-2/+2
* vasnwprintf-posix: Fix behaviour in the C locale.Bruno Haible2023-04-011-0/+42
* vasnprintf-posix: Fix crash in narrow %lc directive (regr. 2023-03-21).Bruno Haible2023-04-011-0/+29
* *printf-posix: ISO C 23: Support size specifiers 'wN' and 'wfN'.Bruno Haible2023-03-241-0/+600
* *printf-posix: Fix implementation of %b directive.Bruno Haible2023-03-221-0/+374
* vasnwprintf: Fix for older platforms without swprintf.Bruno Haible2023-03-211-0/+38
* *printf-posix: ISO C 23: Add %b directive for binary output of integers.Bruno Haible2023-03-171-0/+93
* vasnwprintf-posix: Add tests.Bruno Haible2023-03-171-0/+4029