lib/gl_array_oset.c


Log

Author Commit Date CI Message
Jim Meyering 1602f0af 2012-01-01T10:04:58 maint: update all copyright year number ranges Run "make update-copyright".
Jim Meyering d60f3b0c 2011-01-01T20:17:23 maint: update almost all copyright ranges to include 2011 Run the new "make update-copyright" rule.
Jim Meyering b2e2010c 2010-01-01T10:31:12 update nearly all FSF copyright year lists to include 2010 Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
Bruno Haible 8fe59d16 2009-12-13T20:27:44 Move the malloc checking from module 'oset' to new module 'xoset'.
Bruno Haible 441aa304 2009-12-10T20:28:30 Use spaces for indentation, not tabs.
Bruno Haible 57fdfd3f 2007-10-07T19:14:58 Change copyright notice from GPLv2+ to GPLv3+.
Bruno Haible 99f430a8 2007-03-15T23:56:13 Add an element disposal function.
Bruno Haible 1c091b64 2007-03-11T22:34:33 Make pointer decrementing code ANSI C compliant.
Bruno Haible 7c6d5072 2006-11-06T13:03:10 Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
Bruno Haible 5c90f297 2006-10-04T17:28:15 Add a search_atleast operation.
Bruno Haible 757c49d5 2006-10-04T17:00:21 Whitespace normalization.
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 901462b0 2006-07-17T11:28:35 Ordered set data type implemented by an array.