| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a dozen new tests with the general theme of getting trailing | David Schultz | 2003-04-19 | 1 | -0/+12 |
| * | Add a test case for printf("%5.0f", 0.001). | David Schultz | 2003-04-14 | 1 | -0/+2 |
| * | Additional regression tests for grouping, parsing of '.*', and printing | David Schultz | 2003-04-07 | 1 | -0/+9 |
| * | Test for bug in revision 1.54 of vfprintf.c. | Tim J. Robbins | 2003-04-06 | 1 | -0/+3 |
| * | Regression tests for printf()'s floating point formats. | David Schultz | 2003-04-05 | 2 | -1/+168 |
| * | Write negative zero as '-0.0'. Otherwise, it is parsed as an integer | David Schultz | 2003-03-27 | 1 | -2/+2 |
| * | Add more tests. Specifically, infinity cast from other types should | Mike Barcroft | 2003-02-08 | 1 | -0/+6 |
| * | Add regression test for soon-to-be-committed fpclassify(). | Mike Barcroft | 2003-02-05 | 2 | -1/+70 |
| * | Add a regression test for wordexp() and wordfree(). | Tim J. Robbins | 2003-01-04 | 2 | -0/+185 |
| * | Add a test program for perror() that demonstrates two bugs in the | Tim J. Robbins | 2002-12-19 | 2 | -0/+116 |
| * | Test that if the buffer argument (`s') to wcrtomb() is NULL then | Tim J. Robbins | 2002-12-19 | 1 | -19/+15 |
| * | Add regression test for strerror()/strerror_r(). | Mike Barcroft | 2002-12-18 | 2 | -0/+141 |
| * | 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 |