Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | value can never be NULL here, and is initialized to zero. Use strcpy(). | Joseph Hunkeler | 2024-09-20 | 1 | -1/+1 |
* | More unit tests (and fixing bugs) (#23) | Joseph Hunkeler | 2024-08-12 | 1 | -1/+2 |
* | Return of the INI refactor (#20) | Joseph Hunkeler | 2024-08-08 | 1 | -1/+4 |
* | Unit tests (#6) | Joseph Hunkeler | 2024-06-20 | 1 | -38/+201 |
* | Remove unused variable | Joseph Hunkeler | 2024-04-02 | 1 | -1/+0 |
* | Changes to strlist_*() functions: | Joseph Hunkeler | 2024-04-02 | 1 | -40/+52 |
* | Replace free() with guard_* macros | Joseph Hunkeler | 2024-03-22 | 1 | -6/+6 |
* | Remove unused pointer | Joseph Hunkeler | 2024-03-22 | 1 | -5/+0 |
* | Fix realloc error handling | Joseph Hunkeler | 2024-03-22 | 1 | -1/+2 |
* | Use GENERIC_ARRAY_FREE instead of split_free() | Joseph Hunkeler | 2024-03-22 | 1 | -1/+1 |
* | Use do/while in guard_* macros to make them behave more like functions | Joseph Hunkeler | 2024-03-10 | 1 | -3/+3 |
* | guard_free() all pointers | Joseph Hunkeler | 2023-12-10 | 1 | -3/+3 |
* | Remove unused variables | Joseph Hunkeler | 2023-11-20 | 1 | -4/+0 |
* | Fixes potential double-free condition | Joseph Hunkeler | 2023-10-31 | 1 | -2/+7 |
* | Initial commit | Joseph Hunkeler | 2023-10-26 | 1 | -0/+483 |