Commit graph

4 commits

Author SHA1 Message Date
wiz
4247083fc7 Add RCS Id. 2013-09-17 20:27:10 +00:00
dholland
1283152662 add upstream patch to work around a clang build issue
ok wiz
2013-09-17 20:25:16 +00:00
dholland
8d69379a9d Update to 0.4.
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-13 18:51:03 +00:00
dholland
73a767a188 Oops, forgot <stdarg.h>. PR 48037
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.
2013-07-10 05:50:05 +00:00