Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | As per POSIX, when str{,r}chr is comparing it should convert c to a char. | martijn | 2018-10-01 | 1 | -2/+3 |
| | | | | | | | | | | The C implementation of str{,r}chr are not linked to the build, because assembly implementations are used, but change to code for easier reference. At least the i386 and amd64 are checked and seem to do the correct thing. Found thanks to the csh any/strchr change. minor pointers and OK millert@ | ||||
* | Document that these functions are now in strings.h. | daniel | 2015-11-24 | 1 | -2/+3 |
| | | | | ok millert@ | ||||
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | tedu | 2013-06-05 | 1 | -3/+3 |
| | |||||
* | update HISTORY and SEE ALSO for all of string(3), together with various | schwarze | 2011-07-25 | 1 | -4/+16 |
| | | | | | smaller improvements; jmc@ and nicm@ both ask me to get this in because further tweaking will be easier in-tree | ||||
* | convert to new .Dd format; | jmc | 2007-05-31 | 1 | -2/+2 |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | millert | 2003-06-02 | 1 | -6/+2 |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Flesh out libc string function man pages. | aaron | 2000-04-21 | 1 | -4/+5 |
| | |||||
* | index/rindex as deprecated synonyms to strchr/strrchr. | espie | 1999-09-21 | 1 | -4/+14 |
| | |||||
* | Grammatical, spelling, and format fixes | pjanzen | 1999-06-06 | 1 | -2/+2 |
| | |||||
* | add examples | aaron | 1999-06-04 | 1 | -12/+19 |
| | |||||
* | Fix RCS ids | tholo | 1996-08-19 | 1 | -2/+1 |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | deraadt | 1995-10-18 | 1 | -0/+91 |