summaryrefslogtreecommitdiff
path: root/common/test-message.c
Commit message (Collapse)AuthorAgeFilesLines
* build: Don't use locale funcs if locale_t is not defined in locale.hDaiki Ueno2018-05-281-3/+3
| | | | | | On macOS, locale_t is not defined in <locale.h>. Although it is defined in <xlocale.h>, we rather not use locales at all for POSIX compliance.
* library: Use dedicated locale object for printing errorDaiki Ueno2018-05-011-0/+15
|
* Fix compiler warnings on FreeBSDRoman Bogorodskiy2017-01-231-0/+1
| | | | | | | | | | | * common/compat.c: Fix "implicit declaration of function 'issetugid'" warning. On FreeBSD, it's required to define __BSD_VISIBLE to make issetugid(2) visible * common/test-message.c: Fix "implicit declaration of function 'asprintf'" by including <stdio.h> * p11-kit/test-iter.c: Fix "format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'int'" by changing format string to "%d"
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-151-0/+65
Still use recursive for documentation and translation.