summaryrefslogtreecommitdiff
path: root/libexec/tradcpp
AgeCommit message (Collapse)Author
2015-10-09this cpp operates file using pledge "stdio rpath wpath cpath"Theo de Raadt
2015-01-17eliminate strcpy & strcat, by using strlcpy, strlcat or snprintf whereTheo de Raadt
suitable. ok jsg
2014-12-02some minor fixes from martin natano;Jason McIntyre
2014-08-08some basic fixes;Jason McIntyre
2014-08-08Add support for using - as shorthand for stdin/stdout in tradcpp.Jonathan Gray
When looking into switching the /usr/bin/cpp wrapper to tradcpp I came across "| ${CPP} ${CPPFLAGS} -" in usr.bin/which. gcc documents this behaviour for cpp here: https://gcc.gnu.org/onlinedocs/cpp/Invocation.html Versions of the John F. Reiser derived cpp in 32V and CSRG SCCS accept this usage as well, as does the cpp in PCC.
2014-07-30Add tradcpp 0.4, a standalone traditional whitespace preserving cppJonathan Gray
by David A. Holland of NetBSD.