aboutsummaryrefslogtreecommitdiff
path: root/libbb/compare_string_array.c
AgeCommit message (Expand)Author
2021-02-02libbb: code shrink and speed up index_in_strings()Ron Yorston
2020-06-29compare_string_array: code shrinkMartin Lewis
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2015-09-15libbb: another unit test for is_suffixed_withTito Ragusa
2015-08-25libbb: make is_suffixed_with() return pointer inside string, not key.Denys Vlasenko
2015-08-25libbb: add is_suffixed_with() functionBartosz Golaszewski
2015-08-25libbb: add a comment describing the way is_prefixed_with() worksBartosz Golaszewski
2015-08-25libbb: add unit tests for is_prefixed_with()Bartosz Golaszewski
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-04-03libbb: make index_in_substrings return -1 on ambiguous matchesDenys Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-05-31libiproute: fix option parsing, so that "ip -o link" works again.Denis Vlasenko
2008-01-07ps: fix build breakage from vda's recent commitDenis Vlasenko
2007-11-04ifconfig: code shrinkDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko
2007-03-30- fix bug where we did not reject invalid classes like '[[:alpha'Bernhard Reutner-Fischer
2006-11-05rename: compare_string_array -> index_in_str_arrayDenis Vlasenko
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-04-03- move buffer allocation schemes to libbb.hBernhard Reutner-Fischer
2006-03-29More extern removal from Robert P. Day.Rob Landley
2006-01-25just whitespaceTim Riker
2005-11-26change the interface of libbb/compare_string_array (unsigned short to int), u..."Vladimir N. Oleynik"
2005-11-26more use const for interface of libbb/compare_string_array, example usage for..."Vladimir N. Oleynik"
2003-03-19Major coreutils update.Manuel Novoa III
2002-12-02Move compare_string_array to libbbGlenn L McGrath