aboutsummaryrefslogtreecommitdiff
path: root/src/string/strchr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Setup stub unit test infrastructureEuAndreh2024-01-051-0/+8
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-121-2/+0
* optimize strchrnul/strcspn not to scan string twice on no-matchRich Felker2012-09-271-20/+3
* fix misaligned read on early string termination in strchrRich Felker2011-04-051-1/+2
* fix serious bug in strchr - char signednessRich Felker2011-04-031-9/+11
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+23