log lib/gl_list.h @ 40231:9b3c79fdfe0b

age author description
Tue, 01 Jan 2019 00:25:11 +0100 Paul Eggert maint: Run 'make update-copyright'
Sat, 08 Dec 2018 15:25:51 +0100 Bruno Haible Fix comments.
Mon, 01 Jan 2018 00:57:25 +0000 Paul Eggert maint: Run 'make update-copyright'
Wed, 13 Sep 2017 00:48:18 -0700 Paul Eggert all: prefer https: URLs
Sun, 01 Jan 2017 02:59:23 +0000 Paul Eggert version-etc: new year
Fri, 01 Jan 2016 00:56:19 -0800 Paul Eggert version-etc: new year
Thu, 24 Sep 2015 13:22:23 -0700 Paul Eggert maint: add coding cookies to non-ASCII sources
Thu, 01 Jan 2015 01:38:23 +0000 Paul Eggert version-etc: new year
Wed, 01 Jan 2014 00:04:40 -0700 Eric Blake maint: update copyright
Wed, 28 Aug 2013 18:49:38 -0700 Paul Eggert headers: check that _GL_INLINE_HEADER_BEGIN is defined
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Wed, 05 Dec 2012 13:20:25 -0800 Paul Eggert list, oset, xlist, xoset: fix extern inline issue with C99
Tue, 20 Nov 2012 22:25:07 -0800 Paul Eggert list, oset, xlist, xoset, xsublist: simplify via extern 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
Sat, 19 Dec 2009 11:06:10 +0100 José E. Marchesi Fix typo in comment.
Mon, 14 Dec 2009 00:24:41 +0100 Bruno Haible Move the malloc checking from module 'list' to new module 'xlist'.
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Mon, 28 Sep 2009 23:25:49 +0200 Bruno Haible Avoid identifier clash with POSIX function 'remove' defined as a macro.
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.
Tue, 24 Oct 2006 13:25:28 +0000 Bruno Haible Pure ANSI C!
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.
Mon, 17 Jul 2006 11:34:23 +0000 Bruno Haible Abstract list data type.