summaryrefslogtreecommitdiff
path: root/src/llist.c
AgeCommit message (Expand)Author
2012-02-16src/llist.c: Bail out early on negative indexesLukas Fleischer
2011-10-05src/llist.c: Add llist_next_filter()Lukas Fleischer
2011-10-05src/llist.c: Add a tail pointerLukas Fleischer
2011-06-20src/llist.c: Use stable insertion algorithmLukas Fleischer
2011-06-09Fix whitespace issuesLukas Fleischer
2011-04-22Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer
2011-04-22Add comments to linked list functions.Lukas Fleischer
2011-04-22llist.c: Nullify pointers after free()'ing.Lukas Fleischer
2011-04-19Add linked lists implementation.Lukas Fleischer