log macro.c @ 174:09cfad6772de

age author description
Fri, 12 Jun 2015 02:21:28 -0400 David A. Holland Some minor cosmetic changes relating to ei->itemtype.
Fri, 12 Jun 2015 02:14:45 -0400 David A. Holland Clean up the mess Joerg made of apply_builtin_macros().
Fri, 12 Jun 2015 02:05:29 -0400 David A. Holland Revert gratuitous reordering of struct macro contents.
Fri, 12 Jun 2015 02:02:38 -0400 David A. Holland Fix joerg's expansionitem_eq(). Was wrong previously.
Fri, 12 Jun 2015 02:01:00 -0400 David A. Holland Revert addition of "isspecial" field in struct macro.
Fri, 12 Jun 2015 01:55:52 -0400 David A. Holland Merge from upstream
Fri, 12 Jun 2015 01:55:31 -0400 David A. Holland Don't shortcut macro expansion of non-parameter macros.
Fri, 12 Jun 2015 01:00:38 -0400 David A. Holland Merge upstream into Joerg's changes.
Fri, 27 Feb 2015 13:44:39 +0100 Joerg Sonnenberger Merge mismatch resulted in forgotten initialisation of isspecial.
Fri, 27 Feb 2015 02:53:12 +0100 Joerg Sonnenberger newline during a macro invocation counts as space. Behavior differs from
Fri, 27 Feb 2015 02:48:26 +0100 Joerg Sonnenberger Use more const.
Fri, 27 Feb 2015 00:41:46 +0100 Joerg Sonnenberger Expand __FILE__ and __LINE__.
Fri, 27 Feb 2015 00:23:01 +0100 Joerg Sonnenberger Roughly sort by size to reduce padding.
Fri, 12 Jun 2015 01:53:42 -0400 David A. Holland Don't shortcut macro expansion of non-parameter macros.
Fri, 12 Jun 2015 00:33:38 -0400 David A. Holland add commented-out note for later
Sat, 13 Jul 2013 14:19:59 -0400 David A. Holland Fix handling of macros in quoted strings.
Sat, 13 Jul 2013 13:54:07 -0400 David A. Holland fix very minor bug
Sun, 16 Jun 2013 22:06:57 -0400 David A. Holland Don't recognize macro argument parens or commas within quotes.
Fri, 14 Jun 2013 20:59:24 -0400 David A. Holland Don't expand macros within character constants.
Tue, 11 Jun 2013 14:12:27 -0400 David A. Holland Preserve leading whitespace in macro arguments.
Tue, 11 Jun 2013 14:12:06 -0400 David A. Holland Handle empty arguments properly when there's more than one argument.
Tue, 11 Jun 2013 12:15:47 -0400 David A. Holland __unused -> UNUSED
Mon, 10 Jun 2013 23:51:07 -0400 David A. Holland add 2013 to copyrights where it seems warranted
Mon, 10 Jun 2013 21:57:21 -0400 David A. Holland Always send the expansion state an EOF.
Mon, 10 Jun 2013 21:56:09 -0400 David A. Holland Don't bomb out if a function-like macro is given no arguments.
Mon, 10 Jun 2013 21:36:24 -0400 David A. Holland Don't expand macros inside comments.
Mon, 10 Jun 2013 21:34:59 -0400 David A. Holland Complain only about non-identical redefinitions of macros.
Mon, 10 Jun 2013 18:49:36 -0400 David A. Holland fix stupid bugs
Sat, 30 Mar 2013 23:05:59 -0400 David A. Holland Fix inline usage as per the version in dholland-make2.
Sat, 30 Mar 2013 22:29:42 -0400 David A. Holland Don't crash if a macro tries to expand itself recursively.
Sat, 30 Mar 2013 21:48:57 -0400 David A. Holland Oops, fix previous.
Sat, 30 Mar 2013 21:17:47 -0400 David A. Holland Pass the size to free; it makes debug checking easier.
Sat, 30 Mar 2013 21:02:25 -0400 David A. Holland Wrap free() in dofree() to allow instrumenting it for debugging.
Sat, 01 Jan 2011 23:28:41 -0500 David A. Holland need stdint.h for uint16_t
Mon, 20 Dec 2010 06:53:32 -0500 David A. Holland copyrights
Mon, 20 Dec 2010 05:42:15 -0500 David A. Holland two more tests, more fixes posted-20101220
Mon, 20 Dec 2010 05:01:18 -0500 David A. Holland fix some more bugs
Mon, 20 Dec 2010 04:38:43 -0500 David A. Holland fix some more bugs
Mon, 20 Dec 2010 04:15:02 -0500 David A. Holland strip comments.
Mon, 20 Dec 2010 03:55:19 -0500 David A. Holland macro expansion.
Mon, 20 Dec 2010 01:51:47 -0500 David A. Holland deal with macro parameters
Mon, 20 Dec 2010 01:15:43 -0500 David A. Holland added macro table