summaryrefslogtreecommitdiffstats
path: root/parse.c
AgeCommit message (Expand)Author
2020-11-03New -status option to display a status barTavian Barnes
2020-10-06exec: Adjust some calling conventionsTavian Barnes
2020-10-06printf: Adjust some calling conventionsTavian Barnes
2020-10-05diag: New bfs_perror() functionTavian Barnes
2020-10-04parse: Fail if -color is passed and the colors couldn't be parsedTavian Barnes
2020-10-04parse: More accurate error reporting for cfdup()Tavian Barnes
2020-10-04parse: Report errors when failing to add a rootTavian Barnes
2020-09-27Rename struct cmdline to bfs_ctxTavian Barnes
2020-09-18stat: Rename bfs_stat_flag to _flagsTavian Barnes
2020-08-13Implement -xattrnameTavian Barnes
2020-07-29bftw: Make some flag names more explicitTavian Barnes
2020-07-29bftw: Rename bftw_typeflag to bftw_type, and make it not a bitmaskTavian Barnes
2020-06-16Implement exponential deepening searchTavian Barnes
2020-06-07parse: Color the optimization level differently in dump_cmdline()Tavian Barnes
2020-06-07opt: Dump the command line before optimizing with -D optTavian Barnes
2020-06-07parse: Prohibit actions inside -excludeTavian Barnes
2020-06-07Treat -nohidden like -exclude -hiddenTavian Barnes
2020-06-07Implement -exclude, a special form for convenient exclusionsTavian Barnes
2020-06-02diag: Unify debug printingTavian Barnes
2020-05-22opt: Track data flow information about predicatesTavian Barnes
2020-04-22pwcache: Rename from passwd.[ch]Tavian Barnes
2020-03-21parse: Use the right color when suggesting typo fixesTavian Barnes
2020-03-21parse: Add -X and -s to -D tree outputTavian Barnes
2020-03-21Implement -s flag from FreeBSD find to sort resultsTavian Barnes
2020-03-20parse: Fix color code with -D tree -xdevTavian Barnes
2020-03-20parse: Prettify some errors and warningsTavian Barnes
2020-03-20parse: Prettify some of the option-specific helpTavian Barnes
2020-03-15parse: Don't warn if POSIXLY_CORRECT is setTavian Barnes
2020-03-15diag: Make the -warn flag part of the cmdlineTavian Barnes
2020-02-29passwd: Cache the user/group tablesTavian Barnes
2020-02-29parse: Give -ls and -fls an ephemeral FD for getpwuid()/getgrgid()Tavian Barnes
2020-02-25parse: Don't return success for invalid parse_int() calls with -DNDEBUGTavian Barnes
2020-02-13time: Split out time-related functions from utilTavian Barnes
2020-02-13parse: Handle 1969-12-31T23:59:59ZTavian Barnes
2020-02-12Implement -{a,B,c,m,}sinceTavian Barnes
2020-02-12parse: Set tm_isdst to -1Tavian Barnes
2020-02-12parse: Work around missing `timezone` on FreeBSDTavian Barnes
2020-02-11Implement explicit reference times (-newerXt)Tavian Barnes
2020-01-22parse: Add a missing NULL check for trie_insert_mem()Tavian Barnes
2019-09-14Update documentation for the -mount/-xdev revertTavian Barnes
2019-09-11parse: Don't treat -mount differently from -xdev yetTavian Barnes
2019-08-29darray: New dynamic array libraryTavian Barnes
2019-07-05Make -mount and -xdev documentation alphabeticalTavian Barnes
2019-07-04Make -mount and -xdev do different thingsTavian Barnes
2019-06-27parse: Add costs for -*able testsTavian Barnes
2019-06-25parse: Reorder table_entry to avoid needing to specify prefix=falseTavian Barnes
2019-06-16parse: Sort the parse tableTavian Barnes
2019-06-04parse: Reject unknown search strategiesTavian Barnes
2019-06-04parse: Use -S {bfs,dfs,ids} rather than -{bfs,dfs,ids}Tavian Barnes
2019-06-03Add documentation for -bfs/-dfs/-idsTavian Barnes