Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - renamed tests to testcases | Martin Willi | 2005-11-11 | 1 | -210/+0 |
| | |||||
* | - linked_list, event_queue, send_queue and job_queue returns now | Jan Hutter | 2005-11-10 | 1 | -29/+15 |
| | | | | count directly | ||||
* | - inserting and removing now needs a linked_list_iterator_t* instead of | Jan Hutter | 2005-11-08 | 1 | -68/+62 |
| | | | | | | | a linked_list_element_t* - linked_list_element_t removed - has_next now returns bool instead of status_t | ||||
* | - linked list now allows inserting and deleting in the middle of the | Jan Hutter | 2005-11-04 | 1 | -14/+90 |
| | | | | | | list - test for this features written | ||||
* | - iterator for linked list implemented | Jan Hutter | 2005-11-04 | 1 | -14/+83 |
| | | | | | | - first test for iterator written - linked list values capsulated into private struct | ||||
* | - Tests are now separated in test files in the tests-directory | Jan Hutter | 2005-11-03 | 1 | -0/+85 |