Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The improbable occurred: strlcpy(3) and strlcat(3) are in POSIX-2024. | guenther | 2024-08-03 | 1 | -3/+5 |
| | | | | | | | memmem(3) was also added. Update #include visibility and manpages and add restrict qualifiers. "never thought I'd see this day" millert@ | ||||
* | Remove AUTHORS section. This follows what is done in strstr.3 | claudio | 2020-04-16 | 1 | -4/+2 |
| | |||||
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | schwarze | 2013-07-16 | 1 | -3/+3 |
| | |||||
* | Add an implementation of memmem() -- from FreeBSD with some tweaks. | ajacoutot | 2013-05-13 | 1 | -0/+77 |
Requires a libc minor bump, committing now so that we have up-to-date snapshots for the upcoming hackathon. joint work with millert@ man page bits ok jmc@ input and ok millert@, guenther@, deraadt@ |