Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New abstract list operation 'node_set_value'. | Bruno Haible | 2008-02-10 | 1 | -1/+17 |
* | 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 | -9/+58 |
* | Simplify xmalloc expressions. Add overflow check in xmalloc arguments. | Bruno Haible | 2006-11-06 | 1 | -6/+3 |
* | Add bounded list search operations. | Bruno Haible | 2006-10-06 | 1 | -9/+31 |
* | Add searching operations, limited to a subsequence of the list. | Bruno Haible | 2006-10-05 | 1 | -10/+25 |
* | Comment fixes. | Bruno Haible | 2006-10-04 | 1 | -2/+2 |
* | * gl_anylinked_list2.h [lint] (gl_linked_iterator) | Ralf Wildenhues | 2006-09-22 | 1 | -0/+8 |
* | Include <config.h> unconditionally. | Bruno Haible | 2006-09-14 | 1 | -3/+1 |
* | Sequential list data type implemented by a circular array. | Bruno Haible | 2006-07-17 | 1 | -0/+748 |