| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove stale tools/regression directory that should have been deleted | ngie | 2015-12-05 | 25 | -2296/+0 |
* | MFC r264737: | ngie | 2015-11-25 | 5 | -1/+237 |
* | MFC 281887: | jhb | 2015-06-02 | 2 | -2/+2 |
* | MFC r277453: | ngie | 2015-01-23 | 1 | -15/+0 |
* | MFC r267004,r274592: | ngie | 2015-01-20 | 2 | -302/+11 |
* | MFC discussed with: jilles, -developers | ngie | 2015-01-11 | 1 | -0/+47 |
* | libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a). | jilles | 2013-09-06 | 2 | -0/+123 |
* | libc/stdio: Run mkostemp test using prove. | jilles | 2013-09-06 | 1 | -0/+10 |
* | libc/stdio: Provide proper TAP output for fmemopen/open_[w]memstream. | jilles | 2013-09-06 | 3 | -3/+18 |
* | Add mkostemp() and mkostemps(). | jilles | 2013-08-09 | 2 | -3/+167 |
* | Add an implementation of open_memstream() and open_wmemstream(). These | jhb | 2013-02-27 | 5 | -1/+429 |
* | - Fix more style(9)-related issues (copyright header, spaces after function | gahr | 2013-02-01 | 1 | -71/+71 |
* | - Remove underscores from the internal structure name, as it doesn't collide | gahr | 2013-01-31 | 1 | -27/+136 |
* | Add fmemopen(3), an interface to get a FILE * from a buffer in memory, along | gahr | 2013-01-30 | 2 | -0/+153 |
* | libc: Add a missing header to a test program. | jilles | 2012-12-08 | 1 | -0/+1 |
* | Add .t files for tests, missed in prior checkins, so that prove(1) works | das | 2012-01-14 | 3 | -0/+30 |
* | Update the tests for arm and other ports where long double is the same | das | 2012-01-14 | 1 | -3/+3 |
* | Regression tests for r197752 (handling of empty/NULL buffers). | das | 2009-10-04 | 1 | -1/+20 |
* | Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advised | das | 2009-04-06 | 1 | -2/+2 |
* | Tests for getdelim(). | das | 2009-02-28 | 2 | -1/+169 |
* | Add a file containing tests for simple format specifiers. | das | 2009-02-28 | 2 | -1/+157 |
* | Test wprintf() in addition to printf(). | das | 2009-01-31 | 1 | -3/+19 |
* | Regression tests for bugs in gdtoa. | das | 2008-09-03 | 1 | -11/+17 |
* | Add some regression tests for printf() with positional arguments. | das | 2008-06-29 | 2 | -1/+133 |
* | Regression test for a recently fixed strtod bug. | das | 2008-06-21 | 1 | -1/+11 |
* | Updates for changes in the way printf() handles hex floating point | das | 2008-04-12 | 1 | -5/+5 |
* | Remove some test instrumentation. (The Symbol.map changes broke it anyway.) | das | 2007-12-09 | 1 | -4/+0 |
* | Make sure we set the locale to "C" when testing thousands' separator | das | 2007-12-03 | 1 | -2/+2 |
* | Tests for rounding, and for the leading 0's bug. | das | 2007-12-03 | 1 | -1/+13 |
* | Remove the test that ensures that when the string "nan(...)" is converted | das | 2007-01-03 | 1 | -0/+8 |
* | Fix cut-and-paste bugs in the regression tests. | das | 2007-01-03 | 1 | -2/+2 |
* | - Split tests into three rough categories. | das | 2005-03-01 | 1 | -6/+98 |
* | - Split the printfloat test into 11 individually wrapped and packaged | das | 2005-03-01 | 2 | -8/+100 |
* | Switch over to a different, more flexible test output protocol that's | nik | 2004-11-11 | 6 | -3/+38 |
* | Add a regression test for floating-point output in the Greek locale. | keramida | 2004-10-13 | 1 | -0/+7 |
* | 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 floating point parsing in scanf(3). | das | 2003-06-28 | 2 | -1/+181 |
* | 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 |
* | Add a test program for perror() that demonstrates two bugs in the | tjr | 2002-12-19 | 2 | -0/+116 |