Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
| | | | | Run "make update-copyright". | ||||
* | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -1/+1 |
| | | | | Run the new "make update-copyright" rule. | ||||
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -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 Haible | 2009-12-14 | 1 | -22/+69 |
| | |||||
* | Use spaces for indentation, not tabs. | Bruno Haible | 2009-12-10 | 1 | -450/+450 |
| | |||||
* | New abstract list operation 'node_set_value'. | Bruno Haible | 2008-02-10 | 1 | -1/+27 |
| | |||||
* | Change copyright notice from GPLv2+ to GPLv3+. | Bruno Haible | 2007-10-07 | 1 | -5/+4 |
| | |||||
* | Allow the use of a destructor for the values stored in the list. | Bruno Haible | 2007-03-16 | 1 | -1/+5 |
| | |||||
* | More uses of XMALLOC, XNMALLOC and XCALLOC. | Bruno Haible | 2006-11-07 | 1 | -4/+2 |
| | |||||
* | Add bounded list search operations. | Bruno Haible | 2006-10-06 | 1 | -0/+168 |
| | |||||
* | Add searching operations, limited to a subsequence of the list. | Bruno Haible | 2006-10-05 | 1 | -81/+222 |
| | |||||
* | * gl_anylinked_list2.h [lint] (gl_linked_iterator) | Ralf Wildenhues | 2006-09-22 | 1 | -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 Haible | 2006-07-17 | 1 | -0/+547 |