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