Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2010-12-01 | Typo fixes. | Eric S. Raymond | 2 | -2/+2 | |
2010-12-01 | Pre-release cleanup. Regression tests pass and pychecker runs clean. | Eric S. Raymond | 3 | -5/+7 | |
2010-12-01 | Add the guillotine icon to the repo, in case we want different sizes. | Eric S. Raymond | 1 | -0/+0 | |
Credit where credit is due: This art is under a CC-Attribution license. It's part of the Deadly Instrument set by sirea and may be found here: <http://www.rw-designer.com/icon-detail/3846>. | |||||
2010-12-01 | Add documentation, the beginnings of a test suite, a logo, an shipper control. | Eric S. Raymond | 12 | -0/+225 | |
2010-12-01 | Fix broken processing of --ignore and clean up debug levels. | Eric S. Raymond | 1 | -11/+18 | |
2010-12-01 | Add -m option. | Eric S. Raymond | 1 | -12/+16 | |
2010-12-01 | Typo fixes. | Eric S. Raymond | 1 | -3/+5 | |
2008-11-09 | Handle #i as well as #ifdef. | Eric S. Raymond | 1 | -1/+1 | |
2008-11-08 | Remove option now works. | Eric S. Raymond | 1 | -17/+18 | |
2008-11-08 | Condition the baton-twirling properly. | Eric S. Raymond | 1 | -4/+4 | |
2008-11-08 | Use a modification context object. | Eric S. Raymond | 1 | -29/+44 | |
2008-11-08 | Integrate baton twirling. | Eric S. Raymond | 1 | -17/+20 | |
2008-11-08 | Refactored so building the inclusion map is all sone at once. | Eric S. Raymond | 1 | -49/+11 | |
2008-11-08 | Remove unneeded code. | Eric S. Raymond | 1 | -10/+2 | |
2008-11-08 | Refactor dependency mapping. | Eric S. Raymond | 1 | -2/+90 | |
2008-11-08 | Performs recursion on argumend directories. | Eric S. Raymond | 1 | -4/+30 | |
2008-11-08 | Ignore conditional inclusions. | Eric S. Raymond | 1 | -11/+19 | |
2008-11-06 | Refactoring step. | Eric S. Raymond | 1 | -28/+32 | |
2008-11-06 | Complain more loudly if the base fiile won't build. | Eric S. Raymond | 1 | -6/+9 | |
2008-11-06 | Change reporting format to be more stream-oriented. | Eric S. Raymond | 1 | -2/+2 | |
2008-11-06 | Allow the ignoreargument to be a regexp. | Eric S. Raymond | 1 | -5/+7 | |
2008-11-06 | Refactoring step. | Eric S. Raymond | 1 | -35/+49 | |