summaryrefslogtreecommitdiffstats
path: root/eval.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement -flags, from FreeBSD findTavian Barnes2021-03-061-0/+1
| | | | This is the last BSD-specific primary I'm aware of. Fixes #14.
* expr, eval: Clean up header dependenciesTavian Barnes2020-10-061-2/+21
|
* Rename struct cmdline to bfs_ctxTavian Barnes2020-09-271-0/+12
| | | | | The API remains similar, with some added accessor functions for lazy initialization of the pwcache and mtab.
* Implement -xattrnameTavian Barnes2020-08-131-0/+1
| | | | From macOS find.
* Treat -nohidden like -exclude -hiddenTavian Barnes2020-06-071-1/+0
| | | | Fixes #30.
* Implement -xattr predicateTavian Barnes2019-05-241-0/+1
|
* Add some documentation commentsTavian Barnes2019-02-091-0/+5
|
* Implement -acl testTavian Barnes2018-12-171-0/+1
|
* Add new -capable testTavian Barnes2018-12-171-0/+1
|
* Update copyright datesTavian Barnes2018-09-241-1/+1
|
* Minor header cleanupsTavian Barnes2018-01-081-3/+3
|
* Add support for file birth/creation times on platforms that have itTavian Barnes2017-11-051-2/+2
| | | | Fixes #19
* opt: Separate optimization from parsingTavian Barnes2017-09-161-0/+73