summaryrefslogtreecommitdiffstats
path: root/expr.h
Commit message (Collapse)AuthorAgeFilesLines
* regex: Wrap the POSIX API in a facadeTavian Barnes2022-02-211-1/+1
|
* Standardize WITH_* make variables for configuring dependenciesTavian Barnes2022-01-291-1/+1
|
* Simplifyingdata-man2022-01-241-6/+1
|
* Using Oniguruma library (optionally)data-man2022-01-241-1/+6
|
* expr: Remove unneeded forward declaration of struct exprTavian Barnes2021-07-271-5/+3
|
* Implement time units for -{a,B,c,m}timeTavian Barnes2021-06-021-0/+2
| | | | From FreeBSD find. Closes #75.
* Implement -flags, from FreeBSD findTavian Barnes2021-03-061-0/+5
| | | | This is the last BSD-specific primary I'm aware of. Fixes #14.
* expr, eval: Clean up header dependenciesTavian Barnes2020-10-061-17/+1
|
* diag: Unify debug printingTavian Barnes2020-06-021-5/+0
|
* 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
| | | | | This lets bfs transparently support the new statx() system call on Linux, giving it access to file birth times.
* 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
| | | | Fixes #19
* parse: Keep track of what files are already openTavian Barnes2017-10-211-3/+1
| | | | Fixes #22
* Report errors that occur when closing filesTavian Barnes2017-10-211-1/+3
| | | | Otherwise we miss write errors that occur when flushing the cache.
* opt: Separate optimization from parsingTavian Barnes2017-09-161-0/+225