summaryrefslogtreecommitdiff
path: root/src/string.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revamp lib, simplify it a bit and address some FIXMEsEuAndreh2025-01-121-22/+36
|
* src/: Use freeit() for set_free(), string_free() and vector_free()EuAndreh2024-06-041-3/+3
|
* src/string.h: Separate string_equals() from string_compare()EuAndreh2024-06-041-1/+7
|
* Use freeit() everywhereEuAndreh2024-05-311-8/+4
|
* src/string.h: Add implementation for some basic functionsEuAndreh2024-05-311-2/+147
|
* src/string.c: Add new empty file structureEuAndreh2024-04-161-0/+11