Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -1/+1 |
* | string_list_longest_prefix(): remove function | Michael Haggerty | 2012-10-29 | 1 | -20/+0 |
* | test-string-list.c: Fix some sparse warnings | Ramsay Jones | 2012-09-15 | 1 | -4/+4 |
* | string_list: add a function string_list_longest_prefix() | Michael Haggerty | 2012-09-12 | 1 | -0/+20 |
* | string_list: add a new function, string_list_remove_duplicates() | Michael Haggerty | 2012-09-12 | 1 | -0/+10 |
* | string_list: add a new function, filter_string_list() | Michael Haggerty | 2012-09-12 | 1 | -0/+48 |
* | string_list: add two new functions for splitting strings | Michael Haggerty | 2012-09-12 | 1 | -0/+45 |