summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-09-15libbb: another unit test for is_suffixed_withTito Ragusa1-0/+1
2015-08-25libbb: make is_suffixed_with() return pointer inside string, not key.Denys Vlasenko1-2/+3
2015-08-25libbb: add is_suffixed_with() functionBartosz Golaszewski2-0/+34
2015-08-25libbb: add a comment describing the way is_prefixed_with() worksBartosz Golaszewski1-0/+5
2015-08-25libbb: add unit tests for is_prefixed_with()Bartosz Golaszewski1-0/+19
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-04-02libbb: make index_in_substrings return -1 on ambiguous matchesDenys Vlasenko3-7/+24
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-05-31libiproute: fix option parsing, so that "ip -o link" works again.Denis Vlasenko2-3/+3
2008-01-07ps: fix build breakage from vda's recent commitDenis Vlasenko9-64/+64
2007-11-04ifconfig: code shrinkDenis Vlasenko5-104/+129
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko43-340/+352
2007-03-30- fix bug where we did not reject invalid classes like '[[:alpha'Bernhard Reutner-Fischer6-87/+114
2006-11-05rename: compare_string_array -> index_in_str_arrayDenis Vlasenko10-44/+50
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-04-03- move buffer allocation schemes to libbb.hBernhard Reutner-Fischer18-109/+47
2006-03-29More extern removal from Robert P. Day.Rob Landley6-16/+4
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-11-26change the interface of libbb/compare_string_array (unsigned short to int), u..."Vladimir N. Oleynik"3-7/+7
2005-11-26more use const for interface of libbb/compare_string_array, example usage for..."Vladimir N. Oleynik"3-11/+7
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-12-02Move compare_string_array to libbbGlenn L McGrath4-15/+33