summaryrefslogtreecommitdiff
path: root/test/list.c
Commit message (Collapse)AuthorAgeFilesLines
* Create a library of utility functions for the testsuite to useJohn Mark Bell2007-09-221-85/+0
| | | | | | Make test/binding.c include stdio.h itself rather than relying on other things to include it. svn path=/trunk/dom/; revision=3568
* Use a typedef for the function pointers to comparison functions, add newline ↵Rob Kendrick2007-09-221-3/+3
| | | | | | at end of file svn path=/trunk/dom/; revision=3564
* 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