Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 0.5.3 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.5.3 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
19 Jan 2020 11:09:30
0.5.3 |
sunpoet  |
Update manpage location (r523104) |
23 Jan 2019 00:00:41
0.5.3 |
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. |
19 Nov 2016 17:02:59
0.5.2 |
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. |
09 Dec 2015 14:26:55
0.5.1 |
sunpoet  |
- Cosmetic change
- Reformat pkg-descr
- Take maintainership |
08 Dec 2015 14:37:30
0.5.1 |
bapt  |
Drop maintainership on a bunch of ports |
27 Jun 2015 01:23:45
0.5.1 |
bapt  |
Update to 0.5.1 |
26 Dec 2013 17:45:46
0.4 |
bapt  |
Give precision on license |
24 Sep 2013 11:26:41
0.4 |
bapt  |
Add uidfix uses in preparation to allow packaging as a user |
23 Sep 2013 06:12:17
0.4 |
bapt  |
Fix after stage conversion |
23 Sep 2013 06:07:38
 |
bapt  |
Use stage |
20 Sep 2013 17:17:45
0.4 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
14 Aug 2013 22:35:54
0.4  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
15 Jul 2013 21:00:16
0.4 |
bapt  |
Update to 0.4 |
10 Jul 2013 16:06:33
0.3.1 |
bapt  |
Remove unnneded part of the description
Reported by: marino |
10 Jul 2013 10:10:44
0.3.1 |
bapt  |
Update to 0.3.1 |
17 Jun 2013 10:58:01
0.3 |
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. |
12 Jun 2013 05:47:43
0.2 |
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 |
11 Jun 2013 10:55:17
0.1 |
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. |