Mercurial > ~dholland > hg > tradcpp > index.cgi
log main.c @ 175:ffdb0b73856f
age | author | description |
---|---|---|
2015-06-12 | David A. Holland | Clean up the mess Joerg made of apply_builtin_macros(). |
2015-02-26 | Joerg Sonnenberger | Expand __FILE__ and __LINE__. |
2013-09-17 | David A. Holland | declare usage() with PF(). from wiz |
2013-07-13 | David A. Holland | Don't use the <err.h> functions. |
2013-07-13 | David A. Holland | Allow complain(NULL, format, ...) |
2013-07-10 | David A. Holland | Accept and ignore -m32. |
2013-07-10 | David A. Holland | add missing stdarg.h. |
2013-07-09 | David A. Holland | Improve usage reporting. |
2013-07-09 | David A. Holland | Improve previous. |
2013-07-09 | David A. Holland | Don't assert and leak memory if failing during argument collection. |
2013-06-11 | David A. Holland | Complain if -[DIU] is given an empty argument. |
2013-06-11 | David A. Holland | Fix handling of relative includes. |
2013-06-11 | David A. Holland | don't use getprogname() in the name of portability |
2013-06-11 | David A. Holland | __dead -> DEAD |
2013-06-11 | David A. Holland | Erm. Don't throw away -D args. |