Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version1.2.2 | Joseph Hunkeler | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | Remove trailing semi-colon | Joseph Hunkeler | 2019-11-18 | 1 | -1/+1 |
| | | | | * Makes myassert() calls less confusing | ||||
* | 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 |
| | | | | * Add help argument | ||||
* | 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 |
| | | | | * free() duplicated strings | ||||
* | 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 |