log directive.c @ 175:ffdb0b73856f

age author description
2015-06-12 David A. Holland Suppress blank lines later.
2015-06-12 David A. Holland directive.c needs limits.h
2015-06-12 David A. Holland Fix Joerg's #line code.
2015-06-12 David A. Holland Merge upstream into Joerg's changes.
2015-02-27 Joerg Sonnenberger Fully implement #line.
2015-06-12 David A. Holland Wrap up the current and next line position when invoking directives.
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 Make -Wcomment work again
2013-06-11 David A. Holland Pass -Wunused.
2013-06-11 David A. Holland add 2013 to copyrights where it seems warranted
2013-06-11 David A. Holland If we get a malformed #include, print it.
2013-06-11 David A. Holland Accept # by itself, including with a comment after it.
2013-06-11 David A. Holland In #if/#elif, prune comments *after* macro expansion.
2013-06-11 David A. Holland Don't recognize comments within double-quote strings.