]> git.ozlabs.org Git - ccan/history - ccan/list/test
tal: allow notifiers on NULL.
[ccan] / ccan / list / test /
2016-11-21 David GibsonMerge Makefile rewrite into master
2016-11-06 Rusty RussellMark unused arguments in many modules.
2016-11-04 Rusty RussellRemove unused main() args in many modules.
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...
2014-05-27 Rusty Russelltest: add test to ensure we can use non-const lists...
2014-02-28 Rusty RussellEnhance CCAN_LIST_DEBUG to report original caller
2013-11-12 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2013-11-09 Rusty RussellMerge branch 'master' of ozlabs.org:ccan
2013-11-09 Rusty Russelllist: fix list_prev and list_next on const lists.
2013-09-13 Rusty RussellMerge https://github.com/dgibson/ccan
2013-08-29 Rusty Russelllist: add list_next and list_prev helpers.
2013-03-17 Rusty Russelllist: list_pop
2013-03-17 Rusty Russelllist: list_append_list / list_prepend_list
2011-12-12 Andrey Smirnovlist.h: opaque list iteration functionality
2011-11-30 Rusty Russelllist: don't multiple-evaluate arguments to tlist_top...
2011-11-29 Rusty Russelllist: implement list_for_each_rev()
2011-11-21 Rusty Russelllist: simplify tests a little.
2011-01-01 Rusty Russelllist: LIST_HEAD_INIT
2011-01-01 Rusty Russelllist: improve test coverage to 100%
2011-01-01 Rusty Russelllist: list_del_from()
2011-01-01 Rusty Russelllist: test CCAN_LIST_DEBUG=1 case
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...
2009-06-05 Rusty RussellMany list funcs should work with constant lists.
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/