| Commit message (Expand) | Author | Age | Files | Lines |
| * | posix_spawn: If an error is detected in the child process, reap the zombie. | Jilles Tjoelker | 2011-07-10 | 2 | -1/+91 |
| * | Allow strerror(0) and strerror_r(0, ...). | Jilles Tjoelker | 2011-04-05 | 1 | -8/+13 |
| * | Add some tests for cexp() and cexpf(). (I need to clean up all of | David Schultz | 2011-03-07 | 3 | -1/+391 |
| * | Work around gcc constant folding bugs. | David Schultz | 2010-12-06 | 1 | -1/+6 |
| * | signbit() returns nonzero for negative arguments, but we shouldn't assume | David Schultz | 2010-12-06 | 6 | -6/+8 |
| * | Fix some warnings. | David Schultz | 2010-12-05 | 1 | -3/+3 |
| * | Add regression tests for logarithmic functions in the math library. | David Schultz | 2010-12-05 | 3 | -1/+169 |
| * | Add some basic regression tests for nearbyint(). | David Schultz | 2010-12-03 | 3 | -1/+111 |
| * | Generate some tests for sh's case command from the fnmatch tests. | Jilles Tjoelker | 2010-05-09 | 2 | -1/+55 |
| * | fnmatch: Fix bad FNM_PERIOD disabling if an asterisk has been seen. | Jilles Tjoelker | 2010-04-16 | 1 | -0/+1 |
| * | Add some tests for fnmatch(3). | Jilles Tjoelker | 2010-04-16 | 2 | -1/+336 |
| * | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | Joel Dahl | 2010-03-03 | 1 | -7/+0 |
| * | Add test-pidfile.c and increase warning level. | Dag-Erling Smørgrav | 2009-11-12 | 1 | -2/+2 |
| * | Test cases for pidfile(3) - including two designed to catch issues arising | Dag-Erling Smørgrav | 2009-11-12 | 1 | -0/+280 |
| * | Fix warnings and remove one unnecessary use of vfork(). The other could | Dag-Erling Smørgrav | 2009-11-12 | 1 | -9/+3 |
| * | Fix warnings | Dag-Erling Smørgrav | 2009-11-12 | 3 | -7/+9 |
| * | Check fork() return value | Dag-Erling Smørgrav | 2009-11-10 | 1 | -2/+5 |
| * | wordexp(3): fix some bugs with signals and long outputs | Jilles Tjoelker | 2009-10-23 | 1 | -0/+42 |
| * | Update copyright. | Dag-Erling Smørgrav | 2009-10-19 | 1 | -1/+1 |
| * | Remove redundant $FreeBSD$. | Dag-Erling Smørgrav | 2009-10-19 | 1 | -2/+0 |
| * | Regression tests for r197752 (handling of empty/NULL buffers). | David Schultz | 2009-10-04 | 1 | -1/+20 |
| * | Check that flopen() can lock against self and that children inherit the lock. | Dag-Erling Smørgrav | 2009-06-06 | 1 | -6/+41 |
| * | 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 |
| * | Rename all symbols in libmp(3) to mp_*, just like Solaris. | Ed Schouten | 2009-02-26 | 1 | -59/+59 |
| * | Test wprintf() in addition to printf(). | David Schultz | 2009-01-31 | 1 | -3/+19 |
| * | Add tests for conj{,f,l}() that I wrote some time ago. These test the | David Schultz | 2009-01-31 | 3 | -1/+169 |
| * | #ifdef out the lock-against-self test. I'm not sure it makes sense, and | Dag-Erling Smørgrav | 2008-10-20 | 1 | -0/+4 |
| * | Regression tests for bugs in gdtoa. | David Schultz | 2008-09-03 | 1 | -11/+17 |
| * | Test that the result is correctly rounded when |y/x| is huge. | David Schultz | 2008-08-02 | 1 | -16/+9 |
| * | Regression tests for fmtcheck(3). | David Schultz | 2008-08-02 | 2 | -1/+103 |
| * | Add some tests for acos*(), asin*(), atan*(), and atan2*(). | David Schultz | 2008-07-31 | 3 | -1/+504 |
| * | Add regression tests for fmin{,f,l} and fmax{,f,l}. | David Schultz | 2008-07-03 | 3 | -1/+161 |
| * | 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 |
| * | Add four utility functions related to struct grp processing modeled in-part | Sean Farley | 2008-04-23 | 3 | -1/+130 |
| * | Updates for changes in the way printf() handles hex floating point | David Schultz | 2008-04-12 | 1 | -5/+5 |
| * | Add some tests for fma(), fmaf(), and fmal(). | David Schultz | 2008-04-03 | 3 | -1/+424 |
| * | Test remainderl() and remquol() as well. | David Schultz | 2008-03-30 | 1 | -4/+34 |
| * | Add some minimal tests for csqrtl(). | David Schultz | 2008-03-30 | 1 | -55/+84 |
| * | Don't run tests that assume <= 64-bit precision on machines with quad | David Schultz | 2008-03-02 | 1 | -8/+20 |
| * | Some basic regression tests for {sin,cos,tan}{,f,l}(). | David Schultz | 2008-02-18 | 3 | -1/+293 |
| * | There are 3 tests here, not 2. | David Schultz | 2008-02-17 | 1 | -1/+1 |
| * | expm1(-big) generates an inexact exception but not underflow. | David Schultz | 2008-01-18 | 1 | -1/+1 |
| * | Add some regression tests for libm's exponential functions. These | David Schultz | 2008-01-18 | 3 | -1/+181 |
| * | Tests for lrintl() and llrintl(). I didn't add anything specially | David Schultz | 2008-01-14 | 1 | -5/+22 |
| * | Fix an amusing typo that has prevented this from compiling since 2004. | David Schultz | 2007-12-16 | 1 | -7/+7 |
| * | Don't try the long double tests on i386. Our reduced precision | David Schultz | 2007-12-16 | 1 | -1/+1 |