aboutsummaryrefslogtreecommitdiff
path: root/lib/internal_cmd.c
Commit message (Collapse)AuthorAgeFilesLines
* Adjust compilation flags for DarwinJoseph Hunkeler2020-05-061-2/+7
|
* Consolidate platform detection preprocessor checksJoseph Hunkeler2020-04-241-2/+2
|
* Better reporting when a package does not existJoseph Hunkeler2020-04-191-0/+6
| | | | | | | | * Add additional errors * Fix user_input function missing an error return value * spmbuild sources a temporary file instead of output from a sub-shell * Fix indentation problem * A reason can be attached to spmerrno using spmerrno_cause()
* Bugfix: Terminate arrayJoseph Hunkeler2020-03-271-1/+1
|
* Use getenv_pair() to construct a basic runtime environmentJoseph Hunkeler2020-03-271-1/+55
|
* Bugfix: Terminate arrayJoseph Hunkeler2020-03-261-1/+1
|
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-0/+401
possible