summaryrefslogtreecommitdiffstats
path: root/parse.c
AgeCommit message (Expand)Author
2019-05-04stat: Get rid of bfs_fstat()Tavian Barnes
2019-05-04stat: Unify the flags argumentsTavian Barnes
2019-04-27Add support for the NO_COLOR environment variableTavian Barnes
2019-04-24parse: Add some missing costs/probabilitiesTavian Barnes
2019-04-21parse: Allow things like -uid ++10Tavian Barnes
2019-04-20trie: Make trie_remove() take a leaf instead of a keyTavian Barnes
2019-03-27trie: Store void* values rather than const void*Tavian Barnes
2019-03-06bftw: Work around d_type being wrong for bind mounts on LinuxTavian Barnes
2019-03-06parse: Use a trie to hold currently open filesTavian Barnes
2019-03-01Implement -uniqueTavian Barnes
2019-02-13parse: Wrap -help output at 80 charsTavian Barnes
2019-02-12Fix missing color escape ($) in the -help outputTavian Barnes
2019-02-09Add some documentation commentsTavian Barnes
2019-02-06Re-write the help/manpageTavian Barnes
2019-02-06parse: Treat -d as a flag, not an optionTavian Barnes
2019-02-06parse: Add support for whiteouts in -type/-xtypeTavian Barnes
2019-02-06Fix -nouser/-nogroup error handlingTavian Barnes
2019-02-01parse: Remove the recommendation to check find -help or man findTavian Barnes
2019-01-11parse: Allow multiple comma-separated debug flagsTavian Barnes
2019-01-03posix1e: Don't #include <sys/capability.h> on FreeBSDTavian Barnes
2019-01-02color: Check format strings + args for cfprintf()Tavian Barnes
2019-01-02diag: Unify diagnostic formattingTavian Barnes
2018-12-30Hide unsupported options from -helpTavian Barnes
2018-12-28parse: Handle argc == 0Tavian Barnes
2018-12-25stat: Provide a helper for getting human-readable field namesTavian Barnes
2018-12-19parse: Fix probabilities when -types are duplicatedTavian Barnes
2018-12-19parse: Add cost info for -acl and -capableTavian Barnes
2018-12-17Implement -acl testTavian Barnes
2018-12-17Add new -capable testTavian Barnes
2018-11-02parse: Use a better reference point for incomplete expression errorsTavian Barnes
2018-11-02parse: Add support for -D all to enable all debug flagsTavian Barnes
2018-11-02parse: Improve -D diagnosticsTavian Barnes
2018-09-24Update copyright datesTavian Barnes
2018-08-16Add some missing fallthrough commentsTavian Barnes
2018-07-06parse: Add some missing failure messagesTavian Barnes
2018-06-18parse: Don't leave expr->mode_cmp uninitializedTavian Barnes
2018-01-20printf: Add %w and %Wk for file birth timesTavian Barnes
2018-01-08stat: New wrapper around the stat() familyTavian Barnes
2018-01-06parse: Minor cleanups from af7878c/7da0d28Tavian Barnes
2017-12-15Keep track of required FDs per-exprTavian Barnes
2017-11-13color: Implement %m for cfprintf()Tavian Barnes
2017-11-12exec: Recover from E2BIGTavian Barnes
2017-11-12cmdline: Account for files opened during/between evaluations more carefullyTavian Barnes
2017-11-05Add support for file birth/creation times on platforms that have itTavian Barnes
2017-11-05parse: Support -perm +7777, for compatibility with BSD and old GNU findTavian Barnes
2017-10-21parse: Keep track of what files are already openTavian Barnes
2017-10-21Report errors that occur when closing filesTavian Barnes
2017-10-15Add a man pageTavian Barnes
2017-09-17parse: Document the bfs meaning of -O in -helpTavian Barnes
2017-09-16opt: Separate optimization from parsingTavian Barnes