Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cope with recent ctype.h prefix changes. | anton | 2024-02-05 | 1 | -5/+5 |
* | Remove test of non-portable implementation details (whether wctype_t | guenther | 2022-07-25 | 1 | -5/+1 |
* | Separate the macro for generating string test functions | schwarze | 2022-07-25 | 1 | -14/+22 |
* | Initialize the mutex before making us of it from many threads. Prevents | anton | 2022-04-03 | 1 | -28/+23 |
* | test locale priorities and overrides | schwarze | 2017-08-16 | 1 | -1/+36 |
* | test isalpha_l(3), tolower_l(3), wctype_l(3), iswctype_l(3), | schwarze | 2017-08-16 | 1 | -4/+149 |
* | test nl_langinfo_l(3), iswalpha_l(3), towupper_l(3) | schwarze | 2017-08-16 | 2 | -3/+44 |
* | refactor in preparation for testing more functions; no functional change | schwarze | 2017-08-15 | 2 | -114/+117 |
* | first draft of tests for newlocale(3), duplocale(3), uselocale(3) | schwarze | 2017-08-10 | 2 | -0/+268 |