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