Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow modifying files in place if output argument is missing | Joseph Hunkeler | 2021-03-12 | 1 | -5/+15 |
| | |||||
* | GitHub Actions | Joseph Hunkeler | 2019-11-21 | 1 | -1/+1 |
| | | | | | | | * Add MSVC support * Update README.md to reflect changes * Implement ci.yml * Add missing argument to usage statement | ||||
* | Consolidate usage | Joseph Hunkeler | 2019-11-18 | 1 | -14/+23 |
| | | | | * Add help argument | ||||
* | Plug a few leaks | Joseph Hunkeler | 2019-11-14 | 1 | -4/+5 |
| | |||||
* | Incorporate error handler | Joseph Hunkeler | 2019-11-14 | 1 | -0/+19 |
| | |||||
* | Decouple main program and add initial tests | Joseph Hunkeler | 2019-11-13 | 1 | -0/+72 |
| | |||||
* | Rename main.c | Joseph Hunkeler | 2019-11-13 | 1 | -184/+0 |
| | |||||
* | Implement version1.0.0 | Joseph Hunkeler | 2019-11-12 | 1 | -5/+19 |
| | |||||
* | Fix segfault while calculating base name | Joseph Hunkeler | 2019-11-08 | 1 | -1/+6 |
| | |||||
* | 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 | 1 | -5/+9 |
| | |||||
* | Initial commit | Joseph Hunkeler | 2019-11-08 | 1 | -0/+154 |