summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/locale/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414cvs2svn2025-04-141-5/+0
|
* Link forgotten libc tests to the build.bluhm2020-01-131-2/+2
|
* Fix all clang warnings in libc regress and cleanup some make files.bluhm2017-07-271-8/+2
|
* Enable mbrtowc(3) and wcrtomb(3) tests now that mbsinit(3) works.schwarze2016-09-051-2/+2
| | | | Related to locale/multibyte_citrus.c rev. 1.7.
* add setlocale testsemarie2015-07-071-1/+3
|
* 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
| | | | variable is set.
* regression test to check that isw* functions yield the same result asespie2005-08-111-0/+7
is* functions, and that basic mb->wchar conversion yields sensible results.