]> git.ozlabs.org Git - ccan/history - ccan/list/test/run.c
list: add list_for_each_rev_safe{,_off} macros
[ccan] / ccan / list / test / run.c
2015-03-30 Eric Wonglist: add list_for_each_rev_safe{,_off} macros
2015-03-30 Eric Wonglist: list_swap to exchange elements
2015-03-30 Eric Wonglist: list_add_after and list_add_before functions
2014-08-27 Rusty Russelllist_del_init/list_node_init: for multiple list_del...
2013-03-17 Rusty Russelllist: list_pop
2011-12-12 Andrey Smirnovlist.h: opaque list iteration functionality
2011-11-29 Rusty Russelllist: implement list_for_each_rev()
2011-01-01 Rusty Russelllist: LIST_HEAD_INIT
2011-01-01 Rusty Russelllist: list_del_from()
2011-01-01 Rusty Russelllist: implement list_check_node to check list from...
2010-01-06 Rusty RussellRemove old run-tests, clean up #includes to all be...
2008-11-15 Rusty RussellNew list_tail() function and test for list_top() on...
2008-06-02 Rusty RussellMove modules to ccan/ tools to tools/