Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: spm_prompt_user did not capture input and process it as intended | Joseph Hunkeler | 2020-03-28 | 1 | -54/+19 |
| | |||||
* | 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 |
| | |||||
* | Fix compiler warnings not triggering | Joseph Hunkeler | 2020-03-27 | 1 | -2/+2 |
| | |||||
* | Bugfix: Terminate array | Joseph Hunkeler | 2020-03-27 | 1 | -1/+1 |
| | |||||
* | Use getenv_pair() to construct a basic runtime environment | Joseph Hunkeler | 2020-03-27 | 1 | -1/+55 |
| | |||||
* | Bugfix: Terminate array | Joseph Hunkeler | 2020-03-26 | 1 | -1/+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 | 5 | -18/+22 |
| | | | | * split() returns the input string when no delimiters are found | ||||
* | Bugfix: Replace char &reference with const char[] string. | Joseph Hunkeler | 2020-03-25 | 1 | -2/+2 |
| | |||||
* | Fix a few memory leaks: | Joseph Hunkeler | 2020-03-25 | 3 | -9/+22 |
| | | | | * Cannot free array of manifests successfully though... TODO | ||||
* | Fix double less-than check | Joseph Hunkeler | 2020-03-25 | 1 | -1/+1 |
| | |||||
* | Add .circleci/config.yml | Joseph Hunkeler | 2020-03-25 | 3 | -21/+19 |
| | |||||
* | 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 | 27 | -0/+7119 |
possible |