Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revamp lib, simplify it a bit and address some FIXMEs | EuAndreh | 2025-01-12 | 1 | -4/+4 |
* | Fix clang warnings | EuAndreh | 2024-06-16 | 1 | -1/+1 |
* | tests/set.c: Add broken test for HASH_OUTPUT_LENGTH | EuAndreh | 2024-06-12 | 1 | -0/+18 |
* | src/set.c: v0 for set_add() | EuAndreh | 2024-06-06 | 1 | -0/+15 |
* | src/set.c: Implement set_new() and set_free() | EuAndreh | 2024-06-04 | 1 | -0/+76 |
* | tests/*.c: Use EXIT_FAILURE and EXIT_SUCCESS in main() functions | EuAndreh | 2024-06-02 | 1 | -1/+3 |
* | Add initial private functions for src/set.c and src/tree.c | EuAndreh | 2024-05-31 | 1 | -0/+9 |