summaryrefslogtreecommitdiff
path: root/tests/catalog.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revamp lib, simplify it a bit and address some FIXMEsEuAndreh2025-01-121-310/+0
* tests/: Use freeit() and do not use NULL as a boolean false valueEuAndreh2024-06-041-9/+9
* tests/*.c: Use EXIT_FAILURE and EXIT_SUCCESS in main() functionsEuAndreh2024-06-021-3/+3
* Use freeit() everywhereEuAndreh2024-05-311-7/+4
* src/catalog.h: Do bounds checking on calls to s()EuAndreh2024-05-241-9/+11
* Remove all remaining calls to logerr() that included a trailing newlineEuAndreh2024-05-241-24/+23
* Start "rc = -1" instead of 0EuAndreh2024-04-061-27/+12
* Move unit tests out of src/*.c into tests/EuAndreh2024-04-051-0/+327