2013-06-17 |
David A. Holland |
release 0.3
release-0.3
|
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
|
2013-06-11 |
David A. Holland |
Allow absolute paths in include files.
|
2013-06-11 |
David A. Holland |
Pass -Wunused.
|
2013-06-11 |
David A. Holland |
More PowerPC and mips macros.
|
2013-06-11 |
David A. Holland |
Added tag release-0.1 for changeset 1e4eef5bf88d
|
2013-06-11 |
David A. Holland |
Set up some real builtin macro config instead of hardwiring my platform.
release-0.1
|
2013-06-11 |
David A. Holland |
add 2013 to copyrights where it seems warranted
|
2013-06-11 |
David A. Holland |
__dead -> DEAD
|
2013-06-11 |
David A. Holland |
don't rely on netbsd cdefs.h
|
2013-06-11 |
David A. Holland |
Accept [UL]* after integer constants.
|
2013-06-11 |
David A. Holland |
Don't crash printing the commandline place.
|
2013-06-11 |
David A. Holland |
add some testing of arithmetic
|
2013-06-11 |
David A. Holland |
this produces the correct answer now
|
2013-06-11 |
David A. Holland |
fix some bugs.
|
2013-06-11 |
David A. Holland |
Don't expect the eval result to contain EOF *then* a value.
|
2013-06-11 |
David A. Holland |
If we get a malformed #include, print it.
|
2013-06-11 |
David A. Holland |
update TODO some
|
2013-06-11 |
David A. Holland |
Always send the expansion state an EOF.
|
2013-06-11 |
David A. Holland |
Don't bomb out if a function-like macro is given no arguments.
|
2013-06-11 |
David A. Holland |
Erm. Don't throw away -D args.
|