aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/lib/libc/locale/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Integrate tools/regression/lib/libc/locale into the FreeBSD test suiteEnji Cooper2015-11-081-27/+0
| | | | | | | | | | as lib/libc/tests/locale MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=290532
* Add <uchar.h>.Ed Schouten2013-05-211-1/+3
| | | | | | | | | | | | | | | The <uchar.h> header, part of C11, adds a small number of utility functions for 16/32-bit "universal" characters, which may or may not be UTF-16/32. As our wchar_t is already ISO 10646, simply add light-weight wrappers around wcrtomb() and mbrtowc(). While there, also add (non-yet-standard) _l functions, similar to the ones we already have for the other locale-dependent functions. Reviewed by: theraven Notes: svn path=/head/; revision=250883
* Remove regression tests for the obsolete rune interface.Tim J. Robbins2004-11-211-3/+1
| | | | Notes: svn path=/head/; revision=137960
* Add test programs for mbsnrtowcs() and wcsnrtombs().Tim J. Robbins2004-07-211-0/+2
| | | | Notes: svn path=/head/; revision=132499
* Add regression tests for sgetrune() and sputrune().Tim J. Robbins2003-10-301-1/+3
| | | | Notes: svn path=/head/; revision=121732
* Regression tests for wctype(), iswctype(), wctrans(), towctrans().Tim J. Robbins2003-06-061-1/+3
| | | | Notes: svn path=/head/; revision=115894
* Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() andTim J. Robbins2002-11-091-1/+6
| | | | | | | wcstombs(). These tests have already found two libc bugs. Notes: svn path=/head/; revision=106686
* Simplify by using inference rules properly.Tim J. Robbins2002-10-281-22/+10
| | | | Notes: svn path=/head/; revision=106080
* Add tests for btowc(), mbrlen(), mbsrtowcs() and wcsrtombs().Tim J. Robbins2002-10-261-2/+16
| | | | Notes: svn path=/head/; revision=105980
* Add regression tests for mbrtowc(3) and wcrtomb(3).Tim J. Robbins2002-10-261-0/+14
Notes: svn path=/head/; revision=105973