Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add strcmp_array() function | Joseph Hunkeler | 2020-03-28 | 1 | -0/+41 |
| | |||||
* | Return NULL if input is NULL | Joseph Hunkeler | 2020-03-27 | 1 | -0/+5 |
| | |||||
* | Explicit return | Joseph Hunkeler | 2020-03-27 | 1 | -0/+1 |
| | |||||
* | Guarantee the array is terminated | Joseph Hunkeler | 2020-03-26 | 1 | -0/+1 |
| | |||||
* | Fix segfault caused by freeing records for no reason: | Joseph Hunkeler | 2020-03-26 | 1 | -5/+6 |
| | | | | * split() returns the input string when no delimiters are found | ||||
* | Fix double less-than check | Joseph Hunkeler | 2020-03-25 | 1 | -1/+1 |
| | |||||
* | Fix bugs uncovered by tests | Joseph Hunkeler | 2020-03-24 | 1 | -39/+110 |
| | |||||
* | Refactor project: build/install libspm[_static.a].so to make unit testing ↵ | Joseph Hunkeler | 2020-03-18 | 1 | -0/+699 |
possible |