summaryrefslogtreecommitdiffstats
path: root/libexec/tradcpp/utils.c
AgeCommit message (Collapse)AuthorFilesLines
2015-01-17eliminate strcpy & strcat, by using strlcpy, strlcat or snprintf wherederaadt1-6/+4
suitable. ok jsg
2014-07-30Add tradcpp 0.4, a standalone traditional whitespace preserving cppjsg1-0/+246
by David A. Holland of NetBSD.