summaryrefslogtreecommitdiffstats
path: root/src/list.h
AgeCommit message (Expand)Author
2023-04-12list: New SLIST_INSERT() macroTavian Barnes
2023-04-12list: s/link/node/Tavian Barnes
2023-04-01list: Fix SLIST_REMOVE() on the tailTavian Barnes
2023-04-01list: Fix a typo in SLIST_REMOVE()Tavian Barnes
2023-04-01list: Implement SLIST_REMOVE()Tavian Barnes
2023-04-01list: Simplify some macrosTavian Barnes
2023-03-31list: Use macros instead of type-erased listsTavian Barnes
2023-03-29list: New helper macros for converting entries to itemsTavian Barnes
2023-03-29list: New generic linked list APITavian Barnes