log

age author description
Sun, 31 Mar 2013 01:04:43 -0400 David A. Holland Intercept multiline comments earlier. Leave same-line comments alone.
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.
Sat, 01 Jan 2011 23:28:41 -0500 David A. Holland need stdint.h for uint16_t
Sat, 01 Jan 2011 23:27:39 -0500 David A. Holland add some TODO items
Mon, 20 Dec 2010 06:54:59 -0500 David A. Holland inlinedefs is a hack, so hack it up
Mon, 20 Dec 2010 06:53:32 -0500 David A. Holland copyrights
Mon, 20 Dec 2010 05:44:08 -0500 David A. Holland Added tag posted-20101220 for changeset 8a955e3dda2c
Mon, 20 Dec 2010 05:42:15 -0500 David A. Holland two more tests, more fixes posted-20101220
Mon, 20 Dec 2010 05:01:18 -0500 David A. Holland fix some more bugs
Mon, 20 Dec 2010 05:01:07 -0500 David A. Holland add some simple tests
Mon, 20 Dec 2010 04:38:43 -0500 David A. Holland fix some more bugs
Mon, 20 Dec 2010 04:30:02 -0500 David A. Holland fix some bugs
Mon, 20 Dec 2010 04:21:51 -0500 David A. Holland notes for later.
Mon, 20 Dec 2010 04:17:32 -0500 David A. Holland honor mode.do_output
Mon, 20 Dec 2010 04:15:02 -0500 David A. Holland strip comments.
Mon, 20 Dec 2010 04:03:35 -0500 David A. Holland add output.
Mon, 20 Dec 2010 03:55:19 -0500 David A. Holland macro expansion.
Mon, 20 Dec 2010 01:51:47 -0500 David A. Holland deal with macro parameters
Mon, 20 Dec 2010 01:15:43 -0500 David A. Holland added macro table
Mon, 20 Dec 2010 00:32:20 -0500 David A. Holland expression evaluator
Sun, 19 Dec 2010 21:42:01 -0500 David A. Holland handle directives
Sun, 19 Dec 2010 19:51:36 -0500 David A. Holland woops
Sun, 19 Dec 2010 19:49:43 -0500 David A. Holland seenfile -> placefile (clearer)
Sun, 19 Dec 2010 19:39:26 -0500 David A. Holland improve places more
Sun, 19 Dec 2010 19:30:24 -0500 David A. Holland simplify places
Sun, 19 Dec 2010 19:27:14 -0500 David A. Holland move seenfiles to place.c too
Sun, 19 Dec 2010 19:19:02 -0500 David A. Holland move destroyall to array.h
Sun, 19 Dec 2010 19:15:55 -0500 David A. Holland split place stuff to its own file
Sun, 19 Dec 2010 19:08:24 -0500 David A. Holland make places work better
Sun, 19 Dec 2010 18:55:51 -0500 David A. Holland checkpoint - can find files
Sun, 19 Dec 2010 17:53:49 -0500 David A. Holland Clear commandline_files after processing it.
Sun, 19 Dec 2010 17:52:59 -0500 David A. Holland Initial version of toplevel and options handling.
Sun, 19 Dec 2010 16:51:57 -0500 David A. Holland support code
Sun, 19 Dec 2010 16:51:21 -0500 David A. Holland Make arrays crash on malloc failure.
Sun, 19 Dec 2010 16:47:59 -0500 David A. Holland standard arrays (nearly)
Sun, 19 Dec 2010 16:47:40 -0500 David A. Holland setup