log

age author description
Sat, 22 May 2021 00:04:05 -0400 David A. Holland Use the correct feature test macro for stdbool.h; noticed by mrg. default tip
Mon, 21 Jan 2019 21:41:38 -0500 David A. Holland also recognize __riscv128__, may as well.
Mon, 21 Jan 2019 21:21:50 -0500 David A. Holland Added tag release-0.5.3 for changeset 9aa91d3fe3a3
Mon, 21 Jan 2019 21:21:46 -0500 David A. Holland release 0.5.3 release-0.5.3
Mon, 21 Jan 2019 21:18:50 -0500 David A. Holland Recognize __aarch64__ and __riscv__.
Thu, 24 Aug 2017 12:34:41 -0400 David A. Holland Fix markup typo (-Fl instead of .Fl)
Tue, 01 Aug 2017 14:51:04 -0400 David A. Holland Abort on line numbering or column numbering overflow.
Thu, 15 Dec 2016 23:53:13 -0500 David A. Holland Recognize __ia64__ for IA64 builds.
Sun, 04 Sep 2016 17:16:47 -0400 David A. Holland Added tag release-0.5.2 for changeset 18b872f36217
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
Sat, 05 Dec 2015 18:07:58 -0500 David A. Holland fix typo in error message; noted by Joerg
Fri, 12 Jun 2015 22:04:12 -0400 David A. Holland Added tag release-0.5.1 for changeset ab06d46bf5cc
Fri, 12 Jun 2015 22:04:08 -0400 David A. Holland Release 0.5.1 release-0.5.1
Fri, 12 Jun 2015 22:02:50 -0400 David A. Holland add test that would have caught the breakage in 0.5
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 20:06:09 -0400 David A. Holland another note for later
Fri, 12 Jun 2015 04:15:43 -0400 David A. Holland Added tag release-0.5 for changeset 557824449ec7
Fri, 12 Jun 2015 04:15:34 -0400 David A. Holland Release 0.5. release-0.5
Fri, 12 Jun 2015 04:14:59 -0400 David A. Holland more of previous
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:59:36 -0400 David A. Holland Add the ability to output line numbers, sort of.
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 03:09:48 -0400 David A. Holland #line was implemented.
Fri, 12 Jun 2015 03:07:21 -0400 David A. Holland add a bit to t38
Fri, 12 Jun 2015 03:05:49 -0400 David A. Holland Merge Joerg's changes into upstream.
Fri, 12 Jun 2015 03:03:04 -0400 David A. Holland Finish joerg's halfassedly partial const changes.
Fri, 12 Jun 2015 02:55:02 -0400 David A. Holland Replace Joerg's place_setfile with something that at least sort of works.
Fri, 12 Jun 2015 02:38:04 -0400 David A. Holland Suppress blank lines later.
Fri, 12 Jun 2015 02:21:28 -0400 David A. Holland Some minor cosmetic changes relating to ei->itemtype.
Fri, 12 Jun 2015 02:15:43 -0400 David A. Holland directive.c needs limits.h
Fri, 12 Jun 2015 02:14:45 -0400 David A. Holland Clean up the mess Joerg made of apply_builtin_macros().
Fri, 12 Jun 2015 02:05:29 -0400 David A. Holland Revert gratuitous reordering of struct macro contents.
Fri, 12 Jun 2015 02:02:38 -0400 David A. Holland Fix joerg's expansionitem_eq(). Was wrong previously.
Fri, 12 Jun 2015 02:01:00 -0400 David A. Holland Revert addition of "isspecial" field in struct macro.
Fri, 12 Jun 2015 01:55:52 -0400 David A. Holland Merge from upstream
Fri, 12 Jun 2015 01:55:31 -0400 David A. Holland Don't shortcut macro expansion of non-parameter macros.
Fri, 12 Jun 2015 01:31:49 -0400 David A. Holland Don't need digits[], take it back out.
Fri, 12 Jun 2015 01:30:13 -0400 David A. Holland Fix Joerg's #line code.
Fri, 12 Jun 2015 01:00:38 -0400 David A. Holland Merge upstream into Joerg's changes.
Fri, 27 Feb 2015 13:44:39 +0100 Joerg Sonnenberger Merge mismatch resulted in forgotten initialisation of isspecial.
Fri, 27 Feb 2015 02:53:12 +0100 Joerg Sonnenberger newline during a macro invocation counts as space. Behavior differs from
Fri, 27 Feb 2015 02:48:26 +0100 Joerg Sonnenberger Use more const.
Fri, 27 Feb 2015 02:06:49 +0100 Joerg Sonnenberger Fully implement #line.
Fri, 27 Feb 2015 00:41:46 +0100 Joerg Sonnenberger Expand __FILE__ and __LINE__.
Fri, 27 Feb 2015 00:23:01 +0100 Joerg Sonnenberger Roughly sort by size to reduce padding.
Fri, 27 Feb 2015 00:21:31 +0100 Joerg Sonnenberger Make place_getname public, so that __FILE__ can use it.
Fri, 12 Jun 2015 03:04:48 -0400 David A. Holland place_changefile() needs to be improved
Fri, 12 Jun 2015 01:53:42 -0400 David A. Holland Don't shortcut macro expansion of non-parameter macros.
Fri, 12 Jun 2015 00:56:12 -0400 David A. Holland Wrap up the current and next line position when invoking directives.
Fri, 12 Jun 2015 00:35:46 -0400 David A. Holland needs include guard
Fri, 12 Jun 2015 00:33:38 -0400 David A. Holland add commented-out note for later
Tue, 17 Sep 2013 14:59:42 -0400 David A. Holland changes for previous
Tue, 17 Sep 2013 14:58:45 -0400 David A. Holland declare usage() with PF(). from wiz