+2005-10-31 hugo303
+
+ * src/check_list.c, tests/check_list.c, tests/check_check_fixture.c:
+ Fixed sourceforge bug #1327225, Two teardown checked fixtures
+ segfaults. Originated in a pointer arithmetic bug in a memmove()
+ call in list_add_front() in src/check_list.c.
+
2005-09-30 hugo303
* doc/tutorial.sgml: Updated with a section about looping tests.
+Fixed sourceforge bug #1327225, Two teardown checked fixtures segfaults.
+
Added a new kind of test, looping tests, which are called with a new
context for each loop iteration. This makes them ideal for table based
tests. Previously, with the loop in the test itself, only the first