summaryrefslogtreecommitdiff
path: root/src/util.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revamp lib, simplify it a bit and address some FIXMEsEuAndreh2025-01-121-21/+5
|
* src/util.c: Tolerate be given a NULL pointerEuAndreh2024-06-301-0/+4
|
* Use freeit() everywhereEuAndreh2024-05-311-7/+10
|
* src/util.h: Add EXIT_USAGEEuAndreh2024-05-271-0/+3
|
* Remove all remaining calls to logerr() that included a trailing newlineEuAndreh2024-05-241-7/+7
|
* src/util.c: Add freeit()EuAndreh2024-04-191-0/+6
|
* Organaze importsEuAndreh2024-04-161-2/+3
|
* src/util.c: Add slurp(), with a simple testEuAndreh2024-04-071-0/+74