Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.5.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.3 19 Jan 2020 11:09:30 |
sunpoet |
Update manpage location (r523104) |
0.5.3 23 Jan 2019 00:00:41 |
sunpoet |
Update to 0.5.3
- Fix markup typo in the man page.
- Abort on line numbering or column numbering overflow. Line numbers are limited
to values that fit in "unsigned int". Also reject input lines longer than
2^32-1 characters. It seems reasonable to presume that any input that violates
these constraints is someone screwing around and not a serious attempt to
compile or preprocess anything useful. Done in response to n2129, but without
getting into any of the silliness found there.
- Recognize __ia64__ for IA64 builds.
- Recognize __aarch64__ for 64-bit ARM builds, as sent in by various people.
- Recognize __riscv__ and __riscv64__ for risc-v builds. |
0.5.2 19 Nov 2016 17:02:59 |
sunpoet |
- Update to 0.5.2
- Add my LOCAL to MASTER_SITES
- Fix typo in -U usage message, noticed by Joerg.
- Add a -debuglog option to send an execution trace to a file. Intended to be
used when debugging imake templates and other complex input, not for debugging
tradcpp itself. |
0.5.1 09 Dec 2015 14:26:55 |
sunpoet |
- Cosmetic change
- Reformat pkg-descr
- Take maintainership |
0.5.1 08 Dec 2015 14:37:30 |
bapt |
Drop maintainership on a bunch of ports |
0.5.1 27 Jun 2015 01:23:45 |
bapt |
Update to 0.5.1 |
0.4 26 Dec 2013 17:45:46 |
bapt |
Give precision on license |
0.4 24 Sep 2013 11:26:41 |
bapt |
Add uidfix uses in preparation to allow packaging as a user |
0.4 23 Sep 2013 06:12:17 |
bapt |
Fix after stage conversion |
23 Sep 2013 06:07:38
|
bapt |
Use stage |
0.4 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
0.4 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.4 15 Jul 2013 21:00:16 |
bapt |
Update to 0.4 |
0.3.1 10 Jul 2013 16:06:33 |
bapt |
Remove unnneded part of the description
Reported by: marino |
0.3.1 10 Jul 2013 10:10:44 |
bapt |
Update to 0.3.1 |
0.3 17 Jun 2013 10:58:01 |
bapt |
Update to 0.3:
Changes:
- Don't eval the control expression of the first #if of a block when
already in a false block; it might not be valid
- Don't recognize comments within character constants.
- Don't recognize macro argument parentheses or commas within strings,
or within character constants either. |
0.2 12 Jun 2013 05:47:43 |
bapt |
Update to 0.2
Changes:
- auto-recognize more builtin PowerPC and mips macros
- pass -Wunused
- allow absolute paths in include files
- don't use getprogname() in the name of portability
- add tests
- clean out usage of sys/cdefs.h macros and don't use the implementation
namespace
- make -Wcomment work again
- fix handling of relative includes
- provide a man page
- other minor improvements |
0.1 11 Jun 2013 10:55:17 |
bapt |
tradcpp is a traditional (K&R-style) preprocessor.
It has the particular property that it doesn't (for the most part)
trash whitespace, so it can be used on makefiles.
This is only release 0.1; it is missing some features and doubtless
has quite a few bugs, but it's capable of building at least some
packages when used with imake. |