summaryrefslogtreecommitdiffstats
path: root/mandoc_aux.c
Commit message (Expand)AuthorAgeFilesLines
* support for hunting memory leaks;Ingo Schwarze2022-04-141-2/+3
* Fix the mandoc_strndup() utility function. All existing callers seemIngo Schwarze2018-02-071-3/+3
* Implement automatic line breakingIngo Schwarze2017-06-121-3/+10
* Without HAVE_ERR, don't try to include <err.h>, it probably isn't there.Ingo Schwarze2015-11-071-0/+2
* Use getprogname(3) rather than __progname.Ingo Schwarze2015-11-061-3/+0
* Check the right pointer against NULL;Ingo Schwarze2015-10-121-1/+1
* Finally use __progname, err(3) and warn(3).Ingo Schwarze2015-10-111-24/+17
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-7/+7
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-2/+0
* This one needs "config.h", too.Ingo Schwarze2014-07-091-0/+4
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-231-0/+12
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-0/+105