summaryrefslogtreecommitdiffstats
path: root/parse.c
Commit message (Expand)AuthorAgeFilesLines
* trie: Store void* values rather than const void*Tavian Barnes2019-03-271-2/+2
* bftw: Work around d_type being wrong for bind mounts on LinuxTavian Barnes2019-03-061-5/+8
* parse: Use a trie to hold currently open filesTavian Barnes2019-03-061-21/+18
* Implement -uniqueTavian Barnes2019-03-011-3/+23
* parse: Wrap -help output at 80 charsTavian Barnes2019-02-131-3/+4
* Fix missing color escape ($) in the -help outputTavian Barnes2019-02-121-1/+1
* Add some documentation commentsTavian Barnes2019-02-091-0/+7
* Re-write the help/manpageTavian Barnes2019-02-061-164/+125
* parse: Treat -d as a flag, not an optionTavian Barnes2019-02-061-2/+2
* parse: Add support for whiteouts in -type/-xtypeTavian Barnes2019-02-061-0/+4
* Fix -nouser/-nogroup error handlingTavian Barnes2019-02-061-0/+2
* parse: Remove the recommendation to check find -help or man findTavian Barnes2019-02-011-6/+3
* parse: Allow multiple comma-separated debug flagsTavian Barnes2019-01-111-46/+81
* posix1e: Don't #include <sys/capability.h> on FreeBSDTavian Barnes2019-01-031-0/+1
* color: Check format strings + args for cfprintf()Tavian Barnes2019-01-021-219/+221
* diag: Unify diagnostic formattingTavian Barnes2019-01-021-67/+70
* Hide unsupported options from -helpTavian Barnes2018-12-301-0/+6
* parse: Handle argc == 0Tavian Barnes2018-12-281-0/+6
* stat: Provide a helper for getting human-readable field namesTavian Barnes2018-12-251-37/+30
* parse: Fix probabilities when -types are duplicatedTavian Barnes2018-12-191-16/+24
* parse: Add cost info for -acl and -capableTavian Barnes2018-12-191-2/+6
* Implement -acl testTavian Barnes2018-12-171-0/+19
* Add new -capable testTavian Barnes2018-12-171-0/+20
* parse: Use a better reference point for incomplete expression errorsTavian Barnes2018-11-021-1/+8
* parse: Add support for -D all to enable all debug flagsTavian Barnes2018-11-021-0/+3
* parse: Improve -D diagnosticsTavian Barnes2018-11-021-12/+26
* Update copyright datesTavian Barnes2018-09-241-1/+1
* Add some missing fallthrough commentsTavian Barnes2018-08-161-0/+1
* parse: Add some missing failure messagesTavian Barnes2018-07-061-0/+2
* parse: Don't leave expr->mode_cmp uninitializedTavian Barnes2018-06-181-1/+1
* printf: Add %w and %Wk for file birth timesTavian Barnes2018-01-201-1/+6
* stat: New wrapper around the stat() familyTavian Barnes2018-01-081-64/+45
* parse: Minor cleanups from af7878c/7da0d28Tavian Barnes2018-01-061-6/+2
* Keep track of required FDs per-exprTavian Barnes2017-12-151-11/+14
* color: Implement %m for cfprintf()Tavian Barnes2017-11-131-6/+6
* exec: Recover from E2BIGTavian Barnes2017-11-121-2/+6
* cmdline: Account for files opened during/between evaluations more carefullyTavian Barnes2017-11-121-7/+21
* Add support for file birth/creation times on platforms that have itTavian Barnes2017-11-051-34/+71
* parse: Support -perm +7777, for compatibility with BSD and old GNU findTavian Barnes2017-11-051-0/+6
* parse: Keep track of what files are already openTavian Barnes2017-10-211-40/+99
* Report errors that occur when closing filesTavian Barnes2017-10-211-7/+30
* Add a man pageTavian Barnes2017-10-151-15/+22
* parse: Document the bfs meaning of -O in -helpTavian Barnes2017-09-171-2/+15
* opt: Separate optimization from parsingTavian Barnes2017-09-161-328/+19
* parse: Don't reorder or remove tests with potential side effectsTavian Barnes2017-09-061-3/+21
* parse: Factor out common initialization code for -print and friendsTavian Barnes2017-09-061-35/+30
* Implement -D searchTavian Barnes2017-09-021-0/+3
* Implement cost-based optimizationTavian Barnes2017-08-271-43/+210
* Avoid multiple extra stat()s of broken symlinks for -xtypeTavian Barnes2017-08-221-1/+1
* Unify broken symlink handlingTavian Barnes2017-08-121-1/+1