aboutsummaryrefslogtreecommitdiff
path: root/lib/str.c
Commit message (Collapse)AuthorAgeFilesLines
* Add strcmp_array() functionJoseph Hunkeler2020-03-281-0/+41
|
* Return NULL if input is NULLJoseph Hunkeler2020-03-271-0/+5
|
* Explicit returnJoseph Hunkeler2020-03-271-0/+1
|
* Guarantee the array is terminatedJoseph Hunkeler2020-03-261-0/+1
|
* Fix segfault caused by freeing records for no reason:Joseph Hunkeler2020-03-261-5/+6
| | | | * split() returns the input string when no delimiters are found
* Fix double less-than checkJoseph Hunkeler2020-03-251-1/+1
|
* Fix bugs uncovered by testsJoseph Hunkeler2020-03-241-39/+110
|
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-0/+699
possible