log

age author description
Tue, 11 Jun 2013 12:26:20 -0400 David A. Holland Make -Wcomment work again
Tue, 11 Jun 2013 12:17:27 -0400 David A. Holland C99INLINE, not __c99inline
Tue, 11 Jun 2013 12:15:47 -0400 David A. Holland __unused -> UNUSED
Tue, 11 Jun 2013 11:35:27 -0400 David A. Holland add a couple more tests, taken from the 2010 tech-toolchain thread
Tue, 11 Jun 2013 11:24:48 -0400 David A. Holland don't use getprogname() in the name of portability
Tue, 11 Jun 2013 11:13:58 -0400 David A. Holland Allow absolute paths in include files.
Tue, 11 Jun 2013 11:00:01 -0400 David A. Holland Pass -Wunused.
Tue, 11 Jun 2013 10:51:30 -0400 David A. Holland More PowerPC and mips macros.
Tue, 11 Jun 2013 00:20:55 -0400 David A. Holland Added tag release-0.1 for changeset 1e4eef5bf88d
Tue, 11 Jun 2013 00:14:31 -0400 David A. Holland Set up some real builtin macro config instead of hardwiring my platform. release-0.1
Mon, 10 Jun 2013 23:51:07 -0400 David A. Holland add 2013 to copyrights where it seems warranted
Mon, 10 Jun 2013 23:48:21 -0400 David A. Holland __dead -> DEAD
Mon, 10 Jun 2013 23:46:47 -0400 David A. Holland don't rely on netbsd cdefs.h
Mon, 10 Jun 2013 23:33:37 -0400 David A. Holland Accept [UL]* after integer constants.
Mon, 10 Jun 2013 23:33:15 -0400 David A. Holland Don't crash printing the commandline place.
Mon, 10 Jun 2013 23:23:01 -0400 David A. Holland add some testing of arithmetic
Mon, 10 Jun 2013 23:22:52 -0400 David A. Holland this produces the correct answer now
Mon, 10 Jun 2013 23:22:12 -0400 David A. Holland fix some bugs.
Mon, 10 Jun 2013 22:51:17 -0400 David A. Holland Don't expect the eval result to contain EOF *then* a value.
Mon, 10 Jun 2013 22:00:06 -0400 David A. Holland If we get a malformed #include, print it.
Mon, 10 Jun 2013 21:57:50 -0400 David A. Holland update TODO some
Mon, 10 Jun 2013 21:57:21 -0400 David A. Holland Always send the expansion state an EOF.
Mon, 10 Jun 2013 21:56:09 -0400 David A. Holland Don't bomb out if a function-like macro is given no arguments.
Mon, 10 Jun 2013 21:37:01 -0400 David A. Holland Erm. Don't throw away -D args.
Mon, 10 Jun 2013 21:36:24 -0400 David A. Holland Don't expand macros inside comments.
Mon, 10 Jun 2013 21:34:59 -0400 David A. Holland Complain only about non-identical redefinitions of macros.
Mon, 10 Jun 2013 21:33:31 -0400 David A. Holland Accept # by itself, including with a comment after it.
Mon, 10 Jun 2013 21:32:47 -0400 David A. Holland In #if/#elif, prune comments *after* macro expansion.
Mon, 10 Jun 2013 21:30:20 -0400 David A. Holland Don't recognize comments within double-quote strings.
Mon, 10 Jun 2013 20:19:49 -0400 David A. Holland improve the nested comment test