summaryrefslogtreecommitdiffstats
path: root/list.h
Commit message (Expand)AuthorAgeFilesLines
* exec_node: Add new talloc-based new()Carl Worth2010-06-231-0/+25
* Add queries to determine if a node is a list sentinalIan Romanick2010-06-111-0/+16
* exec_list: Add foreach_list_typed and foreach_list_typed_constIan Romanick2010-05-101-0/+12
* exec_list: Add simpler exec_list for-each macrosIan Romanick2010-05-101-0/+10
* exec_list: Add macros to get ptr to structure containing a nodeIan Romanick2010-05-101-0/+27
* Inline functions consisting of a return of an expression.Eric Anholt2010-04-081-0/+11
* Fix exec_list::move_nodes_to when the source list is emptyIan Romanick2010-03-311-8/+12
* Add missing parenthesis in foreach_iterIan Romanick2010-03-261-1/+1
* Add yet-another linked list typeIan Romanick2010-03-081-0/+298