aboutsummaryrefslogtreecommitdiff
path: root/src/list.c
AgeCommit message (Collapse)Author
2017-11-25Don't duplicate license text in all source filesHarry Jeffery
If moving to dual-licensing, this text will be confusing. It's also a lot of noise.
2017-11-23Add list_find functionHarry Jeffery
2017-11-23Remove imv_ prefix from struct imv_listHarry Jeffery
It's just bloat. No value.
2017-04-12Add generic list containerHarry Jeffery