aboutsummaryrefslogtreecommitdiff
path: root/include/strlist.h
Commit message (Collapse)AuthorAgeFilesLines
* Errors set return value and jump to end of functionJoseph Hunkeler2020-05-261-2/+1
|
* Add strlist_append_file()Joseph Hunkeler2020-05-251-0/+2
| | | | * Add reader_strlist_append_file() as default reader function
* Add strlist_remove()Joseph Hunkeler2020-05-211-0/+1
|
* define MAXFLOAT if it is not alreadyJoseph Hunkeler2020-04-281-8/+0
|
* Handle missing MAXFLOATJoseph Hunkeler2020-04-281-0/+4
|
* Improved strlist:Joseph Hunkeler2020-04-281-0/+3
| | | | | | | * Use strto*() functions instead of ato*() * Add _cmp and _copy functions * Removed compare functions * Replaced qsort call with strsort
* Initial commit of strlist.[c,h]Joseph Hunkeler2020-02-041-3/+1
|
* Initial commit of generic array handler codeJoseph Hunkeler2020-01-311-0/+44