summaryrefslogtreecommitdiff
path: root/include/list.h
AgeCommit message (Expand)AuthorFilesLines
2011-12-06include: rename "foos" to "list_of_foos" in the struct list documentationPeter Hutterer1-15/+15
2011-12-06include: update struct list documentation to use one set of structs onlyPeter Hutterer1-17/+11
2011-12-06include: a new list element does not need initialization, state soPeter Hutterer1-1/+2
2011-12-06include: point to the tests in list.c as examplesPeter Hutterer1-0/+1
2011-12-06include: add list_last_entry to get the tail of a listPeter Hutterer1-0/+15
2011-12-06include: add list_append()Peter Hutterer1-0/+22
2011-10-25input: switch InputOption to use XF86OptionRec storage.Peter Hutterer1-0/+12
2011-08-22Add null-terminated list interface.Peter Hutterer1-0/+160
2011-02-25include: document list interface.Peter Hutterer1-2/+180
2010-06-22list.h: Fix list_for_each_entry_safe()Kristian Høgsberg1-3/+3
2010-05-11list.h: Add list_for_each_entry_safe()Kristian Høgsberg1-0/+6
2010-03-16Import linked list helpers from the intel DDX.Francisco Jerez1-0/+97