summaryrefslogtreecommitdiff
path: root/libbb/strrstr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
| | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped
* strrchr: actually, last one was finding "" in "any" at pos 0,Denis Vlasenko2008-06-181-1/+1
| | | | | should find at pos LAST...
* strrchr: bikeshed painting time!Denis Vlasenko2008-06-181-51/+43
| | | | | | | | | replace cubic running time implementation with quadratic make embedded test actually readable function old new delta strrstr 42 44 +2
* - 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