log main.c @ 163:e1dfa3f90b6c

age author description
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.
2013-06-10 David A. Holland Accept and ignore -traditional.
2013-03-31 Joerg Sonnenberger Skip option itself, before passing down to handler.
2013-03-31 Joerg Sonnenberger __dead + __printflike for clang
2013-03-31 David A. Holland Pass the size to free; it makes debug checking easier.
2013-03-31 David A. Holland Wrap free() in dofree() to allow instrumenting it for debugging.
2013-03-31 David A. Holland Sort the option lists to match the comparison used to search them. duh.
2010-12-20 David A. Holland copyrights
2010-12-20 David A. Holland deal with macro parameters
2010-12-20 David A. Holland added macro table
2010-12-20 David A. Holland handle directives
2010-12-20 David A. Holland woops
2010-12-20 David A. Holland simplify places
2010-12-20 David A. Holland move seenfiles to place.c too
2010-12-20 David A. Holland split place stuff to its own file
2010-12-20 David A. Holland make places work better
2010-12-19 David A. Holland checkpoint - can find files
2010-12-19 David A. Holland Clear commandline_files after processing it.
2010-12-19 David A. Holland Initial version of toplevel and options handling.