Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Win32 build fixes | Stef Walter | 2012-06-29 | 1 | -4/+7 |
| | | | | | | * Remove unused functions * Use getprogname() instead of calc_progname() which no longer exists * Fix up exporting of functions in the mock module | ||||
* | Use gcc extensions to check varargs during compile | Stef Walter | 2012-05-13 | 1 | -6/+18 |
| | | | | | * Add macros GNUC_PRINTF and GNUC_NULL_TERMINATED to check correct printf and NULL terminated style varargs | ||||
* | Provide compat getprogname() implementations on other OS's | Stef Walter | 2012-05-01 | 2 | -26/+71 |
| | | | | * And use them in our replacement err() and p11_kit_set_progname() | ||||
* | Move the compat.[ch] headers into common directory/ | Stef Walter | 2012-04-30 | 2 | -0/+291 |
* And the compat stuff in the p11-kit directory merged into util.c and util.h |