summaryrefslogtreecommitdiff
path: root/tools/regression/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* Remove regression tests for the obsolete rune interface.Tim J. Robbins2004-11-215-293/+1
* Switch over to a different, more flexible test output protocol that'sNik Clayton2004-11-1134-20/+224
* Add test programs for mbsnrtowcs() and wcsnrtombs().Tim J. Robbins2004-07-213-0/+386
* Oops, test error behaviour of wctrans(), not wctype().Tim J. Robbins2004-07-191-2/+2
* Test accumulation of partial multibyte characters in conversionTim J. Robbins2004-05-111-0/+11
* Reset internal conversion state after triggering conversion errors;Tim J. Robbins2004-04-073-3/+10
* Add regression tests for sgetrune() and sputrune().Tim J. Robbins2003-10-303-1/+269
* Regression tests for wctype(), iswctype(), wctrans(), towctrans().Tim J. Robbins2003-06-063-1/+191
* Test that if the buffer argument (`s') to wcrtomb() is NULL thenTim J. Robbins2002-12-191-19/+15
* Add test cases for btowc() and wctob() in multibyte locales.Tim J. Robbins2002-11-101-1/+14
* Test for the zero-length buffer bug corrected in mbrtowc.c revision 1.3.Tim J. Robbins2002-11-101-0/+7
* Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() andTim J. Robbins2002-11-096-1/+580
* Add missing #includes of <stdio.h>. Correct a few typos in comments.Tim J. Robbins2002-11-063-5/+7
* Simplify by using inference rules properly.Tim J. Robbins2002-10-281-22/+10
* Add tests for btowc(), mbrlen(), mbsrtowcs() and wcsrtombs().Tim J. Robbins2002-10-265-2/+501
* Add regression tests for mbrtowc(3) and wcrtomb(3).Tim J. Robbins2002-10-263-0/+291