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