master
Add tradcpp 0.4, a standalone traditional whitespace preserving cpp by David A. Holland of NetBSD.
update tradcpp to 0.5.2 ok miko@ bcallah@ deraadt@
update tradcpp to 0.5.3
eliminate strcpy & strcat, by using strlcpy, strlcat or snprintf where suitable. ok jsg