Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-10-29 | string_list_longest_prefix(): remove function | Michael Haggerty | 1 | -20/+0 |
2012-09-15 | test-string-list.c: Fix some sparse warnings | Ramsay Jones | 1 | -4/+4 |
2012-09-12 | string_list: add a function string_list_longest_prefix() | Michael Haggerty | 1 | -0/+20 |
2012-09-12 | string_list: add a new function, string_list_remove_duplicates() | Michael Haggerty | 1 | -0/+10 |
2012-09-12 | string_list: add a new function, filter_string_list() | Michael Haggerty | 1 | -0/+48 |
2012-09-12 | string_list: add two new functions for splitting strings | Michael Haggerty | 1 | -0/+45 |