summaryrefslogtreecommitdiff
path: root/lib/string-list.c
AgeCommit message (Collapse)Author
2011-03-21Fixup string list authorAustin Clements
2011-03-21Implement an internal generic string list and use it.Austin Clements
This replaces the guts of the filename list and tag list, making those interfaces simple iterators over the generic string list. The directory, message filename, and tags-related code now build generic string lists and then wraps them in specific iterators. The real wins come in later patches, when we use these for even more generic functionality. As a nice side-effect, this also eliminates the annoying dependency on GList in the tag list.