Tito Ragusa
|
f085344d5c
libbb: another unit test for is_suffixed_with
|
9 years ago |
Denys Vlasenko
|
68acc0f835
libbb: make is_suffixed_with() return pointer inside string, not key.
|
9 years ago |
Bartosz Golaszewski
|
7448b513c8
libbb: add is_suffixed_with() function
|
9 years ago |
Bartosz Golaszewski
|
0a4d0e8fbf
libbb: add a comment describing the way is_prefixed_with() works
|
9 years ago |
Bartosz Golaszewski
|
b432923e29
libbb: add unit tests for is_prefixed_with()
|
9 years ago |
Denys Vlasenko
|
8dff01d06a
libbb: introduce and use is_prefixed_with()
|
9 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
8a659f6ff9
libbb: make index_in_substrings return -1 on ambiguous matches
|
14 years ago |
Denis Vlasenko
|
defc1ea340
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
|
16 years ago |
Denis Vlasenko
|
d12fcc20da
libiproute: fix option parsing, so that "ip -o link" works again.
|
16 years ago |
Denis Vlasenko
|
6b404431aa
ps: fix build breakage from vda's recent commit
|
17 years ago |
Denis Vlasenko
|
bfc3d82256
ifconfig: code shrink
|
17 years ago |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 years ago |
Denis Vlasenko
|
990d0f63ee
Replace index_in_[sub]str_array with index_in_[sub]strings,
|
17 years ago |
Bernhard Reutner-Fischer
|
eceecea568
- fix bug where we did not reject invalid classes like '[[:alpha'
|
17 years ago |
Denis Vlasenko
|
5af906e7c8
rename: compare_string_array -> index_in_str_array
|
18 years ago |
"Robert P. J. Day"
|
63fc1a9e08
Standardize on the vi editing directives being on the first line.
|
18 years ago |
Bernhard Reutner-Fischer
|
421d9e5941
- move buffer allocation schemes to libbb.h
|
18 years ago |
Rob Landley
|
ca087713f2
More extern removal from Robert P. Day.
|
18 years ago |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 years ago |
"Vladimir N. Oleynik"
|
cc34344d91
change the interface of libbb/compare_string_array (unsigned short to int), usaging for e2fsprogs/fsck
|
19 years ago |
"Vladimir N. Oleynik"
|
61ff4b3973
more use const for interface of libbb/compare_string_array, example usage for e2fsprogs/fsck
|
19 years ago |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
21 years ago |
Glenn L McGrath
|
b963875a3e
Move compare_string_array to libbb
|
22 years ago |