Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add strlist_remove() | Joseph Hunkeler | 2020-05-21 | 1 | -0/+22 |
| | |||||
* | Remove TODO | Joseph Hunkeler | 2020-04-28 | 1 | -1/+0 |
| | |||||
* | Improved strlist: | Joseph Hunkeler | 2020-04-28 | 1 | -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 Hunkeler | 2020-04-01 | 1 | -5/+31 |
| | |||||
* | Refactor project: build/install libspm[_static.a].so to make unit testing ↵ | Joseph Hunkeler | 2020-03-18 | 1 | -0/+339 |
possible |