Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unneccessary inclusion protection; patch from deraadt@ | Ingo Schwarze | 2014-12-01 | 1 | -4/+0 |
| | |||||
* | Audit malloc(3)/calloc(3)/realloc(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -0/+1 |
| | | | | | | | * Change eight reallocs to reallocarray to be safe from overflows. * Change one malloc to reallocarray to be safe from overflows. * Change one calloc to reallocarray, no zeroing needed. * Change the order of arguments of three callocs (aesthetical). | ||||
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -0/+32 |
functions used for multiple languages (mdoc, man, roff), for example mandoc_escape(), mandoc_getarg(), mandoc_eos(), and generic auxiliary functions. Split the auxiliaries out into their own file and header. |