summaryrefslogtreecommitdiff
path: root/list.h
AgeCommit message (Expand)AuthorFilesLines
2010-06-11Add queries to determine if a node is a list sentinalIan Romanick1-0/+16
2010-05-10exec_list: Add foreach_list_typed and foreach_list_typed_constIan Romanick1-0/+12
2010-05-10exec_list: Add simpler exec_list for-each macrosIan Romanick1-0/+10
2010-05-10exec_list: Add macros to get ptr to structure containing a nodeIan Romanick1-0/+27
2010-04-08Inline functions consisting of a return of an expression.Eric Anholt1-0/+11
2010-03-31Fix exec_list::move_nodes_to when the source list is emptyIan Romanick1-8/+12
2010-03-26Add missing parenthesis in foreach_iterIan Romanick1-1/+1
2010-03-08Add yet-another linked list typeIan Romanick1-0/+298