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.