aboutsummaryrefslogtreecommitdiff
path: root/lib/strlist.c
Commit message (Collapse)AuthorAgeFilesLines
* 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