OpenBSD release(s):
1.5 (79 78 77 76 75 74 73 72 71 70 69 68 67 66),
1.4 (65 64),
1.3 (63 62 61 60 59),
1.2 (58 57),
1.1 (56),
Tags:
None
revision 1.5/
(Download) -
annotate -
Fri, 23 Aug 2019 04:38:55 UTC by jsg
OpenBSD release(s): 79 78 77 76 75 74 73 72 71 70 69 68 67 66
Changes since 1.4:
+1 -1
(diff)
update tradcpp to 0.5.3
revision 1.4/
(Download) -
annotate -
Sun, 02 Sep 2018 08:28:05 UTC by jsg
OpenBSD release(s): 65 64
Changes since 1.3:
+28 -5
(diff)
update tradcpp to 0.5.2
ok miko@ bcallah@ deraadt@
revision 1.3/
(Download) -
annotate -
Fri, 09 Oct 2015 12:20:18 UTC by deraadt
OpenBSD release(s): 63 62 61 60 59
Changes since 1.2:
+6 -0
(diff)
this cpp operates file using pledge "stdio rpath wpath cpath"
revision 1.2/
(Download) -
annotate -
Fri, 08 Aug 2014 12:40:26 UTC by jsg
OpenBSD release(s): 58 57
Changes since 1.1:
+1 -1
(diff)
Add support for using - as shorthand for stdin/stdout in tradcpp.
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.
revision 1.1/
(Download) -
annotate -
Wed, 30 Jul 2014 16:33:11 UTC by jsg
OpenBSD release(s): 56
Add tradcpp 0.4, a standalone traditional whitespace preserving cpp
by David A. Holland of NetBSD.