summaryrefslogtreecommitdiff
path: root/include/list.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-10list: Avoid using X typesAdam Jackson1-1/+1
2013-03-13list.h: Make xorg_list_init inlineRobert Morell1-1/+1
2013-02-08include: fix typo in list descriptionPeter Hutterer1-1/+1
2012-08-29list: Use offsetof() and typeof() to determine member offsets within a structureJeremy Huddleston Sequoia1-4/+17
2012-07-05list.h: don't crash when removing an element from a NULL listPeter Hutterer1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-11/+4
2012-02-03Namespace list api to reduce conflicts with similar system headersAlan Coopersmith1-57/+57
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