aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc_aux.c
Commit message (Expand)AuthorAgeFilesLines
* Without HAVE_ERR, don't try to include <err.h>, it probably isn't there.Ingo Schwarze2015-11-071-1/+3
* Use getprogname(3) rather than __progname.Ingo Schwarze2015-11-061-4/+1
* Check the right pointer against NULL;Ingo Schwarze2015-10-121-2/+2
* Finally use __progname, err(3) and warn(3).Ingo Schwarze2015-10-111-25/+18
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-8/+8
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+1
* This one needs "config.h", too.Ingo Schwarze2014-07-091-1/+5
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-231-1/+13
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-0/+105