summaryrefslogtreecommitdiff
path: root/progs/tools
AgeCommit message (Collapse)Author
2007-10-10Ignore more generated files in progs/Dan Nicholson
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.
2007-09-28add support for LDFLAGS env varDan Nicholson
2007-03-01s/unsigned int/size_t/ (bug 10135)Brian
2007-03-01include assert.hBrian
2006-06-02Thomas Sondergaard's API tracerBrian Paul