Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revamp lib, simplify it a bit and address some FIXMEs | EuAndreh | 2025-01-12 | 1 | -3/+44 |
| | |||||
* | src/tree.c: Rename tree_insert -> tree_add | EuAndreh | 2024-06-01 | 1 | -1/+1 |
| | |||||
* | tests/tree.c: Add test for tree_contains() | EuAndreh | 2024-06-01 | 1 | -1/+1 |
| | | | | | After writing the test, a failing case made me notice that the comparison was reversed, and I then fixed the implementation :) | ||||
* | tests/tree.c: Add first test for tree_contains() | EuAndreh | 2024-05-31 | 1 | -2/+2 |
| | |||||
* | Add initial private functions for src/set.c and src/tree.c | EuAndreh | 2024-05-31 | 1 | -0/+205 |