summaryrefslogtreecommitdiff
path: root/src/string/strchr.c
AgeCommit message (Expand)AuthorLines
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker-2/+0
2012-09-27optimize strchrnul/strcspn not to scan string twice on no-matchRich Felker-20/+3
2011-04-05fix misaligned read on early string termination in strchrRich Felker-1/+2
2011-04-03fix serious bug in strchr - char signednessRich Felker-9/+11
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+23