summaryrefslogtreecommitdiff
path: root/tests/util.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revamp lib, simplify it a bit and address some FIXMEsEuAndreh2025-01-121-69/+32
|
* src/util.c: Tolerate be given a NULL pointerEuAndreh2024-06-301-0/+10
|
* tests/: Use freeit() and do not use NULL as a boolean false valueEuAndreh2024-06-041-2/+2
|
* tests/*.c: Use EXIT_FAILURE and EXIT_SUCCESS in main() functionsEuAndreh2024-06-021-3/+3
|
* Use freeit() everywhereEuAndreh2024-05-311-36/+34
|
* src/util.h: Add EXIT_USAGEEuAndreh2024-05-271-0/+14
|
* Remove all remaining calls to logerr() that included a trailing newlineEuAndreh2024-05-241-5/+5
|
* src/util.c: Add freeit()EuAndreh2024-04-191-0/+37
|
* tests/util.c: Add missing free() callsEuAndreh2024-04-181-0/+11
|
* Organaze importsEuAndreh2024-04-161-0/+1
|
* src/util.c: Add slurp(), with a simple testEuAndreh2024-04-071-0/+66