summaryrefslogtreecommitdiff
path: root/src/string/strrchr.c
AgeCommit message (Collapse)AuthorLines
2012-05-26fix failure of strrchr(str, 0)Rich Felker-1/+1
bug report and solution by Richard Pennington
2011-04-13implement memrchr (nonstandard) and optimize strrchr in terms of itRich Felker-4/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+9