aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow modifying files in place if output argument is missingJoseph Hunkeler2021-03-121-5/+15
|
* GitHub ActionsJoseph Hunkeler2019-11-211-1/+1
| | | | | | | * Add MSVC support * Update README.md to reflect changes * Implement ci.yml * Add missing argument to usage statement
* Consolidate usageJoseph Hunkeler2019-11-181-14/+23
| | | | * Add help argument
* Plug a few leaksJoseph Hunkeler2019-11-141-4/+5
|
* Incorporate error handlerJoseph Hunkeler2019-11-141-0/+19
|
* Decouple main program and add initial testsJoseph Hunkeler2019-11-131-0/+72
|
* Rename main.cJoseph Hunkeler2019-11-131-184/+0
|
* Implement version1.0.0Joseph Hunkeler2019-11-121-5/+19
|
* Fix segfault while calculating base nameJoseph Hunkeler2019-11-081-1/+6
|
* Add commentsJoseph Hunkeler2019-11-081-0/+3
|
* Add missing strdup() callsJoseph Hunkeler2019-11-081-2/+6
| | | | * free() duplicated strings
* Handle OS-specific size_t printf formattingJoseph Hunkeler2019-11-081-5/+9
|
* Initial commitJoseph Hunkeler2019-11-081-0/+154