| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2021-02-05 | 1 | -4/+10 |
|\ |
|
| * | libbb: code shrink and speed up index_in_strings() | Ron Yorston | 2021-02-02 | 1 | -4/+10 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-07-09 | 1 | -2/+5 |
|\| |
|
| * | compare_string_array: code shrink | Martin Lewis | 2020-06-29 | 1 | -2/+5 |
* | | win32: add a case-insensitive version of is_suffixed_with() | Ron Yorston | 2018-12-09 | 1 | -0/+28 |
* | | lineedit: improvements to tab completion | Ron Yorston | 2018-12-08 | 1 | -0/+13 |
|/ |
|
* | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 1 | -1/+0 |
* | libbb: another unit test for is_suffixed_with | Tito Ragusa | 2015-09-15 | 1 | -0/+1 |
* | libbb: make is_suffixed_with() return pointer inside string, not key. | Denys Vlasenko | 2015-08-25 | 1 | -2/+3 |
* | libbb: add is_suffixed_with() function | Bartosz Golaszewski | 2015-08-25 | 1 | -0/+33 |
* | libbb: add a comment describing the way is_prefixed_with() works | Bartosz Golaszewski | 2015-08-25 | 1 | -0/+5 |
* | libbb: add unit tests for is_prefixed_with() | Bartosz Golaszewski | 2015-08-25 | 1 | -0/+19 |
* | libbb: introduce and use is_prefixed_with() | Denys Vlasenko | 2015-03-12 | 1 | -3/+20 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | libbb: make index_in_substrings return -1 on ambiguous matches | Denys Vlasenko | 2010-04-03 | 1 | -3/+20 |
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -5/+5 |
* | libiproute: fix option parsing, so that "ip -o link" works again. | Denis Vlasenko | 2008-05-31 | 1 | -2/+2 |
* | ps: fix build breakage from vda's recent commit | Denis Vlasenko | 2008-01-07 | 1 | -5/+5 |
* | ifconfig: code shrink | Denis Vlasenko | 2007-11-04 | 1 | -0/+9 |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -2/+2 |
* | Replace index_in_[sub]str_array with index_in_[sub]strings, | Denis Vlasenko | 2007-07-24 | 1 | -0/+33 |
* | - fix bug where we did not reject invalid classes like '[[:alpha' | Bernhard Reutner-Fischer | 2007-03-30 | 1 | -6/+5 |
* | rename: compare_string_array -> index_in_str_array | Denis Vlasenko | 2006-11-05 | 1 | -4/+20 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -1/+1 |
* | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -13/+3 |
* | More extern removal from Robert P. Day. | Rob Landley | 2006-03-29 | 1 | -2/+1 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 |
* | change the interface of libbb/compare_string_array (unsigned short to int), u... | "Vladimir N. Oleynik" | 2005-11-26 | 1 | -4/+4 |
* | more use const for interface of libbb/compare_string_array, example usage for... | "Vladimir N. Oleynik" | 2005-11-26 | 1 | -1/+2 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -1/+2 |
* | Move compare_string_array to libbb | Glenn L McGrath | 2002-12-02 | 1 | -0/+30 |