Mercurial > ~dholland > hg > tradcpp > index.cgi
log directive.c @ 128:1cda505ddc78
age | author | description |
---|---|---|
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. |
2013-06-11 | David A. Holland | Clean out old not-really-working nested comment handling. |
2013-06-10 | David A. Holland | handle nested ifs correctly |
2013-03-31 | David A. Holland | Recognize directive lines only when the # is exactly in column 0. |