aboutsummaryrefslogtreecommitdiff
path: root/files.c
AgeCommit message (Expand)Author
2021-05-10Bugfix for error printingBruce Hill
2021-03-15Fix for being unable to match patterns on zero-length files (or at theBruce Hill
2021-03-03Fix for permissions/ownership getting screwed up with inplace modifyingBruce Hill
2021-01-26Removed check() and replaced with err()/errx()Bruce Hill
2021-01-19Simplified code by disallowing escapes in strings and splittingBruce Hill
2021-01-18Finally got around to implementing binary search for line numbersBruce Hill
2021-01-18Removed dead code for interning files (no longer needed since temp fileBruce Hill
2021-01-18More boolsBruce Hill
2021-01-18A few more pedantic cleanupsBruce Hill
2021-01-18More static analyzer cleanupBruce Hill
2021-01-18More static analyzer cleanup, including switching to use bools whereBruce Hill
2021-01-18Checking more return values (per static analyzer)Bruce Hill
2021-01-18Static analysis part 1Bruce Hill
2021-01-18Hacky fix for tabs misaligning error printingBruce Hill
2021-01-18Fixed error printing codeBruce Hill
2021-01-17Updated commentBruce Hill
2021-01-17Fixed two bugs: mmapped files weren't getting closed, and filenames withBruce Hill
2021-01-15Sorting importsBruce Hill
2021-01-15Renaming files: printing->print, file_loader->filesBruce Hill