summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strchr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20210818'.tb_20210818cvs2svn2021-08-181-46/+0
* As per POSIX, when str{,r}chr is comparing it should convert c to a char.martijn2018-10-011-2/+2
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+2
* Make index/rindex weak aliases of strchr/strrchr since they are notmillert2015-05-151-1/+3
* restructure libc/string + libc/arch/*/string coperation regardingderaadt2014-11-301-0/+43