about summary refs log tree commit diff
path: root/src/string/strchr.c
Commit message (Expand)AuthorAgeFilesLines
* 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.0 v0.5.0Rich Felker2011-02-121-0/+23