Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / compare_string_array.c
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2015-09-15 Tito Ragusalibbb: another unit test for is_suffixed_with
2015-08-25 Denys Vlasenkolibbb: make is_suffixed_with() return pointer inside...
2015-08-25 Bartosz Golaszewskilibbb: add is_suffixed_with() function
2015-08-25 Bartosz Golaszewskilibbb: add a comment describing the way is_prefixed_wit...
2015-08-25 Bartosz Golaszewskilibbb: add unit tests for is_prefixed_with()
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-04-02 Denys Vlasenkolibbb: make index_in_substrings return -1 on ambiguous...
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-05-31 Denis Vlasenkolibiproute: fix option parsing, so that "ip -o link...
2008-01-07 Denis Vlasenkops: fix build breakage from vda's recent commit
2007-11-04 Denis Vlasenkoifconfig: code shrink
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-03-30 Bernhard Reutner... - fix bug where we did not reject invalid classes like...
2006-11-05 Denis Vlasenkorename: compare_string_array -> index_in_str_array
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-04-03 Bernhard Reutner... - move buffer allocation schemes to libbb.h
2006-03-29 Rob LandleyMore extern removal from Robert P. Day.
2006-01-25 Tim Rikerjust whitespace
2005-11-26 "Vladimir N. Oleynik"change the interface of libbb/compare_string_array...
2005-11-26 "Vladimir N. Oleynik"more use const for interface of libbb/compare_string_ar...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-02 Glenn L McGrathMove compare_string_array to libbb