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
|
Sat, 24 Aug 2013 18:50:05 -0400 |
David A. Holland |
fix compile bug in array.h (does not currently affect tradcpp)
|
Sat, 13 Jul 2013 14:48:38 -0400 |
David A. Holland |
Added tag release-0.4 for changeset 281317d30478
|
Sat, 13 Jul 2013 14:48:28 -0400 |
David A. Holland |
release-0.4
release-0.4
|
Sat, 13 Jul 2013 14:47:29 -0400 |
David A. Holland |
Add more tests for some degenerate cases we don't handle right.
|
Sat, 13 Jul 2013 14:19:59 -0400 |
David A. Holland |
Fix handling of macros in quoted strings.
|
Sat, 13 Jul 2013 13:54:07 -0400 |
David A. Holland |
fix very minor bug
|
Sat, 13 Jul 2013 12:47:20 -0400 |
David A. Holland |
Don't use the <err.h> functions.
|
Sat, 13 Jul 2013 12:38:54 -0400 |
David A. Holland |
Allow complain(NULL, format, ...)
|
Wed, 10 Jul 2013 13:48:07 -0400 |
David A. Holland |
Accept and ignore -m32.
|
Wed, 10 Jul 2013 02:03:26 -0400 |
David A. Holland |
add missing stdarg.h.
|
Tue, 09 Jul 2013 13:48:53 -0400 |
David A. Holland |
Added tag release-0.3.1 for changeset 85b66cc0344e
|
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:38:43 -0400 |
David A. Holland |
Improve previous.
|
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:27 -0400 |
David A. Holland |
Added tag release-0.3 for changeset 31fc4251ec3b
|
Sun, 16 Jun 2013 22:41:23 -0400 |
David A. Holland |
release 0.3
release-0.3
|
Sun, 16 Jun 2013 22:08:17 -0400 |
David A. Holland |
hook in new tests
|
Sun, 16 Jun 2013 22:08:06 -0400 |
David A. Holland |
Test single-quote strings / character constants.
|
Sun, 16 Jun 2013 22:07:38 -0400 |
David A. Holland |
Test for quoted macro argument comments, from Joerg.
|
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:
|
Wed, 12 Jun 2013 10:51:10 -0400 |
David A. Holland |
Test nested ifs.
|
Tue, 11 Jun 2013 19:14:17 -0400 |
David A. Holland |
Added tag release-0.2 for changeset 3ad1cd80f5a0
|
Tue, 11 Jun 2013 19:14:07 -0400 |
David A. Holland |
release 0.2
release-0.2
|
Tue, 11 Jun 2013 19:02:33 -0400 |
David A. Holland |
Add a bunch more options I forgot earlier (!)
|
Tue, 11 Jun 2013 18:32:41 -0400 |
David A. Holland |
Complain if -[DIU] is given an empty argument.
|
Tue, 11 Jun 2013 18:02:13 -0400 |
David A. Holland |
Man page fixes from wiz@.
|
Tue, 11 Jun 2013 14:20:16 -0400 |
David A. Holland |
note issue comparing tests against gcc
|
Tue, 11 Jun 2013 14:12:54 -0400 |
David A. Holland |
Test empty arguments.
|
Tue, 11 Jun 2013 14:12:27 -0400 |
David A. Holland |
Preserve leading whitespace in macro arguments.
|
Tue, 11 Jun 2013 14:12:06 -0400 |
David A. Holland |
Handle empty arguments properly when there's more than one argument.
|
Tue, 11 Jun 2013 14:11:04 -0400 |
David A. Holland |
this was wrong.
|
Tue, 11 Jun 2013 13:56:22 -0400 |
David A. Holland |
changes entry for previous two commits
|
Tue, 11 Jun 2013 13:55:38 -0400 |
David A. Holland |
Reduce the maximum include depth from 128 to 120.
|
Tue, 11 Jun 2013 13:55:09 -0400 |
David A. Holland |
Print a warning if we get an unexpected error trying to open a file.
|
Tue, 11 Jun 2013 13:50:07 -0400 |
David A. Holland |
Fix handling of relative includes.
|
Tue, 11 Jun 2013 13:11:01 -0400 |
David A. Holland |
Don't force -g.
|
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: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
|
Mon, 10 Jun 2013 20:19:01 -0400 |
David A. Holland |
add a test with a nested comment
|
Mon, 10 Jun 2013 20:17:23 -0400 |
David A. Holland |
No need to warn about nested comments twice.
|
Mon, 10 Jun 2013 20:12:37 -0400 |
David A. Holland |
Clean out old not-really-working nested comment handling.
|
Mon, 10 Jun 2013 19:57:28 -0400 |
David A. Holland |
Update good files.
|
Mon, 10 Jun 2013 19:56:55 -0400 |
David A. Holland |
More multiline comment fixes.
|
Mon, 10 Jun 2013 18:49:36 -0400 |
David A. Holland |
fix stupid bugs
|
Mon, 10 Jun 2013 18:40:26 -0400 |
David A. Holland |
another multiline comment case
|
Mon, 10 Jun 2013 16:20:33 -0400 |
David A. Holland |
handle nested ifs correctly
|
Mon, 10 Jun 2013 16:05:42 -0400 |
David A. Holland |
Accept and ignore -traditional.
|
Sun, 31 Mar 2013 11:22:22 -0400 |
David A. Holland |
merge
|
Sun, 31 Mar 2013 08:06:40 +0200 |
Joerg Sonnenberger |
Merge
|
Sun, 31 Mar 2013 08:03:19 +0200 |
Joerg Sonnenberger |
Comments work like escaped new lines, they continue the preprocessor
|
Sun, 31 Mar 2013 07:19:49 +0200 |
Joerg Sonnenberger |
Merge
|
Sun, 31 Mar 2013 10:47:08 -0400 |
David A. Holland |
Recognize directive lines only when the # is exactly in column 0.
|
Sun, 31 Mar 2013 02:18:24 -0400 |
David A. Holland |
test undef
|
Sun, 31 Mar 2013 02:04:56 -0400 |
David A. Holland |
Prune single-line comments from (most) directive lines.
|
Sun, 31 Mar 2013 02:02:16 -0400 |
David A. Holland |
Assert on trailing whitespace.
|
Sun, 31 Mar 2013 01:27:46 -0400 |
David A. Holland |
Don't truncate the candidate include path strings.
|
Sun, 31 Mar 2013 01:20:17 -0400 |
David A. Holland |
Get the parent objdir correctly. hi joerg
|
Sun, 31 Mar 2013 01:19:44 -0400 |
David A. Holland |
joerg's t19.good was wrong.
|
Sun, 31 Mar 2013 01:17:45 -0400 |
David A. Holland |
Merge.
|
Sun, 31 Mar 2013 01:13:03 -0400 |
David A. Holland |
rename joerg's tests to not conflict.
|
Sun, 31 Mar 2013 06:45:44 +0200 |
Joerg Sonnenberger |
Comments are stripped early.
|
Sun, 31 Mar 2013 06:28:55 +0200 |
Joerg Sonnenberger |
Test case for comments in conditional lines
|
Sun, 31 Mar 2013 06:26:08 +0200 |
Joerg Sonnenberger |
Test case for #include macro, currently broken.
|
Sun, 31 Mar 2013 06:16:08 +0200 |
Joerg Sonnenberger |
Adjust output for expectations of dhtest. Hook t13 up.
|
Sun, 31 Mar 2013 06:15:48 +0200 |
Joerg Sonnenberger |
Don't leak full path into output. Print FAILED like dhtest does.
|
Sun, 31 Mar 2013 06:07:44 +0200 |
Joerg Sonnenberger |
Test case for handling of missing arguments.
|
Sun, 31 Mar 2013 06:07:32 +0200 |
Joerg Sonnenberger |
Use -x + '' to get the output redirection to work correctly.
|
Sun, 31 Mar 2013 05:39:50 +0200 |
Joerg Sonnenberger |
ATF glue
|
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
|