log

age author description
2013-06-17 David A. Holland hook in new tests
2013-06-17 David A. Holland Test single-quote strings / character constants.
2013-06-17 David A. Holland Test for quoted macro argument comments, from Joerg.
2013-06-17 David A. Holland Don't recognize macro argument parens or commas within quotes.
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-12 David A. Holland Test nested ifs.
2013-06-11 David A. Holland Added tag release-0.2 for changeset 3ad1cd80f5a0
2013-06-11 David A. Holland release 0.2 release-0.2
2013-06-11 David A. Holland Add a bunch more options I forgot earlier (!)
2013-06-11 David A. Holland Complain if -[DIU] is given an empty argument.
2013-06-11 David A. Holland Man page fixes from wiz@.
2013-06-11 David A. Holland note issue comparing tests against gcc
2013-06-11 David A. Holland Test empty arguments.
2013-06-11 David A. Holland Preserve leading whitespace in macro arguments.
2013-06-11 David A. Holland Handle empty arguments properly when there's more than one argument.
2013-06-11 David A. Holland this was wrong.
2013-06-11 David A. Holland changes entry for previous two commits
2013-06-11 David A. Holland Reduce the maximum include depth from 128 to 120.
2013-06-11 David A. Holland Print a warning if we get an unexpected error trying to open a file.
2013-06-11 David A. Holland Fix handling of relative includes.
2013-06-11 David A. Holland Don't force -g.
2013-06-11 David A. Holland Add a man page.
2013-06-11 David A. Holland Make -Wcomment work again
2013-06-11 David A. Holland C99INLINE, not __c99inline
2013-06-11 David A. Holland __unused -> UNUSED
2013-06-11 David A. Holland add a couple more tests, taken from the 2010 tech-toolchain thread
2013-06-11 David A. Holland don't use getprogname() in the name of portability