Age | Commit message (Expand) | Author | Files | Lines |
2010-12-13 | Improved progress messages. | Eric S. Raymond | 2 | -81/+88 |
2010-12-12 | Tests for close() and closedir(), and new header dependencies. | Eric S. Raymond | 5 | -4/+46 |
2010-12-12 | Tests for the clock_gettime(), clock_settime(), and clock_getres() functions. | Eric S. Raymond | 6 | -4/+49 |
2010-12-12 | Tests for chroot(), clearerr(), and clock(). | Eric S. Raymond | 5 | -5/+51 |
2010-12-12 | Add tests for chdir(2), chown(2), chmod(2). Fix some earlier ones. | Eric S. Raymond | 9 | -5/+59 |
2010-12-12 | Tests for cfsetispeed(3), cfsetospeed(3). | Eric S. Raymond | 4 | -1/+35 |
2010-12-12 | Test for cfgetospeeed(3). | Eric S. Raymond | 3 | -1/+18 |
2010-12-12 | Add test for cfgetispeed(3). | Eric S. Raymond | 3 | -28/+46 |
2010-12-12 | Single Point of Truth cleanup. | Eric S. Raymond | 34 | -110/+10 |
2010-12-12 | Tests for nl_types catalog funcriuons, cbrt(3), ceil(3). | Eric S. Raymond | 9 | -3/+98 |
2010-12-12 | Add test for calloc(3),. fix test for bzero(3). | Eric S. Raymond | 3 | -3/+23 |
2010-12-12 | Tests for bzero(3) and btowc(3). | Eric S. Raymond | 5 | -5/+46 |
2010-12-12 | Test for bsort(3); fix test for bsd_signal(3). | Eric S. Raymond | 4 | -4/+66 |
2010-12-12 | Hand off regression testing to a local submakefile. | Eric S. Raymond | 2 | -89/+84 |
2010-12-12 | Add test for bsd_signal. | Eric S. Raymond | 2 | -1/+23 |
2010-12-12 | Test directory can own its own machinery | Eric S. Raymond | 1 | -0/+17 |
2010-12-11 | Tests for brk(2) and sbrk(2). | Eric S. Raymond | 4 | -27/+64 |
2010-12-11 | Tests for bcmp(3) and bcopy(3). | Eric S. Raymond | 4 | -1/+37 |
2010-12-11 | Explain the depedency table better. | Eric S. Raymond | 1 | -2/+6 |
2010-12-11 | Test for basename(3). | Eric S. Raymond | 3 | -16/+35 |
2010-12-11 | Detect some required headers not present. | Eric S. Raymond | 4 | -16/+24 |
2010-12-10 | Defer regexp compilation, we might be able to add missing-require detection. | Eric S. Raymond | 1 | -2/+2 |
2010-12-10 | Tests for atoi(3), atof(3), atol(3). | Eric S. Raymond | 4 | -4/+50 |
2010-12-10 | Tests for atan2(3), atexit(3), atof(3). | Eric S. Raymond | 7 | -3/+50 |
2010-12-10 | Tests for atan(3) and atanh(3). | Eric S. Raymond | 5 | -5/+45 |
2010-12-10 | Tests for alarm(), asin(), asinh(). | Eric S. Raymond | 5 | -5/+70 |
2010-12-10 | Don're register requires more than once. | Eric S. Raymond | 2 | -15/+4 |
2010-12-10 | Yet more tests ans some belated checkins. | Eric S. Raymond | 5 | -1/+71 |
2010-12-10 | Make the script clean up after itself better. | Eric S. Raymond | 4 | -2/+7 |
2010-12-10 | Test for access() needing <unistd.h>. | Eric S. Raymond | 4 | -2/+28 |
2010-12-09 | Clearer progress messages and two more tests. | Eric S. Raymond | 4 | -10/+28 |
2010-12-09 | Added regression test with abort(3) and <stdlib.h>. | Eric S. Raymond | 2 | -3/+21 |
2010-12-09 | Add the first requirement from POSIX. | Eric S. Raymond | 5 | -1/+37 |
2010-12-09 | Better-qualified umask regexp. | Eric S. Raymond | 2 | -2/+2 |
2010-12-09 | Detect duplicated inclusions. | Eric S. Raymond | 6 | -4/+31 |
2010-12-09 | First version with a depenency table is ready to ship.0.3 | Eric S. Raymond | 3 | -2/+7 |
2010-12-09 | Improve the regression tests. | Eric S. Raymond | 4 | -6/+21 |
2010-12-09 | Logic for requirement rules is working. | Eric S. Raymond | 1 | -10/+16 |
2010-12-09 | Infrastructure for dependency rules. | Eric S. Raymond | 1 | -9/+31 |
2010-12-07 | Refactoring step. | Eric S. Raymond | 1 | -12/+12 |
2010-12-05 | Typo fixes and more caveats. | Eric S. Raymond | 1 | -3/+11 |
2010-12-02 | Version bump to 0.2.0.2 | Eric S. Raymond | 2 | -1/+2 |
2010-12-02 | Document limitations. | Eric S. Raymond | 1 | -8/+20 |
2010-12-02 | Add a statistical summary on the last line. | Eric S. Raymond | 4 | -3/+37 |
2010-12-02 | Documentation fix. | Eric S. Raymond | 1 | -1/+1 |
2010-12-01 | Typo fixes. | Eric S. Raymond | 1 | -2/+2 |
2010-12-01 | -V is an option.0.1 | Eric S. Raymond | 1 | -0/+1 |
2010-12-01 | Implement -V option. | Eric S. Raymond | 1 | -1/+5 |
2010-12-01 | More documentation. | Eric S. Raymond | 1 | -6/+14 |
2010-12-01 | More tips on good usage. | Eric S. Raymond | 1 | -3/+22 |