summaryrefslogtreecommitdiff
path: root/lib/gl_list.c
Commit message (Expand)AuthorAgeFilesLines
* Allow the use of a destructor for the values stored in the list.Bruno Haible2007-03-161-3/+5
* Add bounded list search operations.Bruno Haible2006-10-061-0/+16
* Add searching operations, limited to a subsequence of the list.Bruno Haible2006-10-051-2/+34
* Include <config.h> unconditionally.Bruno Haible2006-09-141-3/+1
* Abstract list data type.Bruno Haible2006-07-171-0/+226