index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
compare_string_array.c
Age
Commit message (
Expand
)
Author
2020-06-29
compare_string_array: code shrink
Martin Lewis
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2015-09-15
libbb: another unit test for is_suffixed_with
Tito Ragusa
2015-08-25
libbb: make is_suffixed_with() return pointer inside string, not key.
Denys Vlasenko
2015-08-25
libbb: add is_suffixed_with() function
Bartosz Golaszewski
2015-08-25
libbb: add a comment describing the way is_prefixed_with() works
Bartosz Golaszewski
2015-08-25
libbb: add unit tests for is_prefixed_with()
Bartosz Golaszewski
2015-03-12
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-04-03
libbb: make index_in_substrings return -1 on ambiguous matches
Denys Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-05-31
libiproute: fix option parsing, so that "ip -o link" works again.
Denis Vlasenko
2008-01-07
ps: fix build breakage from vda's recent commit
Denis Vlasenko
2007-11-04
ifconfig: code shrink
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-24
Replace 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-05
rename: compare_string_array -> index_in_str_array
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-04-03
- move buffer allocation schemes to libbb.h
Bernhard Reutner-Fischer
2006-03-29
More extern removal from Robert P. Day.
Rob Landley
2006-01-25
just whitespace
Tim Riker
2005-11-26
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"
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-12-02
Move compare_string_array to libbb
Glenn L McGrath