aboutsummaryrefslogtreecommitdiff
path: root/file_loader.c
AgeCommit message (Expand)Author
2021-01-14Overhaul of memory tracking and left recursion. Added explanation docBruce Hill
2021-01-13CleanupBruce Hill
2021-01-13Working towards zero memory leakageBruce Hill
2021-01-13Major overhaul of some of the memory tracking code, as well as someBruce Hill
2021-01-12Added forward declarations for static functionsBruce Hill
2021-01-12Some general cleanup, adding comments, adding more __attribute__s whereBruce Hill
2021-01-12Adding commentsBruce Hill
2021-01-12Standardizing to line-comments instead of block commentsBruce Hill
2021-01-10Updated more things to use xfree(&foo) instead of free(foo)Bruce Hill
2020-12-27Added in-place filtering/replacementsBruce Hill
2020-12-19Extra safetyBruce Hill
2020-12-17Better null byte handling, simplified match datastructures, and someBruce Hill
2020-12-17Memory allocation failure checks, and a simpler new() functionBruce Hill
2020-09-28Starting to add better error messagesBruce Hill
2020-09-24Added mmap()Bruce Hill
2020-09-18Slightly better handling of NULL bytesBruce Hill
2020-09-17Better printingBruce Hill
2020-09-17Some error handlingBruce Hill
2020-09-16Removed the requirement for semicolons, changed '=' -> ':' forBruce Hill
2020-09-16Added tons of file and line number stuffBruce Hill
2020-09-16WIPBruce Hill