| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate tools/regression/lib/libc/stdio into the FreeBSD test suite | Enji Cooper | 2015-11-08 | 25 | -2295/+0 |
* | Reassign copyright statements on several files from Advanced | John Baldwin | 2015-04-23 | 2 | -2/+2 |
* | Garbage collect a prove test wrapper | Enji Cooper | 2015-01-20 | 1 | -15/+0 |
* | Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase and | Enji Cooper | 2014-11-16 | 2 | -300/+0 |
* | - Use strlen instead of hardcoding a number | Pietro Cerutti | 2014-06-03 | 1 | -2/+2 |
* | - Return NULL and set errno to EINVAL if size is 0 (as required by POSIX). | Pietro Cerutti | 2014-06-02 | 1 | -0/+47 |
* | libc/stdio: Fail fdopen() on an execute-only fd. | Jilles Tjoelker | 2014-04-21 | 5 | -1/+237 |
* | libc: Add fopen() test to regression Makefile. | Jilles Tjoelker | 2014-04-21 | 1 | -3/+11 |
* | libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a). | Jilles Tjoelker | 2013-09-06 | 2 | -0/+123 |
* | libc/stdio: Run mkostemp test using prove. | Jilles Tjoelker | 2013-09-06 | 1 | -0/+10 |
* | libc/stdio: Provide proper TAP output for fmemopen/open_[w]memstream. | Jilles Tjoelker | 2013-09-06 | 3 | -3/+18 |
* | Add mkostemp() and mkostemps(). | Jilles Tjoelker | 2013-08-09 | 2 | -3/+167 |
* | Add an implementation of open_memstream() and open_wmemstream(). These | John Baldwin | 2013-02-27 | 5 | -1/+429 |
* | - Fix more style(9)-related issues (copyright header, spaces after function | Pietro Cerutti | 2013-02-01 | 1 | -71/+71 |
* | - Remove underscores from the internal structure name, as it doesn't collide | Pietro Cerutti | 2013-01-31 | 1 | -27/+136 |
* | Add fmemopen(3), an interface to get a FILE * from a buffer in memory, along | Pietro Cerutti | 2013-01-30 | 2 | -0/+153 |
* | libc: Add a missing header to a test program. | Jilles Tjoelker | 2012-12-08 | 1 | -0/+1 |
* | Add .t files for tests, missed in prior checkins, so that prove(1) works | David Schultz | 2012-01-14 | 3 | -0/+30 |
* | Update the tests for arm and other ports where long double is the same | David Schultz | 2012-01-14 | 1 | -3/+3 |
* | Regression tests for r197752 (handling of empty/NULL buffers). | David Schultz | 2009-10-04 | 1 | -1/+20 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | - 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 |
* | Switch over to a different, more flexible test output protocol that's | Nik Clayton | 2004-11-11 | 6 | -3/+38 |
* | Add a regression test for floating-point output in the Greek locale. | Giorgos Keramidas | 2004-10-13 | 1 | -0/+7 |
* | 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 |
* | Add regression tests for floating point parsing in scanf(3). | David Schultz | 2003-06-28 | 2 | -1/+181 |
* | 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 |
* | Add a test program for perror() that demonstrates two bugs in the | Tim J. Robbins | 2002-12-19 | 2 | -0/+116 |