summaryrefslogtreecommitdiff
path: root/devel/tradcpp/DESCR
diff options
context:
space:
mode:
authordholland <dholland>2015-06-12 08:23:51 +0000
committerdholland <dholland>2015-06-12 08:23:51 +0000
commit17ebcbf210db8a4cecc7a58386210410b4e6b71c (patch)
treef3cb1ab284416800e747be079ab5319a73adbc4f /devel/tradcpp/DESCR
parent202ecd2778e9b55eb0d5f6bd43b431b100ac5243 (diff)
downloadpkgsrc-17ebcbf210db8a4cecc7a58386210410b4e6b71c.tar.gz
Update tradcpp to 0.5.
patch-main.c is rolled in. release 0.5 (20150612) - Don't report unclosed comments as "No newline at end of file". - Don't rely on <stdbool.h> existing, as (predictably) it doesn't work on Solaris. - Similarly, don't rely on C11 anonymous unions as the Solaris compiler vomits on them. - Typo fix in man page from Jason McIntyre; and change "Usage" to "usage" in usage for pedantic reasons, from Igor Sobrado. - Accept "-" as either input or output file name to mean stdin or stdout respectively. Suggested by Jonathan Gray. - Fix output spacing behavior to match gcc when newlines appear in or while looking for macro arguments. Partly from Joerg Sonnenberger. - Implement __FILE__ and __LINE__ macros. Mostly from Joerg Sonnenberger. - Implement #line. Partly from Joerg Sonnenberger. - Declare usage() with PF(). From wiz.
Diffstat (limited to 'devel/tradcpp/DESCR')
-rw-r--r--devel/tradcpp/DESCR2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tradcpp/DESCR b/devel/tradcpp/DESCR
index cfc616c0efe..f3c82e0c41a 100644
--- a/devel/tradcpp/DESCR
+++ b/devel/tradcpp/DESCR
@@ -3,6 +3,6 @@ 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
+This is release 0.5; it is still missing some features and doubtless
has quite a few bugs, but it's capable of building at least some
packages when used with imake.