summaryrefslogtreecommitdiffstats
path: root/expr.h
Commit message (Expand)AuthorAgeFilesLines
* Add some documentation commentsTavian Barnes2019-02-091-0/+4
* Update copyright datesTavian Barnes2018-09-241-1/+1
* stat: New wrapper around the stat() familyTavian Barnes2018-01-081-16/+3
* Minor header cleanupsTavian Barnes2018-01-081-3/+3
* Keep track of required FDs per-exprTavian Barnes2017-12-151-0/+5
* Add support for file birth/creation times on platforms that have itTavian Barnes2017-11-051-0/+2
* parse: Keep track of what files are already openTavian Barnes2017-10-211-3/+1
* Report errors that occur when closing filesTavian Barnes2017-10-211-1/+3
* opt: Separate optimization from parsingTavian Barnes2017-09-161-0/+225