index
:
bp
main
master
Bruce's Parsing Expression Grammar tool for matching PEGs
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
file_loader.c
Age
Commit message (
Expand
)
Author
2021-01-14
Overhaul of memory tracking and left recursion. Added explanation doc
Bruce Hill
2021-01-13
Cleanup
Bruce Hill
2021-01-13
Working towards zero memory leakage
Bruce Hill
2021-01-13
Major overhaul of some of the memory tracking code, as well as some
Bruce Hill
2021-01-12
Added forward declarations for static functions
Bruce Hill
2021-01-12
Some general cleanup, adding comments, adding more __attribute__s where
Bruce Hill
2021-01-12
Adding comments
Bruce Hill
2021-01-12
Standardizing to line-comments instead of block comments
Bruce Hill
2021-01-10
Updated more things to use xfree(&foo) instead of free(foo)
Bruce Hill
2020-12-27
Added in-place filtering/replacements
Bruce Hill
2020-12-19
Extra safety
Bruce Hill
2020-12-17
Better null byte handling, simplified match datastructures, and some
Bruce Hill
2020-12-17
Memory allocation failure checks, and a simpler new() function
Bruce Hill
2020-09-28
Starting to add better error messages
Bruce Hill
2020-09-24
Added mmap()
Bruce Hill
2020-09-18
Slightly better handling of NULL bytes
Bruce Hill
2020-09-17
Better printing
Bruce Hill
2020-09-17
Some error handling
Bruce Hill
2020-09-16
Removed the requirement for semicolons, changed '=' -> ':' for
Bruce Hill
2020-09-16
Added tons of file and line number stuff
Bruce Hill
2020-09-16
WIP
Bruce Hill