aboutsummaryrefslogtreecommitdiff
path: root/lib/strlist.c
Commit message (Collapse)AuthorAgeFilesLines
* Errors set return value and jump to end of functionJoseph Hunkeler2020-05-261-31/+35
|
* Make a copy of the pathJoseph Hunkeler2020-05-261-2/+9
|
* Add strlist_append_file()Joseph Hunkeler2020-05-251-10/+94
| | | | * Add reader_strlist_append_file() as default reader function
* Add strlist_remove()Joseph Hunkeler2020-05-211-0/+22
|
* Remove TODOJoseph Hunkeler2020-04-281-1/+0
|
* Improved strlist:Joseph Hunkeler2020-04-281-59/+54
| | | | | | | * Use strto*() functions instead of ato*() * Add _cmp and _copy functions * Removed compare functions * Replaced qsort call with strsort
* Handle NULL input (for most cases)Joseph Hunkeler2020-04-011-5/+31
|
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-0/+339
possible