lib/gl_array_list.c


Log

Author Commit Date CI Message
Bruno Haible 92877a2d 2008-02-10T19:35:54 New abstract list operation 'node_set_value'.
Bruno Haible 57fdfd3f 2007-10-07T19:14:58 Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible e062ed7a 2007-03-16T00:30:06 Allow the use of a destructor for the values stored in the list.
Bruno Haible 62fee309 2006-11-06T13:03:51 ANSI C compliance.
Bruno Haible 7c6d5072 2006-11-06T13:03:10 Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
Bruno Haible fca2f939 2006-10-06T12:06:07 Add bounded list search operations.
Bruno Haible 407400d9 2006-10-05T12:45:16 Add searching operations, limited to a subsequence of the list.
Bruno Haible 5a0d317d 2006-10-04T16:54:24 Comment fixes.
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 99099106 2006-09-14T14:18:36 Include <config.h> unconditionally.
Bruno Haible 7aa40057 2006-07-17T11:28:01 Sequential list data type implemented by an array.