Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I am retiring my old email address; replace it with my OpenBSD one. | millert | 2019-01-25 | 1 | -4/+4 |
| | |||||
* | According to POSIX, if the src and dst strings overlap, the behavior | millert | 2013-09-25 | 1 | -2/+8 |
| | | | | is undefined. Add a warning to that effect. OK deraadt@ jmc@ | ||||
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | schwarze | 2013-07-16 | 1 | -3/+3 |
| | |||||
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | tedu | 2013-06-05 | 1 | -3/+3 |
| | |||||
* | tweak previous; | jmc | 2011-07-25 | 1 | -2/+2 |
| | |||||
* | update HISTORY and SEE ALSO for all of string(3), together with various | schwarze | 2011-07-25 | 1 | -2/+10 |
| | | | | | smaller improvements; jmc@ and nicm@ both ask me to get this in because further tweaking will be easier in-tree | ||||
* | Instead of documenting all the wide string functions in wmemchr(3), add | nicm | 2011-07-09 | 1 | -0/+139 |
individual pages (based on the existing string man pages). By Tim van der Molen (tbvdm at xs4all dot nl) after a suggestion by millert@. ok deraadt |