summaryrefslogtreecommitdiff
path: root/pages.c
AgeCommit message (Collapse)AuthorFilesLines
2019-12-26added ability to write to an offset in a fileDaniel Jones1-0/+87
2019-12-26don't use tempfile()Daniel Jones1-12/+5
instead we create a temp file in the cwd and rename it to the desired output file name and location
2019-12-25first commitDaniel Jones1-0/+238