aboutsummaryrefslogtreecommitdiff
path: root/src/tests/list_test.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-05-08[list] Add list_last_entry()Michael Brown1-1/+13
2012-05-04[test] Fix compiler warning on older gcc versionsMichael Brown1-2/+2
2012-05-04[list] Add list_for_each_entry_continue() and _continue_reverse()Michael Brown1-14/+77
2011-10-14[list] Add list functions required by ath9k driverMichael Brown1-0/+172
2011-10-14[test] Add self-tests for list manipulation functionsMichael Brown1-0/+235