summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/locale (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove test of non-portable implementation details (whether wctype_tguenther2022-07-251-5/+1
* Separate the macro for generating string test functionsschwarze2022-07-251-14/+22
* Initialize the mutex before making us of it from many threads. Preventsanton2022-04-031-28/+23
* fix a bug that resulted in incomplete testing:schwarze2021-07-031-4/+4
* cstyle in illumos noticed some weird syntax, which this fixes.dlg2020-03-091-4/+4
* Link forgotten libc tests to the build.bluhm2020-01-131-2/+2
* Fix three bugs in setlocale(3):schwarze2018-03-291-2/+2
* test locale priorities and overridesschwarze2017-08-161-1/+36
* test isalpha_l(3), tolower_l(3), wctype_l(3), iswctype_l(3),schwarze2017-08-161-4/+149
* test nl_langinfo_l(3), iswalpha_l(3), towupper_l(3)schwarze2017-08-162-3/+44
* refactor in preparation for testing more functions; no functional changeschwarze2017-08-152-114/+117
* first draft of tests for newlocale(3), duplocale(3), uselocale(3)schwarze2017-08-102-0/+268
* Fix all clang warnings in libc regress and cleanup some make files.bluhm2017-07-278-37/+23
* Add missing includes to avoid implicit function declarations.jsg2017-02-251-1/+2
* Enable mbrtowc(3) and wcrtomb(3) tests now that mbsinit(3) works.schwarze2016-09-051-2/+2
* test wcrtomb(3)schwarze2016-09-042-0/+93
* test mbrtowc(3) in conjunction with mbsinit(3)schwarze2016-09-032-0/+93
* ISO8859-1 support has been removedguenther2015-08-231-8/+1
* add setlocale testsemarie2015-07-071-1/+3
* add regress test for setlocale(3) and some relatedsemarie2015-07-072-0/+140
* Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.miod2014-07-031-2/+2
* Some tests are currently failing. Only run those if the REGRESS_FULLkettenis2013-08-011-1/+3
* regression test to check that isw* functions yield the same result asespie2005-08-113-0/+163