summaryrefslogtreecommitdiff
path: root/lib/gl_rbtree_list.c
Commit message (Collapse)AuthorAgeFilesLines
* version-etc: new yearPaul Eggert2014-12-311-1/+1
| | | | | | * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright date. * all files: Run 'make update-copyright'.
* maint: update copyrightEric Blake2014-01-011-1/+1
| | | | | | I ran 'make update-copyright'. Signed-off-by: Eric Blake <eblake@redhat.com>
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
| | | | | | Run "make update-copyright". Compare to commit 1602f0a from last year. Signed-off-by: Eric Blake <eblake@redhat.com>
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
| | | | Run "make update-copyright".
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
| | | | Run the new "make update-copyright" rule.
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
| | | | | Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
* Move the malloc checking from module 'list' to new module 'xlist'.Bruno Haible2009-12-141-14/+16
|
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-2/+2
|
* New abstract list operation 'node_set_value'.Bruno Haible2008-02-101-1/+2
|
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
|
* Add bounded list search operations.Bruno Haible2006-10-061-0/+2
|
* Add searching operations, limited to a subsequence of the list.Bruno Haible2006-10-051-2/+2
|
* Include <config.h> unconditionally.Bruno Haible2006-09-141-3/+1
|
* Sequential list data type implemented by a binary tree.Bruno Haible2006-07-171-0/+100