aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LICENSE
Commit message (Collapse)AuthorAgeFilesLines
* strtonum(3) compat glueIngo Schwarze2015-02-161-2/+3
|
* Don't dereference NULL pointers when formatting missing denominators,Ingo Schwarze2015-01-011-2/+2
| | | | | subscripts, superscripts, or "from" or "to" arguments. Found by jsg@ with afl.
* new Copyright yearsIngo Schwarze2014-12-111-3/+3
|
* Now that we have man(1) functionality, add a man(1) manual page.Ingo Schwarze2014-08-211-2/+3
| | | | | I'm importing the totally unchanged OpenBSD version such that all changes can easily be tracked in CVS.
* Provide a fallback version of fts(3) for systems lacking it.Ingo Schwarze2014-08-111-2/+3
| | | | | | I chose the OpenBSD version because it apparently contains various bugfixes that never made it into libnbcompat. To reduce size and complexity, i stripped out the features we don't need.
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-231-1/+2
| | | | | | | * 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).
* add a LICENSE file for clarity and for the convenience of portersIngo Schwarze2014-04-221-0/+43