Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update tradcpp to 0.5.3 | 2019-08-23 | 9 | -26/+85 | |
| | |||||
* | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -1/+1 | |
| | | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future. | ||||
* | update tradcpp to 0.5.2 | 2018-09-02 | 18 | -148/+650 | |
| | | | | ok miko@ bcallah@ deraadt@ | ||||
* | fix the remaining cases of .Xr with only one argument | 2016-12-28 | 1 | -3/+3 | |
| | |||||
* | this cpp operates file using pledge "stdio rpath wpath cpath" | 2015-10-09 | 1 | -0/+6 | |
| | |||||
* | eliminate strcpy & strcat, by using strlcpy, strlcat or snprintf where | 2015-01-17 | 3 | -13/+7 | |
| | | | | | suitable. ok jsg | ||||
* | some minor fixes from martin natano; | 2014-12-02 | 1 | -4/+4 | |
| | |||||
* | some basic fixes; | 2014-08-08 | 1 | -3/+4 | |
| | |||||
* | Add support for using - as shorthand for stdin/stdout in tradcpp. | 2014-08-08 | 3 | -3/+3 | |
| | | | | | | | | | | | 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. | ||||
* | Add tradcpp 0.4, a standalone traditional whitespace preserving cpp | 2014-07-30 | 23 | -0/+6150 | |
by David A. Holland of NetBSD. |