summaryrefslogtreecommitdiff
path: root/lib/gl_anytree_list2.h
Commit message (Collapse)AuthorAgeFilesLines
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
| | | | Run "make update-copyright".
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
| | | | Run the new "make update-copyright" rule.
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
| | | | | Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
* Move the malloc checking from module 'list' to new module 'xlist'.Bruno Haible2009-12-141-22/+69
|
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-450/+450
|
* New abstract list operation 'node_set_value'.Bruno Haible2008-02-101-1/+27
|
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
|
* Allow the use of a destructor for the values stored in the list.Bruno Haible2007-03-161-1/+5
|
* More uses of XMALLOC, XNMALLOC and XCALLOC.Bruno Haible2006-11-071-4/+2
|
* Add bounded list search operations.Bruno Haible2006-10-061-0/+168
|
* Add searching operations, limited to a subsequence of the list.Bruno Haible2006-10-051-81/+222
|
* * gl_anylinked_list2.h [lint] (gl_linked_iterator)Ralf Wildenhues2006-09-221-0/+10
| | | | | | | | | | | | (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.
* Common code several concrete list implementations.Bruno Haible2006-07-171-0/+547