summaryrefslogtreecommitdiff
path: root/lib/gl_oset.h
Commit message (Expand)AuthorAgeFilesLines
* Add more reminders to include <config.h>.Bruno Haible2023-04-121-3/+6
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* Rely on new stdbool behaviorPaul Eggert2022-09-101-1/+0
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* list, set, oset, map, omap: Prepare allocation-deallocation checking.Bruno Haible2021-08-081-3/+8
* gnulib-common: update for C2x 2020-12-11 draftPaul Eggert2021-07-311-3/+4
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* oset: Add an 'iterator_atleast' operation.Bruno Haible2020-08-021-0/+20
* oset: Add an 'update' operation.Bruno Haible2020-07-201-0/+25
* attribute: new modulePaul Eggert2020-05-031-8/+2
* list, set, oset, map, omap: Avoid imperative voice in documentation.Bruno Haible2020-02-021-18/+18
* 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/+2
* set: New module.Bruno Haible2018-12-071-1/+4
* 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
* 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-4/+13
* list, oset, xlist, xoset, xsublist: simplify via extern inlinePaul Eggert2012-11-291-27/+19
* 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
* Move the malloc checking from module 'oset' to new module 'xoset'.Bruno Haible2009-12-141-14/+29
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-16/+16
* Avoid identifier clash with POSIX function 'remove' defined as a macro.Bruno Haible2009-09-281-3/+4
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* Add an element disposal function.Bruno Haible2007-03-151-6/+15
* ANSI C comment style.Bruno Haible2006-11-071-2/+2
* Add a search_atleast operation.Bruno Haible2006-10-041-0/+28
* Complete comments.Bruno Haible2006-07-181-3/+3
* Abstract ordered set data type.Bruno Haible2006-07-171-0/+237