log CHANGES @ 200:18b872f36217 release-0.5.2

age author description
Sun, 04 Sep 2016 17:16:39 -0400 David A. Holland Release 0.5.2 release-0.5.2
Sun, 04 Sep 2016 17:14:42 -0400 David A. Holland Add a -debuglog option to send an execution trace to a file.
Sat, 05 Dec 2015 18:08:24 -0500 David A. Holland CHANGES for previous
Fri, 12 Jun 2015 22:04:08 -0400 David A. Holland Release 0.5.1 release-0.5.1
Fri, 12 Jun 2015 22:00:45 -0400 David A. Holland the option lists need to stay sorted.
Fri, 12 Jun 2015 21:54:32 -0400 David A. Holland Fix output corruption; see CHANGES entry.
Fri, 12 Jun 2015 20:06:55 -0400 David A. Holland don't use "remove" as a local variable; fails on gcc4.1
Fri, 12 Jun 2015 04:15:34 -0400 David A. Holland Release 0.5. release-0.5
Fri, 12 Jun 2015 04:13:41 -0400 David A. Holland Don't report unclosed comments as "no newline at end of file".
Fri, 12 Jun 2015 03:35:01 -0400 David A. Holland Don't rely on anonymous unions.
Fri, 12 Jun 2015 03:28:19 -0400 David A. Holland Don't use <stdbool.h> unless __STDC__ is large enough.
Fri, 12 Jun 2015 03:21:36 -0400 David A. Holland very minor changes from openbsd
Fri, 12 Jun 2015 03:16:04 -0400 David A. Holland Accept "-" as the input file, or as the output file.
Fri, 12 Jun 2015 02:55:02 -0400 David A. Holland Replace Joerg's place_setfile with something that at least sort of works.
Tue, 17 Sep 2013 14:59:42 -0400 David A. Holland changes for previous
Sat, 13 Jul 2013 14:48:28 -0400 David A. Holland release-0.4 release-0.4
Sat, 13 Jul 2013 14:19:59 -0400 David A. Holland Fix handling of macros in quoted strings.
Sat, 13 Jul 2013 12:47:20 -0400 David A. Holland Don't use the <err.h> functions.
Wed, 10 Jul 2013 13:48:07 -0400 David A. Holland Accept and ignore -m32.
Tue, 09 Jul 2013 13:48:47 -0400 David A. Holland release-0.3.1 release-0.3.1
Tue, 09 Jul 2013 13:43:27 -0400 David A. Holland Improve usage reporting.
Tue, 09 Jul 2013 13:35:40 -0400 David A. Holland Don't assert and leak memory if failing during argument collection.
Sun, 16 Jun 2013 22:41:23 -0400 David A. Holland release 0.3 release-0.3
Sun, 16 Jun 2013 22:06:57 -0400 David A. Holland Don't recognize macro argument parens or commas within quotes.
Fri, 14 Jun 2013 20:59:24 -0400 David A. Holland Don't expand macros within character constants.
Wed, 12 Jun 2013 10:52:56 -0400 David A. Holland fix for #if handling:
Tue, 11 Jun 2013 19:14:07 -0400 David A. Holland release 0.2 release-0.2
Tue, 11 Jun 2013 13:56:22 -0400 David A. Holland changes entry for previous two commits
Tue, 11 Jun 2013 13:50:07 -0400 David A. Holland Fix handling of relative includes.
Tue, 11 Jun 2013 13:10:43 -0400 David A. Holland Add a man page.
Tue, 11 Jun 2013 12:26:20 -0400 David A. Holland Make -Wcomment work again
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.