summaryrefslogtreecommitdiffstats
path: root/test-string-list.c
AgeCommit message (Expand)AuthorLines
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder-1/+1
2012-10-29string_list_longest_prefix(): remove functionMichael Haggerty-20/+0
2012-09-15test-string-list.c: Fix some sparse warningsRamsay Jones-4/+4
2012-09-12string_list: add a function string_list_longest_prefix()Michael Haggerty-0/+20
2012-09-12string_list: add a new function, string_list_remove_duplicates()Michael Haggerty-0/+10
2012-09-12string_list: add a new function, filter_string_list()Michael Haggerty-0/+48
2012-09-12string_list: add two new functions for splitting stringsMichael Haggerty-0/+45