Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-21 | wip | Luke Shumaker | |
2016-07-27 | fix | Luke Shumaker | |
2015-08-04 | basic: add LIST_INSERT_BEFORE | Alex Crawford | |
Similar in function to LIST_INSERT_AFTER, this will insert a new element into the list before the specified position. If the specified position is NULL, the element is added as the tail of the list. | |||
2015-01-28 | test: duplicate LIST_FOREACH_OTHERS test to check for corner cases of end ↵ | Lennart Poettering | |
and start of list | |||
2015-01-28 | list: add macro for iterating through a list an item is in, skipping the item | Lennart Poettering | |
2015-01-11 | shared/list: add LIST_APPEND | Zbigniew Jędrzejewski-Szmek | |
2013-10-14 | list: make our list macros a bit easier to use by not requring type spec on ↵ | Lennart Poettering | |
each invocation We can determine the list entry type via the typeof() gcc construct, and so we should to make the macros much shorter to use. | |||
2013-06-27 | test: Add list testcase | Jan Janssen | |