aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/string-list.c
Commit message (Collapse)AuthorAge
* Fixup string list authorGravatar Austin Clements2011-03-21
|
* Implement an internal generic string list and use it.Gravatar Austin Clements2011-03-21
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.