Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the mandoc_strndup() utility function. All existing callers seem | Ingo Schwarze | 2018-02-07 | 1 | -3/+3 |
* | Implement automatic line breaking | Ingo Schwarze | 2017-06-12 | 1 | -3/+10 |
* | Without HAVE_ERR, don't try to include <err.h>, it probably isn't there. | Ingo Schwarze | 2015-11-07 | 1 | -0/+2 |
* | Use getprogname(3) rather than __progname. | Ingo Schwarze | 2015-11-06 | 1 | -3/+0 |
* | Check the right pointer against NULL; | Ingo Schwarze | 2015-10-12 | 1 | -1/+1 |
* | Finally use __progname, err(3) and warn(3). | Ingo Schwarze | 2015-10-11 | 1 | -24/+17 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -7/+7 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+0 |
* | This one needs "config.h", too. | Ingo Schwarze | 2014-07-09 | 1 | -0/+4 |
* | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -0/+12 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -0/+105 |