aboutsummaryrefslogtreecommitdiff
path: root/src/strlist.c
Commit message (Expand)AuthorAgeFilesLines
* value can never be NULL here, and is initialized to zero. Use strcpy().Joseph Hunkeler2024-09-201-1/+1
* More unit tests (and fixing bugs) (#23)Joseph Hunkeler2024-08-121-1/+2
* Return of the INI refactor (#20)Joseph Hunkeler2024-08-081-1/+4
* Unit tests (#6)Joseph Hunkeler2024-06-201-38/+201
* Remove unused variableJoseph Hunkeler2024-04-021-1/+0
* Changes to strlist_*() functions:Joseph Hunkeler2024-04-021-40/+52
* Replace free() with guard_* macrosJoseph Hunkeler2024-03-221-6/+6
* Remove unused pointerJoseph Hunkeler2024-03-221-5/+0
* Fix realloc error handlingJoseph Hunkeler2024-03-221-1/+2
* Use GENERIC_ARRAY_FREE instead of split_free()Joseph Hunkeler2024-03-221-1/+1
* Use do/while in guard_* macros to make them behave more like functionsJoseph Hunkeler2024-03-101-3/+3
* guard_free() all pointersJoseph Hunkeler2023-12-101-3/+3
* Remove unused variablesJoseph Hunkeler2023-11-201-4/+0
* Fixes potential double-free conditionJoseph Hunkeler2023-10-311-2/+7
* Initial commitJoseph Hunkeler2023-10-261-0/+483