| Commit message (Expand) | Author | Age | Files | Lines |
| * | Integrate tools/regression/lib/libc/locale into the FreeBSD test suite | Enji Cooper | 2015-11-08 | 33 | -2494/+0 |
| * | Add libiconv based versions of *c16*() and *c32*(). | Ed Schouten | 2013-06-03 | 2 | -0/+75 |
| * | Add missing #includes, to keep Clang silent. | Ed Schouten | 2013-05-25 | 3 | -0/+3 |
| * | Add <uchar.h>. | Ed Schouten | 2013-05-21 | 3 | -1/+268 |
| * | Remove regression tests for the obsolete rune interface. | Tim J. Robbins | 2004-11-21 | 5 | -293/+1 |
| * | Switch over to a different, more flexible test output protocol that's | Nik Clayton | 2004-11-11 | 34 | -20/+224 |
| * | Add test programs for mbsnrtowcs() and wcsnrtombs(). | Tim J. Robbins | 2004-07-21 | 3 | -0/+386 |
| * | Oops, test error behaviour of wctrans(), not wctype(). | Tim J. Robbins | 2004-07-19 | 1 | -2/+2 |
| * | Test accumulation of partial multibyte characters in conversion | Tim J. Robbins | 2004-05-11 | 1 | -0/+11 |
| * | Reset internal conversion state after triggering conversion errors; | Tim J. Robbins | 2004-04-07 | 3 | -3/+10 |
| * | Add regression tests for sgetrune() and sputrune(). | Tim J. Robbins | 2003-10-30 | 3 | -1/+269 |
| * | Regression tests for wctype(), iswctype(), wctrans(), towctrans(). | Tim J. Robbins | 2003-06-06 | 3 | -1/+191 |
| * | Test that if the buffer argument (`s') to wcrtomb() is NULL then | Tim J. Robbins | 2002-12-19 | 1 | -19/+15 |
| * | Add test cases for btowc() and wctob() in multibyte locales. | Tim J. Robbins | 2002-11-10 | 1 | -1/+14 |
| * | Test for the zero-length buffer bug corrected in mbrtowc.c revision 1.3. | Tim J. Robbins | 2002-11-10 | 1 | -0/+7 |
| * | Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() and | Tim J. Robbins | 2002-11-09 | 6 | -1/+580 |
| * | Add missing #includes of <stdio.h>. Correct a few typos in comments. | Tim J. Robbins | 2002-11-06 | 3 | -5/+7 |
| * | Simplify by using inference rules properly. | Tim J. Robbins | 2002-10-28 | 1 | -22/+10 |
| * | Add tests for btowc(), mbrlen(), mbsrtowcs() and wcsrtombs(). | Tim J. Robbins | 2002-10-26 | 5 | -2/+501 |
| * | Add regression tests for mbrtowc(3) and wcrtomb(3). | Tim J. Robbins | 2002-10-26 | 3 | -0/+291 |