Sat, 30 Mar 2013 23:29:08 -0400 |
David A. Holland |
Use diff -u.
|
Sat, 30 Mar 2013 23:05:59 -0400 |
David A. Holland |
Fix inline usage as per the version in dholland-make2.
|
Sat, 30 Mar 2013 22:35:06 -0400 |
David A. Holland |
Test recursive macros.
|
Sat, 30 Mar 2013 22:33:53 -0400 |
David A. Holland |
merge
|
Sun, 31 Mar 2013 04:20:44 +0200 |
Joerg Sonnenberger |
Skip option itself, before passing down to handler.
|
Sun, 31 Mar 2013 04:17:51 +0200 |
Joerg Sonnenberger |
__dead + __printflike for clang
|
Sat, 30 Mar 2013 22:29:42 -0400 |
David A. Holland |
Don't crash if a macro tries to expand itself recursively.
|
Sat, 30 Mar 2013 21:50:37 -0400 |
David A. Holland |
Add malloc debug code.
|
Sat, 30 Mar 2013 21:48:57 -0400 |
David A. Holland |
Oops, fix previous.
|
Sat, 30 Mar 2013 21:17:47 -0400 |
David A. Holland |
Pass the size to free; it makes debug checking easier.
|
Sat, 30 Mar 2013 21:02:25 -0400 |
David A. Holland |
Wrap free() in dofree() to allow instrumenting it for debugging.
|
Sat, 30 Mar 2013 20:52:59 -0400 |
David A. Holland |
Sort the option lists to match the comparison used to search them. duh.
|
Sat, 30 Mar 2013 20:39:59 -0400 |
David A. Holland |
Don't demand space after the macro argument parenthesis.
|
Sat, 30 Mar 2013 20:39:03 -0400 |
David A. Holland |
Add another test.
|
Sat, 30 Mar 2013 20:38:17 -0400 |
David A. Holland |
Don't actually include stdio.h in this for testing cpp.
|