Mercurial > ~dholland > hg > tradcpp > index.cgi
graph
-
Don't assert and leak memory if failing during argument collection.Tue, 09 Jul 2013 13:35:40 -0400, by David A. Holland
-
Added tag release-0.3 for changeset 31fc4251ec3bSun, 16 Jun 2013 22:41:27 -0400, by David A. Holland
-
hook in new testsSun, 16 Jun 2013 22:08:17 -0400, by David A. Holland
-
Test single-quote strings / character constants.Sun, 16 Jun 2013 22:08:06 -0400, by David A. Holland
-
Test for quoted macro argument comments, from Joerg.Sun, 16 Jun 2013 22:07:38 -0400, by David A. Holland
-
Don't recognize macro argument parens or commas within quotes.Sun, 16 Jun 2013 22:06:57 -0400, by David A. Holland
-
Don't expand macros within character constants.Fri, 14 Jun 2013 20:59:24 -0400, by David A. Holland
-
fix for #if handling:Wed, 12 Jun 2013 10:52:56 -0400, by David A. Holland
-
Test nested ifs.Wed, 12 Jun 2013 10:51:10 -0400, by David A. Holland
-
Added tag release-0.2 for changeset 3ad1cd80f5a0Tue, 11 Jun 2013 19:14:17 -0400, by David A. Holland
-
Add a bunch more options I forgot earlier (!)Tue, 11 Jun 2013 19:02:33 -0400, by David A. Holland
-
Complain if -[DIU] is given an empty argument.Tue, 11 Jun 2013 18:32:41 -0400, by David A. Holland
-
Man page fixes from wiz@.Tue, 11 Jun 2013 18:02:13 -0400, by David A. Holland
-
note issue comparing tests against gccTue, 11 Jun 2013 14:20:16 -0400, by David A. Holland
-
Test empty arguments.Tue, 11 Jun 2013 14:12:54 -0400, by David A. Holland
-
Preserve leading whitespace in macro arguments.Tue, 11 Jun 2013 14:12:27 -0400, by David A. Holland
-
Handle empty arguments properly when there's more than one argument.Tue, 11 Jun 2013 14:12:06 -0400, by David A. Holland
-
this was wrong.Tue, 11 Jun 2013 14:11:04 -0400, by David A. Holland
-
changes entry for previous two commitsTue, 11 Jun 2013 13:56:22 -0400, by David A. Holland
-
Reduce the maximum include depth from 128 to 120.Tue, 11 Jun 2013 13:55:38 -0400, by David A. Holland
-
Print a warning if we get an unexpected error trying to open a file.Tue, 11 Jun 2013 13:55:09 -0400, by David A. Holland
-
Fix handling of relative includes.Tue, 11 Jun 2013 13:50:07 -0400, by David A. Holland
-
Don't force -g.Tue, 11 Jun 2013 13:11:01 -0400, by David A. Holland
-
Add a man page.Tue, 11 Jun 2013 13:10:43 -0400, by David A. Holland
-
Make -Wcomment work againTue, 11 Jun 2013 12:26:20 -0400, by David A. Holland
-
C99INLINE, not __c99inlineTue, 11 Jun 2013 12:17:27 -0400, by David A. Holland
-
__unused -> UNUSEDTue, 11 Jun 2013 12:15:47 -0400, by David A. Holland
-
add a couple more tests, taken from the 2010 tech-toolchain threadTue, 11 Jun 2013 11:35:27 -0400, by David A. Holland
-
don't use getprogname() in the name of portabilityTue, 11 Jun 2013 11:24:48 -0400, by David A. Holland
-
Allow absolute paths in include files.Tue, 11 Jun 2013 11:13:58 -0400, by David A. Holland
-
Pass -Wunused.Tue, 11 Jun 2013 11:00:01 -0400, by David A. Holland
-
More PowerPC and mips macros.Tue, 11 Jun 2013 10:51:30 -0400, by David A. Holland
-
Added tag release-0.1 for changeset 1e4eef5bf88dTue, 11 Jun 2013 00:20:55 -0400, by David A. Holland
-
Set up some real builtin macro config instead of hardwiring my platform. release-0.1Tue, 11 Jun 2013 00:14:31 -0400, by David A. Holland
-
add 2013 to copyrights where it seems warrantedMon, 10 Jun 2013 23:51:07 -0400, by David A. Holland
-
__dead -> DEADMon, 10 Jun 2013 23:48:21 -0400, by David A. Holland
-
don't rely on netbsd cdefs.hMon, 10 Jun 2013 23:46:47 -0400, by David A. Holland
-
Accept [UL]* after integer constants.Mon, 10 Jun 2013 23:33:37 -0400, by David A. Holland
-
Don't crash printing the commandline place.Mon, 10 Jun 2013 23:33:15 -0400, by David A. Holland
-
add some testing of arithmeticMon, 10 Jun 2013 23:23:01 -0400, by David A. Holland
-
this produces the correct answer nowMon, 10 Jun 2013 23:22:52 -0400, by David A. Holland
-
fix some bugs.Mon, 10 Jun 2013 23:22:12 -0400, by David A. Holland
-
Don't expect the eval result to contain EOF *then* a value.Mon, 10 Jun 2013 22:51:17 -0400, by David A. Holland
-
If we get a malformed #include, print it.Mon, 10 Jun 2013 22:00:06 -0400, by David A. Holland
-
update TODO someMon, 10 Jun 2013 21:57:50 -0400, by David A. Holland
-
Always send the expansion state an EOF.Mon, 10 Jun 2013 21:57:21 -0400, by David A. Holland
-
Don't bomb out if a function-like macro is given no arguments.Mon, 10 Jun 2013 21:56:09 -0400, by David A. Holland
-
Erm. Don't throw away -D args.Mon, 10 Jun 2013 21:37:01 -0400, by David A. Holland
-
Don't expand macros inside comments.Mon, 10 Jun 2013 21:36:24 -0400, by David A. Holland
-
Complain only about non-identical redefinitions of macros.Mon, 10 Jun 2013 21:34:59 -0400, by David A. Holland
-
Accept # by itself, including with a comment after it.Mon, 10 Jun 2013 21:33:31 -0400, by David A. Holland
-
In #if/#elif, prune comments *after* macro expansion.Mon, 10 Jun 2013 21:32:47 -0400, by David A. Holland
-
Don't recognize comments within double-quote strings.Mon, 10 Jun 2013 21:30:20 -0400, by David A. Holland
-
improve the nested comment testMon, 10 Jun 2013 20:19:49 -0400, by David A. Holland
-
add a test with a nested commentMon, 10 Jun 2013 20:19:01 -0400, by David A. Holland
-
No need to warn about nested comments twice.Mon, 10 Jun 2013 20:17:23 -0400, by David A. Holland
-
Clean out old not-really-working nested comment handling.Mon, 10 Jun 2013 20:12:37 -0400, by David A. Holland
-
Update good files.Mon, 10 Jun 2013 19:57:28 -0400, by David A. Holland