summaryrefslogtreecommitdiff
path: root/devel/tradcpp
AgeCommit message (Collapse)AuthorFilesLines
2013-06-11Update to 0.2.dholland3-8/+9
release 0.2 (20130611) - auto-recognize more builtin PowerPC and mips macros - pass -Wunused (partly from Baptiste Daroussin) - allow absolute paths in include files (partly from Baptiste Daroussin) - don't use getprogname() in the name of portability - add tests arising from December 2010 tech-toolchain thread (one from der Mouse, one of mine) - 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
2013-06-11Add tradcpp-0.1.dholland4-0/+31
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. Written by yours truly with some patches from Joerg.