Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | conditionally build strnlen if needed. | Brent Cook | 2014-08-04 | 1 | -0/+2 |
| | | | | | | it is only used by strndup prodded by Sortie@ | ||||
* | Guard individual compatibility header prototypes. | Brent Cook | 2014-07-28 | 1 | -1/+14 |
| | | | | | | | | This is to avoid redefining prototypes from the libc headers. Also, simplify the autoconf function checks and remove some copy/paste errors checking for 'write'. ok wouter@ | ||||
* | add strndup/strnlen compat functions from OpenBSD | Brent Cook | 2014-07-28 | 1 | -0/+4 |
| | |||||
* | build openbsd memmem implementation for explicit_bzero test | Brent Cook | 2014-07-21 | 1 | -0/+3 |
| | | | | | | memmem is not always available, and not all memmem's work the same way ok beck@ guenther@ | ||||
* | initial top-level import of subdirectories | Brent Cook | 2014-07-10 | 1 | -0/+25 |