aboutsummaryrefslogtreecommitdiff
path: root/lib/str.c
Commit message (Expand)AuthorAgeFilesLines
* Replace atoi usageJoseph Hunkeler2020-06-241-2/+2
* Add string functions:Joseph Hunkeler2020-05-241-0/+27
* 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
* 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 pos...Joseph Hunkeler2020-03-181-0/+699