| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs | Ken Smith | 2011-02-16 | 94 | -94/+94 |
| * | MFC r207821: Generate some tests for sh's case command | Jilles Tjoelker | 2010-05-15 | 2 | -1/+55 |
| * | MFC r206711: fnmatch: Fix bad FNM_PERIOD disabling | Jilles Tjoelker | 2010-04-23 | 1 | -0/+1 |
| * | MFC r206710: Add some tests for fnmatch(3). | Jilles Tjoelker | 2010-04-23 | 2 | -1/+336 |
| * | MFC r198406: wordexp(3): fix some bugs with signals and long outputs | Jilles Tjoelker | 2009-12-06 | 1 | -0/+42 |
| * | Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advised | David Schultz | 2009-04-06 | 1 | -2/+2 |
| * | Tests for getdelim(). | David Schultz | 2009-02-28 | 2 | -1/+169 |
| * | Add a file containing tests for simple format specifiers. | David Schultz | 2009-02-28 | 2 | -1/+157 |
| * | Tests for wcscasecmp(), wcsnlen(), and stpncpy(). | David Schultz | 2009-02-28 | 4 | -1/+269 |
| * | Test wprintf() in addition to printf(). | David Schultz | 2009-01-31 | 1 | -3/+19 |
| * | Regression tests for bugs in gdtoa. | David Schultz | 2008-09-03 | 1 | -11/+17 |
| * | Regression tests for fmtcheck(3). | David Schultz | 2008-08-02 | 2 | -1/+103 |
| * | Add some regression tests for printf() with positional arguments. | David Schultz | 2008-06-29 | 2 | -1/+133 |
| * | Regression test for a recently fixed strtod bug. | David Schultz | 2008-06-21 | 1 | -1/+11 |
| * | Updates for changes in the way printf() handles hex floating point | David Schultz | 2008-04-12 | 1 | -5/+5 |
| * | Fix an amusing typo that has prevented this from compiling since 2004. | David Schultz | 2007-12-16 | 1 | -7/+7 |
| * | Remove some test instrumentation. (The Symbol.map changes broke it anyway.) | David Schultz | 2007-12-09 | 1 | -4/+0 |
| * | Make sure we set the locale to "C" when testing thousands' separator | David Schultz | 2007-12-03 | 1 | -2/+2 |
| * | Tests for rounding, and for the leading 0's bug. | David Schultz | 2007-12-03 | 1 | -1/+13 |
| * | - Bugs in gethostbyXXX/getipnodebyXXX regression tests fixed. | Michael Bushkov | 2007-06-24 | 2 | -73/+162 |
| * | Add regression tests for ethers(3) functions, including new _r variants. | Robert Watson | 2007-05-13 | 3 | -1/+246 |
| * | Committing regression tests for all implemented nsswitch databases. | Michael Bushkov | 2007-04-15 | 20 | -0/+5390 |
| * | Remove the test that ensures that when the string "nan(...)" is converted | David Schultz | 2007-01-03 | 1 | -0/+8 |
| * | Fix cut-and-paste bugs in the regression tests. | David Schultz | 2007-01-03 | 1 | -2/+2 |
| * | Style: NO_MAN doesn't need any value. | Ruslan Ermilov | 2006-03-15 | 1 | -2/+1 |
| * | NOMAN --> NO_MAN | Hajimu UMEMOTO | 2006-03-07 | 1 | -1/+1 |
| * | add simple test script. | Hajimu UMEMOTO | 2005-05-05 | 1 | -0/+24 |
| * | - add $FreeBSD$. | Hajimu UMEMOTO | 2005-05-04 | 1 | -1/+2 |
| * | - add $FreeBSD$. | Hajimu UMEMOTO | 2005-05-04 | 1 | -10/+128 |
| * | This commit was generated by cvs2svn to compensate for changes in r145857, | Hajimu UMEMOTO | 2005-05-04 | 3 | -0/+319 |
| |\ |
|
| | * | import of parallel name resolution test.vendor/NetBSD/misc | Hajimu UMEMOTO | 2005-05-04 | 3 | -0/+319 |
| * | - Split tests into three rough categories. | David Schultz | 2005-03-01 | 1 | -6/+98 |
| * | - Split the printfloat test into 11 individually wrapped and packaged | David Schultz | 2005-03-01 | 2 | -8/+100 |
| * | Add to CFLAGS. | Ruslan Ermilov | 2005-02-12 | 1 | -1/+1 |
| * | Add to CFLAGS, rather than overriding it. Use LDFLAGS for the -L option, | Nik Clayton | 2005-02-01 | 1 | -2/+3 |
| * | Link against libtap (ports/devel/libtap). Replace the calls to assert() | Nik Clayton | 2005-02-01 | 2 | -31/+32 |
| * | 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 | 54 | -38/+364 |
| * | Add a regression test for floating-point output in the Greek locale. | Giorgos Keramidas | 2004-10-13 | 1 | -0/+7 |
| * | Add test programs for mbsnrtowcs() and wcsnrtombs(). | Tim J. Robbins | 2004-07-21 | 3 | -0/+386 |
| * | Add a skeleton makefile that runs the tests out of libc/regex/grot. | Tim J. Robbins | 2004-07-19 | 1 | -0/+11 |
| * | Oops, test error behaviour of wctrans(), not wctype(). | Tim J. Robbins | 2004-07-19 | 1 | -2/+2 |
| * | Add qsort, mergesort and heapsort regression tests. | Maxim Sobolev | 2004-06-25 | 5 | -0/+477 |
| * | Fix stupid patch(1) tricks. Apparently patch thinks all files match the | Brooks Davis | 2004-05-27 | 4 | -251/+0 |
| * | Add support for an /etc/eui64 file modeled on /etc/ethers. The API is | Brooks Davis | 2004-05-26 | 5 | -0/+514 |
| * | 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 printf's %a/%A formats. | David Schultz | 2004-01-19 | 1 | -1/+38 |
| * | Add regression tests for some of the bugs recently discovered in the | David Schultz | 2004-01-19 | 1 | -4/+15 |
| * | Work around a recently-introduced gcc bug. The compiler no longer | David Schultz | 2004-01-18 | 1 | -1/+1 |