summaryrefslogtreecommitdiff
path: root/src/catalog.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revamp lib, simplify it a bit and address some FIXMEsEuAndreh2025-01-121-157/+0
* src/catalog.h: Do bounds checking on calls to s()EuAndreh2024-05-241-7/+14
* src/i18n.c: Remove leading empty string in MSGS[]EuAndreh2024-05-241-2/+2
* Remove all remaining calls to logerr() that included a trailing newlineEuAndreh2024-05-241-14/+9
* src/: Check "if (x != NULL)" instead of "if (x)"EuAndreh2024-04-061-4/+4
* Start "rc = -1" instead of 0EuAndreh2024-04-061-12/+8
* Sort includesEuAndreh2024-04-061-2/+2
* Move unit tests out of src/*.c into tests/EuAndreh2024-04-051-330/+0
* src/*.c: Group tests under a single #ifdef; remove SipHash codeEuAndreh2024-01-021-178/+160
* Init project: copy files and skeletons from othersEuAndreh2024-01-011-0/+507