pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/tradcpp
Module Name: pkgsrc
Committed By: dholland
Date: Fri Jun 12 08:23:51 UTC 2015
Modified Files:
pkgsrc/devel/tradcpp: DESCR Makefile distinfo
Removed Files:
pkgsrc/devel/tradcpp/patches: patch-main.c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/tradcpp/DESCR
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/tradcpp/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/tradcpp/distinfo
cvs rdiff -u -r1.4 -r0 pkgsrc/devel/tradcpp/patches/patch-main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index