OpenBSD release(s):
1.6 (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 58 57),
1.1 (56),
Tags:
None
revision 1.6/
(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.5:
+14 -3
(diff)
update tradcpp to 0.5.3
revision 1.5/
(Download) -
annotate -
Fri, 28 Jun 2019 13:47:33 UTC by deraadt
Changes since 1.4:
+1 -1
(diff)
When system calls indicate an error they return -1, not some arbitrary
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.
revision 1.4/
(Download) -
annotate -
Sun, 02 Sep 2018 08:28:05 UTC by jsg
OpenBSD release(s): 65 64
Changes since 1.3:
+26 -16
(diff)
update tradcpp to 0.5.2
ok miko@ bcallah@ deraadt@
revision 1.3/
(Download) -
annotate -
Sat, 17 Jan 2015 05:31:29 UTC by deraadt
OpenBSD release(s): 63 62 61 60 59 58 57
Changes since 1.2:
+1 -5
(diff)
eliminate strcpy & strcat, by using strlcpy, strlcat or snprintf where
suitable.
ok jsg
revision 1.2/
(Download) -
annotate -
Fri, 08 Aug 2014 12:40:26 UTC by jsg
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.