Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | |
text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped | |||
2008-06-18 | strrchr: actually, last one was finding "" in "any" at pos 0, | Denis Vlasenko | |
should find at pos LAST... | |||
2008-06-18 | strrchr: bikeshed painting time! | Denis Vlasenko | |
replace cubic running time implementation with quadratic make embedded test actually readable function old new delta strrstr 42 44 +2 | |||
2008-06-18 | - fixes from Tito | Bernhard Reutner-Fischer | |
2008-06-17 | - fix includes | Bernhard Reutner-Fischer | |
2008-06-17 | - improved strrstr impl from vda with testcases from Tito and vda | Bernhard Reutner-Fischer | |
2008-05-28 | - add strrchr | Bernhard Reutner-Fischer | |