summaryrefslogtreecommitdiff
path: root/libbb/strrstr.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* unit-tests: implement the unit-testing frameworkBartosz Golaszewski2014-06-221-12/+7
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko2010-08-161-1/+1
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* strrchr: actually, last one was finding "" in "any" at pos 0,Denis Vlasenko2008-06-181-1/+1
* strrchr: bikeshed painting time!Denis Vlasenko2008-06-181-51/+43
* - fixes from TitoBernhard Reutner-Fischer2008-06-181-10/+7
* - fix includesBernhard Reutner-Fischer2008-06-171-2/+1
* - improved strrstr impl from vda with testcases from Tito and vdaBernhard Reutner-Fischer2008-06-171-6/+69
* - add strrchrBernhard Reutner-Fischer2008-05-281-0/+20