Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a regression test for floating-point output in the Greek locale. | keramida | 2004-10-13 | 1 | -0/+7 | |
| | | | | | | See revision 1.3 of src/share/numericdef/el_GR.ISO8859-7.src Reviewed by: das (a while ago) | |||||
* | Add test programs for mbsnrtowcs() and wcsnrtombs(). | tjr | 2004-07-21 | 3 | -0/+386 | |
| | ||||||
* | Add a skeleton makefile that runs the tests out of libc/regex/grot. | tjr | 2004-07-19 | 1 | -0/+11 | |
| | ||||||
* | Oops, test error behaviour of wctrans(), not wctype(). | tjr | 2004-07-19 | 1 | -2/+2 | |
| | ||||||
* | Add qsort, mergesort and heapsort regression tests. | sobomax | 2004-06-25 | 5 | -0/+477 | |
| | ||||||
* | Fix stupid patch(1) tricks. Apparently patch thinks all files match the | brooks | 2004-05-27 | 4 | -251/+0 | |
| | | | | | | | empty file so if you accidently apply a patch created with diff -N twice, you get files with duplicate contents. Reported by: Antoine Brodin <antoine.brodin at laposte.net> | |||||
* | Add support for an /etc/eui64 file modeled on /etc/ethers. The API is | brooks | 2004-05-26 | 5 | -0/+514 | |
| | | | | | | modeled on ethers(3) except that all functions are thread-safe. Reviewed by: simokawa | |||||
* | Test accumulation of partial multibyte characters in conversion | tjr | 2004-05-11 | 1 | -0/+11 | |
| | | | | state objects. | |||||
* | Reset internal conversion state after triggering conversion errors; | tjr | 2004-04-07 | 3 | -3/+10 | |
| | | | | | the state is undefined according to the standards, and our undefined behaviour has changed. | |||||
* | Add regression tests for printf's %a/%A formats. | das | 2004-01-19 | 1 | -1/+38 | |
| | | | | | | While here, disable some of the long double tests on i386, since FreeBSD/i386 is the only port that doesn't evaluate long doubles in their full precision (due to constant folding bugs in gcc). | |||||
* | Add regression tests for some of the bugs recently discovered in the | das | 2004-01-19 | 1 | -4/+15 | |
| | | | | | | | | vendor's strtod() implementation. While here, disable some of the long double tests on i386, since FreeBSD/i386 is the only port that doesn't evaluate long doubles in their full precision (due to constant folding bugs in gcc). | |||||
* | Work around a recently-introduced gcc bug. The compiler no longer | das | 2004-01-18 | 1 | -1/+1 | |
| | | | | | accepts certain floating point constant representations that are legal in C99. | |||||
* | Add regression tests for sgetrune() and sputrune(). | tjr | 2003-10-30 | 3 | -1/+269 | |
| | ||||||
* | Add regression tests for floating point parsing in scanf(3). | das | 2003-06-28 | 2 | -1/+181 | |
| | ||||||
* | Regression tests for wctype(), iswctype(), wctrans(), towctrans(). | tjr | 2003-06-06 | 3 | -1/+191 | |
| | ||||||
* | Add a dozen new tests with the general theme of getting trailing | das | 2003-04-19 | 1 | -0/+12 | |
| | | | | zeroes right. | |||||
* | Add a test case for printf("%5.0f", 0.001). | das | 2003-04-14 | 1 | -0/+2 | |
| | ||||||
* | Additional regression tests for grouping, parsing of '.*', and printing | das | 2003-04-07 | 1 | -0/+9 | |
| | | | | of %f formats where the number of significant digits is < expt. | |||||
* | Test for bug in revision 1.54 of vfprintf.c. | tjr | 2003-04-06 | 1 | -0/+3 | |
| | ||||||
* | Regression tests for printf()'s floating point formats. | das | 2003-04-05 | 2 | -1/+168 | |
| | | | | Tests for correct printing of subnormals are lacking. | |||||
* | Write negative zero as '-0.0'. Otherwise, it is parsed as an integer | das | 2003-03-27 | 1 | -2/+2 | |
| | | | | before being cast to a floating point type, and the sign is lost. | |||||
* | Add more tests. Specifically, infinity cast from other types should | mike | 2003-02-08 | 1 | -0/+6 | |
| | | | | always be classified as infinity. | |||||
* | Add regression test for soon-to-be-committed fpclassify(). | mike | 2003-02-05 | 2 | -1/+70 | |
| | ||||||
* | Add a regression test for wordexp() and wordfree(). | tjr | 2003-01-04 | 2 | -0/+185 | |
| | ||||||
* | Add a test program for perror() that demonstrates two bugs in the | tjr | 2002-12-19 | 2 | -0/+116 | |
| | | | | current implementation. | |||||
* | Test that if the buffer argument (`s') to wcrtomb() is NULL then | tjr | 2002-12-19 | 1 | -19/+15 | |
| | | | | | | the value of the supplied wide character is ignored and L'\0' is used instead. Remove incorrect comments about "internal buffer" since wcrtomb() does not have one (wctomb() does). | |||||
* | Add regression test for strerror()/strerror_r(). | mike | 2002-12-18 | 2 | -0/+141 | |
| | | | | Based on: src/lib/libc/string/strerror.c (rev 1.8) | |||||
* | Add test cases for btowc() and wctob() in multibyte locales. | tjr | 2002-11-10 | 1 | -1/+14 | |
| | ||||||
* | Test for the zero-length buffer bug corrected in mbrtowc.c revision 1.3. | tjr | 2002-11-10 | 1 | -0/+7 | |
| | ||||||
* | Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() and | tjr | 2002-11-09 | 6 | -1/+580 | |
| | | | | wcstombs(). These tests have already found two libc bugs. | |||||
* | Add missing #includes of <stdio.h>. Correct a few typos in comments. | tjr | 2002-11-06 | 3 | -5/+7 | |
| | ||||||
* | Simplify by using inference rules properly. | tjr | 2002-10-28 | 1 | -22/+10 | |
| | ||||||
* | Add tests for btowc(), mbrlen(), mbsrtowcs() and wcsrtombs(). | tjr | 2002-10-26 | 5 | -2/+501 | |
| | ||||||
* | Add regression tests for mbrtowc(3) and wcrtomb(3). | tjr | 2002-10-26 | 3 | -0/+291 | |