Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revamp lib, simplify it a bit and address some FIXMEs | EuAndreh | 2025-01-12 | 1 | -69/+32 |
* | src/util.c: Tolerate be given a NULL pointer | EuAndreh | 2024-06-30 | 1 | -0/+10 |
* | tests/: Use freeit() and do not use NULL as a boolean false value | EuAndreh | 2024-06-04 | 1 | -2/+2 |
* | tests/*.c: Use EXIT_FAILURE and EXIT_SUCCESS in main() functions | EuAndreh | 2024-06-02 | 1 | -3/+3 |
* | Use freeit() everywhere | EuAndreh | 2024-05-31 | 1 | -36/+34 |
* | src/util.h: Add EXIT_USAGE | EuAndreh | 2024-05-27 | 1 | -0/+14 |
* | Remove all remaining calls to logerr() that included a trailing newline | EuAndreh | 2024-05-24 | 1 | -5/+5 |
* | src/util.c: Add freeit() | EuAndreh | 2024-04-19 | 1 | -0/+37 |
* | tests/util.c: Add missing free() calls | EuAndreh | 2024-04-18 | 1 | -0/+11 |
* | Organaze imports | EuAndreh | 2024-04-16 | 1 | -0/+1 |
* | src/util.c: Add slurp(), with a simple test | EuAndreh | 2024-04-07 | 1 | -0/+66 |