log lib/gl_array_list.c @ 12421:e8d2c6fc33ad

age author description
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Sun, 10 Feb 2008 19:35:54 +0100 Bruno Haible New abstract list operation 'node_set_value'.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Fri, 16 Mar 2007 00:30:06 +0000 Bruno Haible Allow the use of a destructor for the values stored in the list.
Mon, 06 Nov 2006 13:03:51 +0000 Bruno Haible ANSI C compliance.
Mon, 06 Nov 2006 13:03:10 +0000 Bruno Haible Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
Fri, 06 Oct 2006 12:06:07 +0000 Bruno Haible Add bounded list search operations.
Thu, 05 Oct 2006 12:45:16 +0000 Bruno Haible Add searching operations, limited to a subsequence of the list.
Wed, 04 Oct 2006 16:54:24 +0000 Bruno Haible Comment fixes.
Fri, 22 Sep 2006 17:15:05 +0000 Ralf Wildenhues * gl_anylinked_list2.h [lint] (gl_linked_iterator)
Thu, 14 Sep 2006 14:18:36 +0000 Bruno Haible Include <config.h> unconditionally.
Mon, 17 Jul 2006 11:28:01 +0000 Bruno Haible Sequential list data type implemented by an array.