Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | list: New SLIST_INSERT() macro | Tavian Barnes | 2023-04-12 | 1 | -30/+41 |
* | list: s/link/node/ | Tavian Barnes | 2023-04-12 | 1 | -40/+40 |
* | list: Fix SLIST_REMOVE() on the tail | Tavian Barnes | 2023-04-01 | 1 | -8/+8 |
* | list: Fix a typo in SLIST_REMOVE() | Tavian Barnes | 2023-04-01 | 1 | -1/+1 |
* | list: Implement SLIST_REMOVE() | Tavian Barnes | 2023-04-01 | 1 | -7/+23 |
* | list: Simplify some macros | Tavian Barnes | 2023-04-01 | 1 | -12/+12 |
* | list: Use macros instead of type-erased lists | Tavian Barnes | 2023-03-31 | 1 | -159/+288 |
* | list: New helper macros for converting entries to items | Tavian Barnes | 2023-03-29 | 1 | -3/+60 |
* | list: New generic linked list API | Tavian Barnes | 2023-03-29 | 1 | -0/+170 |