Mercurial > ~dholland > hg > tradcpp > index.cgi
graph
-
Fix Joerg's #line code.Fri, 12 Jun 2015 01:30:13 -0400, by David A. Holland
-
Merge upstream into Joerg's changes.Fri, 12 Jun 2015 01:00:38 -0400, by David A. Holland
-
Merge mismatch resulted in forgotten initialisation of isspecial.Fri, 27 Feb 2015 13:44:39 +0100, by Joerg Sonnenberger
-
newline during a macro invocation counts as space. Behavior differs fromFri, 27 Feb 2015 02:53:12 +0100, by Joerg Sonnenberger
-
Use more const.Fri, 27 Feb 2015 02:48:26 +0100, by Joerg Sonnenberger
-
Fully implement #line.Fri, 27 Feb 2015 02:06:49 +0100, by Joerg Sonnenberger
-
Expand __FILE__ and __LINE__.Fri, 27 Feb 2015 00:41:46 +0100, by Joerg Sonnenberger
-
Roughly sort by size to reduce padding.Fri, 27 Feb 2015 00:23:01 +0100, by Joerg Sonnenberger
-
Make place_getname public, so that __FILE__ can use it.Fri, 27 Feb 2015 00:21:31 +0100, by Joerg Sonnenberger
-
place_changefile() needs to be improvedFri, 12 Jun 2015 03:04:48 -0400, by David A. Holland
-
Don't shortcut macro expansion of non-parameter macros.Fri, 12 Jun 2015 01:53:42 -0400, by David A. Holland
-
Wrap up the current and next line position when invoking directives.Fri, 12 Jun 2015 00:56:12 -0400, by David A. Holland
-
needs include guardFri, 12 Jun 2015 00:35:46 -0400, by David A. Holland
-
add commented-out note for laterFri, 12 Jun 2015 00:33:38 -0400, by David A. Holland
-
changes for previousTue, 17 Sep 2013 14:59:42 -0400, by David A. Holland
-
declare usage() with PF(). from wizTue, 17 Sep 2013 14:58:45 -0400, by David A. Holland
-
fix compile bug in array.h (does not currently affect tradcpp)Sat, 24 Aug 2013 18:50:05 -0400, by David A. Holland
-
Added tag release-0.4 for changeset 281317d30478Sat, 13 Jul 2013 14:48:38 -0400, by David A. Holland
-
Add more tests for some degenerate cases we don't handle right.Sat, 13 Jul 2013 14:47:29 -0400, by David A. Holland
-
Fix handling of macros in quoted strings.Sat, 13 Jul 2013 14:19:59 -0400, by David A. Holland
-
fix very minor bugSat, 13 Jul 2013 13:54:07 -0400, by David A. Holland
-
Don't use the <err.h> functions.Sat, 13 Jul 2013 12:47:20 -0400, by David A. Holland
-
Allow complain(NULL, format, ...)Sat, 13 Jul 2013 12:38:54 -0400, by David A. Holland
-
Accept and ignore -m32.Wed, 10 Jul 2013 13:48:07 -0400, by David A. Holland
-
add missing stdarg.h.Wed, 10 Jul 2013 02:03:26 -0400, by David A. Holland
-
Added tag release-0.3.1 for changeset 85b66cc0344eTue, 09 Jul 2013 13:48:53 -0400, by David A. Holland
-
Improve usage reporting.Tue, 09 Jul 2013 13:43:27 -0400, by David A. Holland
-
Improve previous.Tue, 09 Jul 2013 13:38:43 -0400, by David A. Holland
-
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