log

age author description
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