Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revamp lib, simplify it a bit and address some FIXMEs | EuAndreh | 2025-01-12 | 1 | -45/+30 |
* | src/random.h: Add initial implementation of random_{new,free,generate}() | EuAndreh | 2024-07-05 | 1 | -0/+34 |
* | tests/*.c: Use EXIT_FAILURE and EXIT_SUCCESS in main() functions | EuAndreh | 2024-06-02 | 1 | -3/+3 |
* | Remove all remaining calls to logerr() that included a trailing newline | EuAndreh | 2024-05-24 | 1 | -4/+4 |
* | Start "rc = -1" instead of 0 | EuAndreh | 2024-04-06 | 1 | -6/+4 |
* | Move unit tests out of src/*.c into tests/ | EuAndreh | 2024-04-05 | 1 | -0/+73 |