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
|