Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-09 | this cpp operates file using pledge "stdio rpath wpath cpath" | Theo de Raadt | |
2015-01-17 | eliminate strcpy & strcat, by using strlcpy, strlcat or snprintf where | Theo de Raadt | |
suitable. ok jsg | |||
2014-12-02 | some minor fixes from martin natano; | Jason McIntyre | |
2014-08-08 | some basic fixes; | Jason McIntyre | |
2014-08-08 | Add 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-30 | Add tradcpp 0.4, a standalone traditional whitespace preserving cpp | Jonathan Gray | |
by David A. Holland of NetBSD. |