]> git.ozlabs.org Git - ccan/history - ccan/list
aga: Remove unused state defines
[ccan] / ccan / list /
2016-06-02 Cody P Schaferlist: add parens to gaurd macro args in LIST_INIT
2015-08-19 Cody P Schaferlist: suppress unused argument warnings
2015-03-30 Eric Wonglist: add list_for_each_rev_safe{,_off} macros
2015-03-30 Eric Wonglist: add list_for_each_rev_off macro
2015-03-30 Eric Wonglist: new list_for_each{, _safe}_off_dir_ 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-06-16 David Gibsonccan: Correct some poor conventions in _info includes
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
2012-10-31 Rusty Russelllist: fix unused var warning.
2012-09-19 Rusty Russelllist: change license to BSD-MIT.
2011-12-12 Andrey Smirnovlist.h: opaque list iteration functionality
2011-12-12 Rusty Russellcontainer_of: don't put member_ptr in container_off.
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-23 Vladimir Zapolskiylist: fix list element counting in provided example...
2011-11-21 Rusty Russelllist: simplify tests a little.
2011-07-21 Rusty Russellvarious: add LICENSE comments.
2011-07-19 Rusty Russellvarious: make the _info License: wording uniform for...
2011-01-17 Brad Hardslist: spelling fixes
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: rename debug_list to list_debug, use list_check_n...
2011-01-01 Rusty Russelllist: implement list_check_node to check list from...
2010-11-10 Rusty Russelllist: fix uninitialized variable in list_add example.
2010-10-21 Rusty Russelllicense: more changing of licence -> license.
2010-10-17 Rusty Russelllicence->license: US English is the standard for code.
2010-10-07 Rusty Russellcompiler, list, noerr, sparse_bsearch, str, str_talloc...
2010-08-06 Rusty RussellAdd author and maintainer fields.
2010-08-06 Rusty RussellAdd licences/ dir and symlinks for a bit more clarity.
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.
2009-05-28 Rusty RussellRename _info.c to _info: this means we can simple compi...
2008-11-15 Rusty RussellNew list_tail() function and test for list_top() on...
2008-11-13 Rusty RussellFix examples (they all compile now), and init parent...
2008-11-10 Rusty RussellSimplify -I lines: change includes to ccan/
2008-09-12 Rusty RussellDocument license requirements.
2008-06-02 Rusty RussellMove modules to ccan/ tools to tools/