log directive.c @ 193:079304130850

age author description
Fri, 12 Jun 2015 03:28:19 -0400 David A. Holland Don't use <stdbool.h> unless __STDC__ is large enough.
Fri, 12 Jun 2015 02:55:02 -0400 David A. Holland Replace Joerg's place_setfile with something that at least sort of works.
Fri, 12 Jun 2015 02:38:04 -0400 David A. Holland Suppress blank lines later.
Fri, 12 Jun 2015 02:15:43 -0400 David A. Holland directive.c needs limits.h
Fri, 12 Jun 2015 01:30:13 -0400 David A. Holland Fix Joerg's #line code.
Fri, 12 Jun 2015 01:00:38 -0400 David A. Holland Merge upstream into Joerg's changes.
Fri, 27 Feb 2015 02:06:49 +0100 Joerg Sonnenberger Fully implement #line.
Fri, 12 Jun 2015 00:56:12 -0400 David A. Holland Wrap up the current and next line position when invoking directives.
Fri, 14 Jun 2013 20:59:24 -0400 David A. Holland Don't expand macros within character constants.
Wed, 12 Jun 2013 10:52:56 -0400 David A. Holland fix for #if handling:
Tue, 11 Jun 2013 12:26:20 -0400 David A. Holland Make -Wcomment work again
Tue, 11 Jun 2013 11:00:01 -0400 David A. Holland Pass -Wunused.
Mon, 10 Jun 2013 23:51:07 -0400 David A. Holland add 2013 to copyrights where it seems warranted
Mon, 10 Jun 2013 22:00:06 -0400 David A. Holland If we get a malformed #include, print it.
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