Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
| | | | | | | | This change retains "or later" state! No licensing _changes_ here, only form is adjusted (article, space between "GPL" and "v2" and so on). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: fix "see file License ..." - the file is named LICENSE (in uppercase) | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | - update my name. No obj-code changes ;) | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -1/+1 |
| | |||||
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -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 Vlasenko | 2008-06-18 | 1 | -1/+1 |
| | | | | | should find at pos LAST... | ||||
* | strrchr: bikeshed painting time! | Denis Vlasenko | 2008-06-18 | 1 | -51/+43 |
| | | | | | | | | | replace cubic running time implementation with quadratic make embedded test actually readable function old new delta strrstr 42 44 +2 | ||||
* | - fixes from Tito | Bernhard Reutner-Fischer | 2008-06-18 | 1 | -10/+7 |
| | |||||
* | - fix includes | Bernhard Reutner-Fischer | 2008-06-17 | 1 | -2/+1 |
| | |||||
* | - improved strrstr impl from vda with testcases from Tito and vda | Bernhard Reutner-Fischer | 2008-06-17 | 1 | -6/+69 |
| | |||||
* | - add strrchr | Bernhard Reutner-Fischer | 2008-05-28 | 1 | -0/+20 |