Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore more generated files in progs/ | Dan Nicholson | 2008-05-20 | 1 | -0/+1 |
| | | | | | | | | Many of the directories in progs/ were missing .gitignore files or were tracking generated files. This patch is basically the process of running `make' in each directory and then finding the untracked files with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing files were also sorted. | ||||
* | s/unsigned int/size_t/ (bug 10135) | Brian | 2007-03-01 | 1 | -1/+1 |
| | |||||
* | include assert.h | Brian | 2007-03-01 | 1 | -0/+1 |
| | |||||
* | Thomas Sondergaard's API tracer | Brian Paul | 2006-06-02 | 6 | -0/+579 |