|
e062ed7a
|
2007-03-16T00:30:06
|
|
Allow the use of a destructor for the values stored in the list.
|
|
9017ec62
|
2006-11-07T14:24:05
|
|
More uses of XMALLOC, XNMALLOC and XCALLOC.
|
|
935e9f0b
|
2006-10-10T12:48:57
|
|
Avoid using the variable name 'index' for two completely different things.
|
|
fca2f939
|
2006-10-06T12:06:07
|
|
Add bounded list search operations.
|
|
407400d9
|
2006-10-05T12:45:16
|
|
Add searching operations, limited to a subsequence of the list.
|
|
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.
|
|
d4304bfb
|
2006-07-24T16:34:38
|
|
Make it possible to use the list in signal-handlers.
|
|
0a51cf15
|
2006-07-17T11:27:18
|
|
Common code several concrete list implementations.
|