Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revamp lib, simplify it a bit and address some FIXMEs | EuAndreh | 2025-01-12 | 1 | -157/+0 |
* | src/catalog.h: Do bounds checking on calls to s() | EuAndreh | 2024-05-24 | 1 | -7/+14 |
* | src/i18n.c: Remove leading empty string in MSGS[] | EuAndreh | 2024-05-24 | 1 | -2/+2 |
* | Remove all remaining calls to logerr() that included a trailing newline | EuAndreh | 2024-05-24 | 1 | -14/+9 |
* | src/: Check "if (x != NULL)" instead of "if (x)" | EuAndreh | 2024-04-06 | 1 | -4/+4 |
* | Start "rc = -1" instead of 0 | EuAndreh | 2024-04-06 | 1 | -12/+8 |
* | Sort includes | EuAndreh | 2024-04-06 | 1 | -2/+2 |
* | Move unit tests out of src/*.c into tests/ | EuAndreh | 2024-04-05 | 1 | -330/+0 |
* | src/*.c: Group tests under a single #ifdef; remove SipHash code | EuAndreh | 2024-01-02 | 1 | -178/+160 |
* | Init project: copy files and skeletons from others | EuAndreh | 2024-01-01 | 1 | -0/+507 |