| Commit message (Expand) | Author | Age | Files | Lines |
* | Add regression tests for printf's %a/%A formats. | das | 2004-01-19 | 1 | -1/+38 |
* | Add regression tests for some of the bugs recently discovered in the | das | 2004-01-19 | 1 | -4/+15 |
* | Work around a recently-introduced gcc bug. The compiler no longer | das | 2004-01-18 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |
* | Write negative zero as '-0.0'. Otherwise, it is parsed as an integer | das | 2003-03-27 | 1 | -2/+2 |
* | Add more tests. Specifically, infinity cast from other types should | mike | 2003-02-08 | 1 | -0/+6 |
* | 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 |
* | Test that if the buffer argument (`s') to wcrtomb() is NULL then | tjr | 2002-12-19 | 1 | -19/+15 |
* | Add regression test for strerror()/strerror_r(). | mike | 2002-12-18 | 2 | -0/+141 |
* | 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 |
* | 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 |