Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the malloc checking from module 'list' to new module 'xlist'. | Bruno Haible | 2009-12-14 | 1 | -14/+69 |
* | Move the malloc checking from module 'oset' to new module 'xoset'. | Bruno Haible | 2009-12-14 | 1 | -8/+13 |
* | Use spaces for indentation, not tabs. | Bruno Haible | 2009-12-10 | 1 | -118/+118 |
* | Change copyright notice from GPLv2+ to GPLv3+. | Bruno Haible | 2007-10-07 | 1 | -5/+4 |
* | Add an element disposal function. | Bruno Haible | 2007-03-15 | 1 | -2/+2 |
* | More uses of XMALLOC, XNMALLOC and XCALLOC. | Bruno Haible | 2006-11-07 | 1 | -2/+1 |
* | Avoid using the variable name 'index' for two completely different things. | Bruno Haible | 2006-10-10 | 1 | -7/+7 |
* | Add searching operations, limited to a subsequence of the list. | Bruno Haible | 2006-10-05 | 1 | -0/+9 |
* | Common code several concrete list implementations. | Bruno Haible | 2006-07-17 | 1 | -0/+291 |