summaryrefslogtreecommitdiff
path: root/devel/tradcpp/patches
AgeCommit message (Collapse)AuthorFilesLines
2013-09-17Add RCS Id.wiz1-0/+2
2013-09-17add upstream patch to work around a clang build issuedholland1-0/+14
ok wiz
2013-07-13Update to 0.4.dholland1-12/+0
release 0.4 (20130713) - Fix stupid build problem introduced in 0.3.1. - Accept and ignore -m32, which imake issues willy-nilly on a bunch of platforms. I thought this had already been done, but apparently not. - Don't use the <err.h> functions. There are still people out there using legacy systems missing them. - Sort out some more issues pertaining to handling quoted strings. - Add some more tests.
2013-07-10Oops, forgot <stdarg.h>. PR 48037dholland1-0/+12
There must be something wrong with netbsd's headers, as none of #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <err.h> ought to leak in stdarg.h, but apparently one is.