summaryrefslogtreecommitdiffstats
path: root/src/tests/list_test.c
Commit message (Expand)AuthorAgeFilesLines
* [list] Add list_is_first_entry() and list_is_last_entry()Michael Brown2018-03-241-0/+21
* [list] Add list_next_entry() and list_prev_entry()Michael Brown2016-08-311-0/+23
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [list] Add list_last_entry()Michael Brown2012-05-081-1/+13
* [test] Fix compiler warning on older gcc versionsMichael Brown2012-05-041-2/+2
* [list] Add list_for_each_entry_continue() and _continue_reverse()Michael Brown2012-05-041-14/+77
* [list] Add list functions required by ath9k driverMichael Brown2011-10-141-0/+172
* [test] Add self-tests for list manipulation functionsMichael Brown2011-10-141-0/+235