Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update nearly all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+1 |
* | Move the malloc checking from module 'list' to new module 'xlist'. | Bruno Haible | 2009-12-14 | 1 | -12/+11 |
* | Use spaces for indentation, not tabs. | Bruno Haible | 2009-12-10 | 1 | -2/+2 |
* | New abstract list operation 'node_set_value'. | Bruno Haible | 2008-02-10 | 1 | -1/+2 |
* | Change copyright notice from GPLv2+ to GPLv3+. | Bruno Haible | 2007-10-07 | 1 | -5/+4 |
* | Add bounded list search operations. | Bruno Haible | 2006-10-06 | 1 | -0/+2 |
* | Add searching operations, limited to a subsequence of the list. | Bruno Haible | 2006-10-05 | 1 | -2/+2 |
* | Use the stdint module. | Bruno Haible | 2006-09-28 | 1 | -1/+1 |
* | Include <config.h> unconditionally. | Bruno Haible | 2006-09-14 | 1 | -3/+1 |
* | Sequential list data type implemented by a hash table with a binary tree. | Bruno Haible | 2006-07-17 | 1 | -0/+128 |