summaryrefslogtreecommitdiffstats
path: root/parse.c
Commit message (Expand)AuthorAgeFilesLines
* Support -flags on all the BSDsTavian Barnes2021-03-061-26/+9
* Implement -flags, from FreeBSD findTavian Barnes2021-03-061-0/+55
* Update copyright datesTavian Barnes2021-02-051-1/+1
* dir: New DIR* facadeTavian Barnes2021-01-281-10/+11
* parse: Fix the token type of -nowarnTavian Barnes2021-01-241-1/+1
* -perm: Use +t instead of ug+tTavian Barnes2021-01-131-2/+4
* Give messages to unconditional assertion failuresTavian Barnes2020-12-021-1/+1
* parse: Clean up debug flag parsing/printingTavian Barnes2020-12-021-37/+22
* parse: Don't pass an uninitialized regex_t to regerror()Tavian Barnes2020-11-281-1/+1
* Include what I useTavian Barnes2020-11-121-4/+3
* New -status option to display a status barTavian Barnes2020-11-031-3/+16
* exec: Adjust some calling conventionsTavian Barnes2020-10-061-3/+3
* printf: Adjust some calling conventionsTavian Barnes2020-10-061-3/+3
* diag: New bfs_perror() functionTavian Barnes2020-10-051-16/+23
* parse: Fail if -color is passed and the colors couldn't be parsedTavian Barnes2020-10-041-0/+10
* parse: More accurate error reporting for cfdup()Tavian Barnes2020-10-041-1/+7
* parse: Report errors when failing to add a rootTavian Barnes2020-10-041-1/+5
* Rename struct cmdline to bfs_ctxTavian Barnes2020-09-271-310/+172
* stat: Rename bfs_stat_flag to _flagsTavian Barnes2020-09-181-1/+1
* Implement -xattrnameTavian Barnes2020-08-131-0/+20
* bftw: Make some flag names more explicitTavian Barnes2020-07-291-15/+15
* bftw: Rename bftw_typeflag to bftw_type, and make it not a bitmaskTavian Barnes2020-07-291-4/+5
* Implement exponential deepening searchTavian Barnes2020-06-161-3/+10
* parse: Color the optimization level differently in dump_cmdline()Tavian Barnes2020-06-071-1/+1
* opt: Dump the command line before optimizing with -D optTavian Barnes2020-06-071-2/+2
* parse: Prohibit actions inside -excludeTavian Barnes2020-06-071-1/+19
* Treat -nohidden like -exclude -hiddenTavian Barnes2020-06-071-7/+21
* Implement -exclude, a special form for convenient exclusionsTavian Barnes2020-06-071-0/+31
* diag: Unify debug printingTavian Barnes2020-06-021-53/+18
* opt: Track data flow information about predicatesTavian Barnes2020-05-221-2/+2
* pwcache: Rename from passwd.[ch]Tavian Barnes2020-04-221-1/+1
* parse: Use the right color when suggesting typo fixesTavian Barnes2020-03-211-113/+126
* parse: Add -X and -s to -D tree outputTavian Barnes2020-03-211-17/+26
* Implement -s flag from FreeBSD find to sort resultsTavian Barnes2020-03-211-0/+11
* parse: Fix color code with -D tree -xdevTavian Barnes2020-03-201-1/+1
* parse: Prettify some errors and warningsTavian Barnes2020-03-201-51/+57
* parse: Prettify some of the option-specific helpTavian Barnes2020-03-201-41/+32
* parse: Don't warn if POSIXLY_CORRECT is setTavian Barnes2020-03-151-2/+4
* diag: Make the -warn flag part of the cmdlineTavian Barnes2020-03-151-30/+23
* passwd: Cache the user/group tablesTavian Barnes2020-02-291-6/+44
* parse: Give -ls and -fls an ephemeral FD for getpwuid()/getgrgid()Tavian Barnes2020-02-291-0/+2
* parse: Don't return success for invalid parse_int() calls with -DNDEBUGTavian Barnes2020-02-251-2/+2
* time: Split out time-related functions from utilTavian Barnes2020-02-131-145/+14
* parse: Handle 1969-12-31T23:59:59ZTavian Barnes2020-02-131-13/+14
* Implement -{a,B,c,m,}sinceTavian Barnes2020-02-121-20/+52
* parse: Set tm_isdst to -1Tavian Barnes2020-02-121-1/+3
* parse: Work around missing `timezone` on FreeBSDTavian Barnes2020-02-121-0/+5
* Implement explicit reference times (-newerXt)Tavian Barnes2020-02-111-3/+177
* parse: Add a missing NULL check for trie_insert_mem()Tavian Barnes2020-01-221-0/+5
* Update documentation for the -mount/-xdev revertTavian Barnes2019-09-141-1/+2