log CHANGES @ 200:18b872f36217 release-0.5.2

age author description
2016-09-04 David A. Holland Release 0.5.2 release-0.5.2
2016-09-04 David A. Holland Add a -debuglog option to send an execution trace to a file.
2015-12-05 David A. Holland CHANGES for previous
2015-06-13 David A. Holland Release 0.5.1 release-0.5.1
2015-06-13 David A. Holland the option lists need to stay sorted.
2015-06-13 David A. Holland Fix output corruption; see CHANGES entry.
2015-06-13 David A. Holland don't use "remove" as a local variable; fails on gcc4.1
2015-06-12 David A. Holland Release 0.5. release-0.5
2015-06-12 David A. Holland Don't report unclosed comments as "no newline at end of file".
2015-06-12 David A. Holland Don't rely on anonymous unions.
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 Replace Joerg's place_setfile with something that at least sort of works.
2013-09-17 David A. Holland changes for previous
2013-07-13 David A. Holland release-0.4 release-0.4
2013-07-13 David A. Holland Fix handling of macros in quoted strings.
2013-07-13 David A. Holland Don't use the <err.h> functions.
2013-07-10 David A. Holland Accept and ignore -m32.
2013-07-09 David A. Holland release-0.3.1 release-0.3.1
2013-07-09 David A. Holland Improve usage reporting.
2013-07-09 David A. Holland Don't assert and leak memory if failing during argument collection.
2013-06-17 David A. Holland release 0.3 release-0.3
2013-06-17 David A. Holland Don't recognize macro argument parens or commas within quotes.
2013-06-15 David A. Holland Don't expand macros within character constants.
2013-06-12 David A. Holland fix for #if handling:
2013-06-11 David A. Holland release 0.2 release-0.2
2013-06-11 David A. Holland changes entry for previous two commits