log lib/gl_array_oset.c @ 17255:d81be792518a

age author description
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Tue, 20 Nov 2012 22:25:08 -0800 Paul Eggert array-oset, linkedhash-list, rbtree-oset: no need for 'inline'
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Sun, 13 Dec 2009 20:27:44 +0100 Bruno Haible Move the malloc checking from module 'oset' to new module 'xoset'.
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Thu, 15 Mar 2007 23:56:13 +0000 Bruno Haible Add an element disposal function.
Sun, 11 Mar 2007 22:34:33 +0000 Bruno Haible Make pointer decrementing code ANSI C compliant.
Mon, 06 Nov 2006 13:03:10 +0000 Bruno Haible Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
Wed, 04 Oct 2006 17:28:15 +0000 Bruno Haible Add a search_atleast operation.
Wed, 04 Oct 2006 17:00:21 +0000 Bruno Haible Whitespace normalization.
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:35 +0000 Bruno Haible Ordered set data type implemented by an array.