Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Errors set return value and jump to end of function | Joseph Hunkeler | 2020-05-26 | 1 | -31/+35 |
| | |||||
* | Make a copy of the path | Joseph Hunkeler | 2020-05-26 | 1 | -2/+9 |
| | |||||
* | Add strlist_append_file() | Joseph Hunkeler | 2020-05-25 | 1 | -10/+94 |
| | | | | * Add reader_strlist_append_file() as default reader function | ||||
* | 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 |