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