summaryrefslogtreecommitdiffstats
path: root/cmdline.h
AgeCommit message (Expand)Author
2019-08-29darray: New dynamic array libraryTavian Barnes
2019-05-28Implement a depth-first mode (-dfs)Tavian Barnes
2019-05-28bftw: Visit multiple roots breadth-firstTavian Barnes
2019-03-06bftw: Work around d_type being wrong for bind mounts on LinuxTavian Barnes
2019-03-06parse: Use a trie to hold currently open filesTavian Barnes
2019-03-01Implement -uniqueTavian Barnes
2019-02-09Add some documentation commentsTavian Barnes
2018-11-02parse: Add support for -D all to enable all debug flagsTavian Barnes
2018-09-24Update copyright datesTavian Barnes
2018-01-08Minor header cleanupsTavian Barnes
2017-12-15Keep track of required FDs per-exprTavian Barnes
2017-11-12cmdline: Account for files opened during/between evaluations more carefullyTavian Barnes
2017-10-21cmdline: Declare functions in a more natural orderTavian Barnes
2017-10-21parse: Keep track of what files are already openTavian Barnes
2017-10-21Report errors that occur when closing filesTavian Barnes
2017-09-16opt: Separate optimization from parsingTavian Barnes