lib/gl_anytree_oset.h


Log

Author Commit Date CI Message
Bruno Haible 57fdfd3f 2007-10-07T19:14:58 Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible 99f430a8 2007-03-15T23:56:13 Add an element disposal function.
Eric Blake d9518c44 2006-11-13T14:30:13 * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the element, not its node.
Bruno Haible 9017ec62 2006-11-07T14:24:05 More uses of XMALLOC, XNMALLOC and XCALLOC.
Bruno Haible 5c90f297 2006-10-04T17:28:15 Add a search_atleast operation.
Ralf Wildenhues a42a50dc 2006-09-22T17:15:05 * gl_anylinked_list2.h [lint] (gl_linked_iterator) (gl_linked_iterator_from_to): Initialize struct completely. * gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise. (gl_tree_iterator_from_to): Likewise * gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise. * gl_array_list.c [lint] (gl_array_iterator) (gl_array_iterator_from_to): Likewise. * gl_array_oset.c [lint] (gl_array_iterator): Likewise. * gl_carray_list.c [lint] (gl_carray_iterator) (gl_carray_iterator_from_to): Likewise.
Bruno Haible 3589a8a7 2006-07-17T11:27:35 Common code of several ordered list implementations.