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