Jan Hutter
|
e3dd1393d5
|
- inserting and removing now needs a linked_list_iterator_t* instead of
a linked_list_element_t*
- linked_list_element_t removed
- has_next now returns bool instead of status_t
|
2005-11-08 13:31:39 +00:00 |
|
Jan Hutter
|
bfdc5c7c93
|
- linked list now allows inserting and deleting in the middle of the
list
- test for this features written
|
2005-11-04 11:39:12 +00:00 |
|
Jan Hutter
|
7c2228f165
|
- iterator for linked list implemented
- first test for iterator written
- linked list values capsulated into private struct
|
2005-11-04 10:28:12 +00:00 |
|
Jan Hutter
|
5ea7551195
|
- Tests are now separated in test files in the tests-directory
|
2005-11-03 17:55:27 +00:00 |
|