aboutsummaryrefslogtreecommitdiffstats
path: root/src/llist.c
Commit message (Expand)AuthorAgeFilesLines
* src/llist.c: Use stable insertion algorithmLukas Fleischer2011-06-201-2/+2
* Fix whitespace issuesLukas Fleischer2011-06-091-2/+2
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-1/+1
* Add comments to linked list functions.Lukas Fleischer2011-04-221-0/+39
* llist.c: Nullify pointers after free()'ing.Lukas Fleischer2011-04-221-1/+6
* Add linked lists implementation.Lukas Fleischer2011-04-191-0/+212