log main.c @ 209:256f51fde64c default tip

age author description
2017-08-01 David A. Holland Abort on line numbering or column numbering overflow.
2016-09-04 David A. Holland Add a -debuglog option to send an execution trace to a file.
2015-12-05 David A. Holland fix typo in error message; noted by Joerg
2015-06-13 David A. Holland the option lists need to stay sorted.
2015-06-12 David A. Holland Add the ability to output line numbers, sort of.
2015-06-12 David A. Holland Don't use <stdbool.h> unless __STDC__ is large enough.
2015-06-12 David A. Holland very minor changes from openbsd
2015-06-12 David A. Holland Accept "-" as the input file, or as the output file.
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.
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.