| Commit message (Expand) | Author | Age | Files | Lines |
* | maint: run 'make update-copyright' | Simon Josefsson | 2023-01-01 | 1 | -1/+1 |
* | Rely on new stdbool behavior | Paul Eggert | 2022-09-10 | 1 | -1/+0 |
* | maint: run 'make update-copyright' | Paul Eggert | 2022-01-01 | 1 | -1/+1 |
* | list, set, oset, map, omap: Prepare allocation-deallocation checking. | Bruno Haible | 2021-08-08 | 1 | -6/+16 |
* | gnulib-common: update for C2x 2020-12-11 draft | Paul Eggert | 2021-07-31 | 1 | -30/+30 |
* | Put LGPLv2+ notices in source files where appropriate. | Bruno Haible | 2021-06-04 | 1 | -7/+7 |
* | list: Add operations first_node, last_node. | Bruno Haible | 2021-04-03 | 1 | -0/+35 |
* | maint: run 'make update-copyright' | Paul Eggert | 2020-12-31 | 1 | -1/+1 |
* | attribute: new module | Paul Eggert | 2020-05-03 | 1 | -80/+20 |
* | list-c++: Add get_first, get_last, set_first, set_last operations. | Bruno Haible | 2020-05-03 | 1 | -6/+6 |
* | list: Add get_first, get_last, set_first, set_last operations. | Bruno Haible | 2020-05-02 | 1 | -0/+66 |
* | list: Remove redundant code for remove_first and remove_last operations. | Bruno Haible | 2020-05-02 | 1 | -6/+10 |
* | list: Add remove_first and remove_last operations. | Bruno Haible | 2020-05-02 | 1 | -0/+26 |
* | list, set, oset, map, omap: Avoid imperative voice in documentation. | Bruno Haible | 2020-02-02 | 1 | -66/+66 |
* | maint: Run 'make update-copyright' | Paul Eggert | 2019-12-31 | 1 | -1/+1 |
* | maint: Run 'make update-copyright' | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | Fix comments. | Bruno Haible | 2018-12-08 | 1 | -1/+3 |
* | maint: Run 'make update-copyright' | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | all: prefer https: URLs | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | version-etc: new year | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
* | version-etc: new year | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | maint: add coding cookies to non-ASCII sources | Paul Eggert | 2015-09-24 | 1 | -1/+1 |
* | version-etc: new year | Paul Eggert | 2014-12-31 | 1 | -1/+1 |
* | maint: update copyright | Eric Blake | 2014-01-01 | 1 | -1/+1 |
* | headers: check that _GL_INLINE_HEADER_BEGIN is defined | Paul Eggert | 2013-08-28 | 1 | -0/+3 |
* | maint: update all copyright year number ranges | Eric Blake | 2013-01-01 | 1 | -1/+1 |
* | list, oset, xlist, xoset: fix extern inline issue with C99 | Paul Eggert | 2012-12-05 | 1 | -20/+46 |
* | list, oset, xlist, xoset, xsublist: simplify via extern inline | Paul Eggert | 2012-11-29 | 1 | -75/+43 |
* | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
* | maint: update almost all copyright ranges to include 2011 | Jim Meyering | 2011-01-01 | 1 | -1/+1 |
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+1 |
* | Fix typo in comment. | José E. Marchesi | 2009-12-19 | 1 | -1/+1 |
* | Move the malloc checking from module 'list' to new module 'xlist'. | Bruno Haible | 2009-12-14 | 1 | -65/+159 |
* | Use spaces for indentation, not tabs. | Bruno Haible | 2009-12-10 | 1 | -118/+118 |
* | Avoid identifier clash with POSIX function 'remove' defined as a macro. | Bruno Haible | 2009-09-28 | 1 | -3/+3 |
* | New abstract list operation 'node_set_value'. | Bruno Haible | 2008-02-10 | 1 | -1/+15 |
* | Change copyright notice from GPLv2+ to GPLv3+. | Bruno Haible | 2007-10-07 | 1 | -5/+4 |
* | Allow the use of a destructor for the values stored in the list. | Bruno Haible | 2007-03-16 | 1 | -3/+16 |
* | Pure ANSI C! | Bruno Haible | 2006-10-24 | 1 | -3/+3 |
* | Add bounded list search operations. | Bruno Haible | 2006-10-06 | 1 | -0/+57 |
* | Add searching operations, limited to a subsequence of the list. | Bruno Haible | 2006-10-05 | 1 | -4/+75 |
* | Abstract list data type. | Bruno Haible | 2006-07-17 | 1 | -0/+596 |