log macro.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-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 Don't rely on anonymous unions.
2015-06-12 David A. Holland Finish joerg's halfassedly partial const changes.
2015-06-12 David A. Holland Suppress blank lines later.
2015-06-12 David A. Holland Some minor cosmetic changes relating to ei->itemtype.
2015-06-12 David A. Holland Clean up the mess Joerg made of apply_builtin_macros().
2015-06-12 David A. Holland Revert gratuitous reordering of struct macro contents.
2015-06-12 David A. Holland Fix joerg's expansionitem_eq(). Was wrong previously.
2015-06-12 David A. Holland Revert addition of "isspecial" field in struct macro.
2015-06-12 David A. Holland Merge from upstream
2015-06-12 David A. Holland Don't shortcut macro expansion of non-parameter macros.
2015-06-12 David A. Holland Merge upstream into Joerg's changes.
2015-02-27 Joerg Sonnenberger Merge mismatch resulted in forgotten initialisation of isspecial.
2015-02-27 Joerg Sonnenberger newline during a macro invocation counts as space. Behavior differs from
2015-02-27 Joerg Sonnenberger Use more const.
2015-02-26 Joerg Sonnenberger Expand __FILE__ and __LINE__.
2015-02-26 Joerg Sonnenberger Roughly sort by size to reduce padding.
2015-06-12 David A. Holland Don't shortcut macro expansion of non-parameter macros.
2015-06-12 David A. Holland add commented-out note for later
2013-07-13 David A. Holland Fix handling of macros in quoted strings.
2013-07-13 David A. Holland fix very minor bug
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-11 David A. Holland Preserve leading whitespace in macro arguments.
2013-06-11 David A. Holland Handle empty arguments properly when there's more than one argument.
2013-06-11 David A. Holland __unused -> UNUSED
2013-06-11 David A. Holland add 2013 to copyrights where it seems warranted
2013-06-11 David A. Holland Always send the expansion state an EOF.
2013-06-11 David A. Holland Don't bomb out if a function-like macro is given no arguments.
2013-06-11 David A. Holland Don't expand macros inside comments.
2013-06-11 David A. Holland Complain only about non-identical redefinitions of macros.
2013-06-10 David A. Holland fix stupid bugs
2013-03-31 David A. Holland Fix inline usage as per the version in dholland-make2.
2013-03-31 David A. Holland Don't crash if a macro tries to expand itself recursively.
2013-03-31 David A. Holland Oops, fix previous.
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.
2011-01-02 David A. Holland need stdint.h for uint16_t
2010-12-20 David A. Holland copyrights
2010-12-20 David A. Holland two more tests, more fixes posted-20101220
2010-12-20 David A. Holland fix some more bugs
2010-12-20 David A. Holland fix some more bugs
2010-12-20 David A. Holland strip comments.
2010-12-20 David A. Holland macro expansion.
2010-12-20 David A. Holland deal with macro parameters
2010-12-20 David A. Holland added macro table