index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
list.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-06
Fix uninitialized variable warnings reported by clang
Thomas Klausner
1
-3
/
+5
2016-01-05
Revert "Fix uninitialized variable warnings reported by clang"
Adam Jackson
1
-3
/
+1
2016-01-05
Fix uninitialized variable warnings reported by clang
Thomas Klausner
1
-1
/
+3
2014-11-12
include: fix documentation for list.h
Peter Hutterer
1
-1
/
+1
2013-09-10
list: Avoid using X types
Adam Jackson
1
-1
/
+1
2013-03-13
list.h: Make xorg_list_init inline
Robert Morell
1
-1
/
+1
2013-02-08
include: fix typo in list description
Peter Hutterer
1
-1
/
+1
2012-08-29
list: Use offsetof() and typeof() to determine member offsets within a structure
Jeremy Huddleston Sequoia
1
-4
/
+17
2012-07-05
list.h: don't crash when removing an element from a NULL list
Peter Hutterer
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-11
/
+4
2012-02-03
Namespace list api to reduce conflicts with similar system headers
Alan Coopersmith
1
-57
/
+57
2011-12-06
include: rename "foos" to "list_of_foos" in the struct list documentation
Peter Hutterer
1
-15
/
+15
2011-12-06
include: update struct list documentation to use one set of structs only
Peter Hutterer
1
-17
/
+11
2011-12-06
include: a new list element does not need initialization, state so
Peter Hutterer
1
-1
/
+2
2011-12-06
include: point to the tests in list.c as examples
Peter Hutterer
1
-0
/
+1
2011-12-06
include: add list_last_entry to get the tail of a list
Peter Hutterer
1
-0
/
+15
2011-12-06
include: add list_append()
Peter Hutterer
1
-0
/
+22
2011-10-25
input: switch InputOption to use XF86OptionRec storage.
Peter Hutterer
1
-0
/
+12
2011-08-22
Add null-terminated list interface.
Peter Hutterer
1
-0
/
+160
2011-02-25
include: document list interface.
Peter Hutterer
1
-2
/
+180
2010-06-22
list.h: Fix list_for_each_entry_safe()
Kristian Høgsberg
1
-3
/
+3
2010-05-11
list.h: Add list_for_each_entry_safe()
Kristian Høgsberg
1
-0
/
+6
2010-03-16
Import linked list helpers from the intel DDX.
Francisco Jerez
1
-0
/
+97