summaryrefslogtreecommitdiffstats
path: root/expr.h
AgeCommit message (Expand)Author
2022-03-26opt: Warn about expressions we remove while optimizingTavian Barnes
2022-03-25expr: Store auxilliary data in a unionTavian Barnes
2022-03-12Don't shadow standard headersTavian Barnes
2022-02-21regex: Wrap the POSIX API in a facadeTavian Barnes
2022-01-29Standardize WITH_* make variables for configuring dependenciesTavian Barnes
2022-01-24Simplifyingdata-man
2022-01-24Using Oniguruma library (optionally)data-man
2021-07-27expr: Remove unneeded forward declaration of struct exprTavian Barnes
2021-06-02Implement time units for -{a,B,c,m}timeTavian Barnes
2021-03-06Implement -flags, from FreeBSD findTavian Barnes
2020-10-06expr, eval: Clean up header dependenciesTavian Barnes
2020-06-02diag: Unify debug printingTavian Barnes
2019-02-09Add some documentation commentsTavian Barnes
2018-09-24Update copyright datesTavian Barnes
2018-01-08stat: New wrapper around the stat() familyTavian Barnes
2018-01-08Minor header cleanupsTavian Barnes
2017-12-15Keep track of required FDs per-exprTavian Barnes
2017-11-05Add support for file birth/creation times on platforms that have itTavian 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