summaryrefslogtreecommitdiff
path: root/lib/gl_list.h
Commit message (Expand)AuthorAgeFilesLines
* list, set, oset, map, omap: Prepare allocation-deallocation checking.Bruno Haible2021-08-081-6/+16
* gnulib-common: update for C2x 2020-12-11 draftPaul Eggert2021-07-311-30/+30
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* list: Add operations first_node, last_node.Bruno Haible2021-04-031-0/+35
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* attribute: new modulePaul Eggert2020-05-031-80/+20
* list-c++: Add get_first, get_last, set_first, set_last operations.Bruno Haible2020-05-031-6/+6
* list: Add get_first, get_last, set_first, set_last operations.Bruno Haible2020-05-021-0/+66
* list: Remove redundant code for remove_first and remove_last operations.Bruno Haible2020-05-021-6/+10
* list: Add remove_first and remove_last operations.Bruno Haible2020-05-021-0/+26
* list, set, oset, map, omap: Avoid imperative voice in documentation.Bruno Haible2020-02-021-66/+66
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Fix comments.Bruno Haible2018-12-081-1/+3
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* maint: add coding cookies to non-ASCII sourcesPaul Eggert2015-09-241-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* headers: check that _GL_INLINE_HEADER_BEGIN is definedPaul Eggert2013-08-281-0/+3
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* list, oset, xlist, xoset: fix extern inline issue with C99Paul Eggert2012-12-051-20/+46
* list, oset, xlist, xoset, xsublist: simplify via extern inlinePaul Eggert2012-11-291-75/+43
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Fix typo in comment.José E. Marchesi2009-12-191-1/+1
* Move the malloc checking from module 'list' to new module 'xlist'.Bruno Haible2009-12-141-65/+159
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-118/+118
* Avoid identifier clash with POSIX function 'remove' defined as a macro.Bruno Haible2009-09-281-3/+3
* New abstract list operation 'node_set_value'.Bruno Haible2008-02-101-1/+15
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* Allow the use of a destructor for the values stored in the list.Bruno Haible2007-03-161-3/+16
* Pure ANSI C!Bruno Haible2006-10-241-3/+3
* Add bounded list search operations.Bruno Haible2006-10-061-0/+57
* Add searching operations, limited to a subsequence of the list.Bruno Haible2006-10-051-4/+75
* Abstract list data type.Bruno Haible2006-07-171-0/+596