Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace atoi usage | Joseph Hunkeler | 2020-06-24 | 1 | -2/+2 |
* | Add string functions: | Joseph Hunkeler | 2020-05-24 | 1 | -0/+27 |
* | 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 |
* | 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 pos... | Joseph Hunkeler | 2020-03-18 | 1 | -0/+699 |