Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete generated test input if it exists (#4)HEAD1.3.0master | Joseph Hunkeler | 2021-03-12 | 1 | -1/+1 |
* | Bump version | Joseph Hunkeler | 2021-03-12 | 1 | -1/+1 |
* | Ignore build cruft | Joseph Hunkeler | 2021-03-12 | 1 | -0/+3 |
* | Add test for in place modification | Joseph Hunkeler | 2021-03-12 | 1 | -0/+6 |
* | Update README usage block | Joseph Hunkeler | 2021-03-12 | 1 | -7/+11 |
* | Allow modifying files in place if output argument is missing | Joseph Hunkeler | 2021-03-12 | 1 | -5/+15 |
* | Remove underscore from _reloc_errors | Joseph Hunkeler | 2021-03-12 | 1 | -2/+2 |
* | Update ci.yml | Joseph Hunkeler | 2019-11-25 | 1 | -3/+1 |
* | Merge pull request #3 from jhunkeler/improve-testing | Joseph Hunkeler | 2019-11-22 | 8 | -16/+69 |
|\ | |||||
| * | Decrease MSVC chatter | Joseph Hunkeler | 2019-11-22 | 3 | -5/+6 |
| * | Add test_reloc_write test | Joseph Hunkeler | 2019-11-22 | 2 | -0/+29 |
| * | Improve testing | Joseph Hunkeler | 2019-11-22 | 4 | -12/+35 |
| * | Add test_data.bin | Joseph Hunkeler | 2019-11-22 | 1 | -0/+0 |
|/ | |||||
* | Merge pull request #2 from jhunkeler/gha-msys2 | Joseph Hunkeler | 2019-11-22 | 1 | -3/+8 |
|\ | |||||
| * | Fixup Windows CI matrix | Joseph Hunkeler | 2019-11-21 | 1 | -3/+8 |
|/ | |||||
* | Remove spurious character from README.md | Joseph Hunkeler | 2019-11-21 | 1 | -1/+1 |
* | Merge pull request #1 from jhunkeler/jhunkeler-patch-1 | Joseph Hunkeler | 2019-11-21 | 5 | -4/+66 |
|\ | |||||
| * | GitHub Actions | Joseph Hunkeler | 2019-11-21 | 4 | -3/+58 |
| * | Add MSVC support | Joseph Hunkeler | 2019-11-21 | 2 | -2/+9 |
|/ | |||||
* | Bump version1.2.2 | Joseph Hunkeler | 2019-11-18 | 1 | -1/+1 |
* | Remove trailing semi-colon | Joseph Hunkeler | 2019-11-18 | 1 | -1/+1 |
* | Fix broken versioning | Joseph Hunkeler | 2019-11-18 | 1 | -1/+1 |
* | Fix minor compiler warnings | Joseph Hunkeler | 2019-11-18 | 1 | -2/+2 |
* | Consolidate usage | Joseph Hunkeler | 2019-11-18 | 1 | -14/+23 |
* | Plug a few leaks | Joseph Hunkeler | 2019-11-14 | 2 | -10/+17 |
* | Incorporate error handler | Joseph Hunkeler | 2019-11-14 | 2 | -17/+41 |
* | Finish read test | Joseph Hunkeler | 2019-11-14 | 1 | -13/+19 |
* | Add initial error handler code | Joseph Hunkeler | 2019-11-14 | 1 | -0/+14 |
* | Add initial error handler code | Joseph Hunkeler | 2019-11-14 | 2 | -1/+22 |
* | Decouple main program and add initial tests | Joseph Hunkeler | 2019-11-13 | 7 | -72/+236 |
* | Remove unused prototype | Joseph Hunkeler | 2019-11-13 | 1 | -1/+0 |
* | Rename main.c | Joseph Hunkeler | 2019-11-13 | 1 | -0/+0 |
* | Implement version1.0.0 | Joseph Hunkeler | 2019-11-12 | 5 | -6/+29 |
* | Fix segfault while calculating base name | Joseph Hunkeler | 2019-11-08 | 1 | -1/+6 |
* | Generate install target | Joseph Hunkeler | 2019-11-08 | 1 | -0/+2 |
* | Fix missing include | Joseph Hunkeler | 2019-11-08 | 1 | -4/+1 |
* | Add comments | Joseph Hunkeler | 2019-11-08 | 1 | -0/+3 |
* | Add missing strdup() calls | Joseph Hunkeler | 2019-11-08 | 1 | -2/+6 |
* | Handle OS-specific size_t printf formatting | Joseph Hunkeler | 2019-11-08 | 2 | -5/+11 |
* | Initial commit | Joseph Hunkeler | 2019-11-08 | 6 | -0/+328 |