log directive.c @ 83:3e505c16b0b0

age author description
Mon, 10 Jun 2013 21:33:31 -0400 David A. Holland Accept # by itself, including with a comment after it.
Mon, 10 Jun 2013 21:32:47 -0400 David A. Holland In #if/#elif, prune comments *after* macro expansion.
Mon, 10 Jun 2013 21:30:20 -0400 David A. Holland Don't recognize comments within double-quote strings.
Mon, 10 Jun 2013 20:12:37 -0400 David A. Holland Clean out old not-really-working nested comment handling.
Mon, 10 Jun 2013 16:20:33 -0400 David A. Holland handle nested ifs correctly
Sun, 31 Mar 2013 10:47:08 -0400 David A. Holland Recognize directive lines only when the # is exactly in column 0.
Sun, 31 Mar 2013 02:04:56 -0400 David A. Holland Prune single-line comments from (most) directive lines.
Sun, 31 Mar 2013 01:27:46 -0400 David A. Holland Don't truncate the candidate include path strings.
Sun, 31 Mar 2013 01:04:43 -0400 David A. Holland Intercept multiline comments earlier. Leave same-line comments alone.
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, 30 Mar 2013 20:39:59 -0400 David A. Holland Don't demand space after the macro argument parenthesis.
Mon, 20 Dec 2010 06:53:32 -0500 David A. Holland copyrights
Mon, 20 Dec 2010 01:51:47 -0500 David A. Holland deal with macro parameters
Mon, 20 Dec 2010 00:32:20 -0500 David A. Holland expression evaluator
Sun, 19 Dec 2010 21:42:01 -0500 David A. Holland handle directives