Sign in
googlers
/
jrn
/
git
/
46d723ce57f2dd3c50504dc6f4ca73b4c392fa6f
/
string-list.c
3b33576
style: the opening '{' of a function is in a separate line
by Nguyễn Thái Ngọc Duy
· 6 years ago
f8649f8
Merge branch 'sb/string-list-remove-unused'
by Junio C Hamano
· 6 years ago
0597dd6
string-list: remove unused function print_string_list
by Stefan Beller
· 6 years ago
b6d3f5a
string-list.c: avoid conversion from void * to function pointer
by Beat Bolli
· 7 years ago
19716b2
cleanup: fix possible overflow errors in binary search
by Derrick Stolee
· 7 years ago
f331ab9
use MOVE_ARRAY
by René Scharfe
· 8 years ago
7d5e13f
Merge branch 'bw/forking-and-threading'
by Junio C Hamano
· 8 years ago
8b6bba6
Merge branch 'jh/string-list-micro-optim'
by Junio C Hamano
· 8 years ago
3a30033
string-list: add string_list_remove function
by Brandon Williams
· 8 years ago
950a234
string-list: use ALLOC_GROW macro when reallocing string_list
by Jeff Hostetler
· 8 years ago
5ebd947
string-list: use QSORT_S in string_list_sort()
by René Scharfe
· 8 years ago
9ed0d8d
use QSORT
by René Scharfe
· 8 years ago
d16df0c
string_list: use string-list API in unsorted_string_list_lookup()
by Ralf Thielow
· 9 years ago
12b9f08
Merge branch 'sb/string-list'
by Junio C Hamano
· 10 years ago
f8c4ab6
string_list: remove string_list_insert_at_index() from its API
by Stefan Beller
· 10 years ago
3383e19
sort_string_list(): rename to string_list_sort()
by Michael Haggerty
· 10 years ago
2756ca4
use REALLOC_ARRAY for changing the allocation size of arrays
by René Scharfe
· 10 years ago
3ed3f5f
string-list: add string_list initializer helper function
by Tanay Abhra
· 11 years ago
577f63e
Merge branch 'ap/log-mailmap'
by Junio C Hamano
· 12 years ago
8dd5afc
string-list: allow case-insensitive string list
by Junio C Hamano
· 12 years ago
f470e90
Merge branch 'mh/ceiling'
by Junio C Hamano
· 12 years ago
6bb2a13
string_list: add a function string_list_remove_empty_items()
by Michael Haggerty
· 12 years ago
059b379
string_list_longest_prefix(): remove function
by Michael Haggerty
· 12 years ago
f103f95
string_list: add a function string_list_longest_prefix()
by Michael Haggerty
· 12 years ago
31d5451
string_list: add a new function, string_list_remove_duplicates()
by Michael Haggerty
· 12 years ago
eb5f0c7
string_list: add a new function, filter_string_list()
by Michael Haggerty
· 12 years ago
ff919f9
string_list: add two new functions for splitting strings
by Michael Haggerty
· 12 years ago
e448fed
string_list: add function string_list_append_nodup()
by Michael Haggerty
· 12 years ago
86d4b52
string-list: Add API to remove an item from an unsorted list
by Johannes Sixt
· 14 years ago
62b8102
string_list_append: always set util pointer to NULL
by Jeff King
· 14 years ago
1d2f80f
string_list: Fix argument order for string_list_append
by Julian Phillips
· 15 years ago
e8c8b71
string_list: Fix argument order for string_list_lookup
by Julian Phillips
· 15 years ago
aadceea
string_list: Fix argument order for string_list_insert_at_index
by Julian Phillips
· 15 years ago
78a395d
string_list: Fix argument order for string_list_insert
by Julian Phillips
· 15 years ago
b684e97
string_list: Fix argument order for for_each_string_list
by Julian Phillips
· 15 years ago
cb944f6
string_list: Fix argument order for print_string_list
by Julian Phillips
· 15 years ago
e242148
string-list: add unsorted_string_list_lookup()
by Stephen Boyd
· 15 years ago
c6f5a7a
string-list: new for_each_string_list() function
by Jay Soffian
· 16 years ago
cfa1ee6
Add find_insert_index, insert_at_index and clear_func functions to string_list
by Marius Storm-Olsen
· 16 years ago
c455c87
Rename path_list to string_list
by Johannes Schindelin
· 17 years ago