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