summaryrefslogtreecommitdiff
path: root/test/list.c
Commit message (Collapse)AuthorAgeFilesLines
* s/malloc.h/stdlib.h/ (malloc.h is non-standard, though common)John Mark Bell2007-09-221-7/+18
| | | | | | | Sprinkle some assertions about so as to catch malloc failure at the earliest opportunity. Pedantic line length and brace position changes. svn path=/trunk/dom/; revision=3563
* Change to C-style commentsJames Shaw2007-09-221-3/+3
| | | | svn path=/trunk/dom/; revision=3562
* Implement list_contains_all()James Shaw2007-09-221-0/+10
| | | | svn path=/trunk/dom/; revision=3560
* Initial revision of linked list implementationJames Shaw2007-09-221-0/+64
svn path=/trunk/dom/; revision=3559