aboutsummaryrefslogtreecommitdiff
path: root/lib/user_input.c
Commit message (Collapse)AuthorAgeFilesLines
* Better reporting when a package does not existJoseph Hunkeler2020-04-191-0/+1
| | | | | | | | * 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: spm_prompt_user did not capture input and process it as intendedJoseph Hunkeler2020-03-281-54/+19
|
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-0/+75
possible