Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the correct type to support large return by version_from() | Joseph Hunkeler | 2020-05-24 | 1 | -7/+7 |
* | Fix leak | Joseph Hunkeler | 2020-05-24 | 1 | -0/+1 |
* | Add version type and functions: | Joseph Hunkeler | 2020-05-24 | 1 | -304/+103 |
* | Add string functions: | Joseph Hunkeler | 2020-05-24 | 1 | -0/+27 |
* | Handle Darwin | Joseph Hunkeler | 2020-05-21 | 1 | -12/+40 |
* | Rewrite version_from() to be input agnostic | Joseph Hunkeler | 2020-05-21 | 1 | -7/+137 |
* | Add strlist_remove() | Joseph Hunkeler | 2020-05-21 | 1 | -0/+22 |
* | Use pkg-config | Joseph Hunkeler | 2020-05-07 | 1 | -1/+4 |
* | Adjust compilation flags for Darwin | Joseph Hunkeler | 2020-05-06 | 1 | -2/+7 |
* | Add TODO item | Joseph Hunkeler | 2020-05-06 | 1 | -0/+1 |
* | Add install_name_tool and Darwin specific branches | Joseph Hunkeler | 2020-05-01 | 1 | -3/+22 |
* | Add SPM_ERR_NOT_IMPLEMENTED error type | Joseph Hunkeler | 2020-05-01 | 1 | -0/+1 |
* | Fix typo | Joseph Hunkeler | 2020-04-29 | 1 | -1/+1 |
* | Add install_name_tool | Joseph Hunkeler | 2020-04-29 | 1 | -57/+38 |
* | refactor shlib_deps_objdump to become a generic objdump-er | Joseph Hunkeler | 2020-04-29 | 1 | -4/+87 |
* | Fix formatter bug | Joseph Hunkeler | 2020-04-28 | 1 | -1/+1 |
* | Remove TODO | Joseph Hunkeler | 2020-04-28 | 1 | -1/+0 |
* | Improved strlist: | Joseph Hunkeler | 2020-04-28 | 1 | -59/+54 |
* | Consolidate platform detection preprocessor checks | Joseph Hunkeler | 2020-04-24 | 5 | -7/+8 |
* | Add macos specific code | Joseph Hunkeler | 2020-04-24 | 1 | -11/+73 |
* | Handle NULL reason | Joseph Hunkeler | 2020-04-21 | 1 | -3/+9 |
* | Empty manifests are OK here | Joseph Hunkeler | 2020-04-20 | 1 | -5/+0 |
* | hmm | Joseph Hunkeler | 2020-04-19 | 1 | -2/+2 |
* | Properly declare SPM_ERR_STRING global | Joseph Hunkeler | 2020-04-19 | 1 | -0/+12 |
* | Better reporting when a package does not exist | Joseph Hunkeler | 2020-04-19 | 6 | -15/+73 |
* | Implement error handling | Joseph Hunkeler | 2020-04-19 | 5 | -16/+53 |
* | Add error handler | Joseph Hunkeler | 2020-04-19 | 1 | -0/+27 |
* | spm_mkdtemp requires a base directory: | Joseph Hunkeler | 2020-04-18 | 3 | -6/+14 |
* | Clean up find_by_strspec | Joseph Hunkeler | 2020-04-14 | 1 | -20/+11 |
* | Add functions: | Joseph Hunkeler | 2020-04-14 | 1 | -0/+127 |
* | lib/fs.c | Joseph Hunkeler | 2020-04-10 | 1 | -2/+5 |
* | Fail if seek fails | Joseph Hunkeler | 2020-04-09 | 1 | -1/+3 |
* | relocate() return -1 on NULL arguments | Joseph Hunkeler | 2020-04-08 | 1 | -3/+10 |
* | Add test_relocation_file_replace_text (#14) | Joseph Hunkeler | 2020-04-08 | 1 | -5/+6 |
* | Test replace_text (#13) | Joseph Hunkeler | 2020-04-06 | 1 | -9/+13 |
* | Merge pull request #11 from jhunkeler/strlist-fixes | Joseph Hunkeler | 2020-04-01 | 1 | -5/+31 |
|\ | |||||
| * | Handle NULL input (for most cases) | Joseph Hunkeler | 2020-04-01 | 1 | -5/+31 |
* | | Add test_config_read test | Joseph Hunkeler | 2020-04-01 | 1 | -4/+9 |
|/ | |||||
* | Fix shell command benchmarking | Joseph Hunkeler | 2020-03-30 | 1 | -11/+12 |
* | 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 |
* | Bugfix: Replace char &reference with const char[] string. | Joseph Hunkeler | 2020-03-25 | 1 | -2/+2 |