aboutsummaryrefslogtreecommitdiff
path: root/include/string.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* conditionally build strnlen if needed.Brent Cook2014-08-041-0/+2
| | | | | | it is only used by strndup prodded by Sortie@
* Guard individual compatibility header prototypes.Brent Cook2014-07-281-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 OpenBSDBrent Cook2014-07-281-0/+4
|
* build openbsd memmem implementation for explicit_bzero testBrent Cook2014-07-211-0/+3
| | | | | | memmem is not always available, and not all memmem's work the same way ok beck@ guenther@
* initial top-level import of subdirectoriesBrent Cook2014-07-101-0/+25