summaryrefslogtreecommitdiffstats
path: root/parse.c
AgeCommit message (Expand)Author
2021-06-13parse: More -help pager improvementsTavian Barnes
2021-06-09util: Rename fallthrough to BFS_FALLTHROUGHTavian Barnes
2021-06-02Implement time units for -{a,B,c,m}timeTavian Barnes
2021-06-02Enable -Wimplicit-fallthroughTavian Barnes
2021-04-14parse: launch_pager(): set the LESS environment variable if it is empty.Markus F.X.J. Oberhumer
2021-04-13parse: check if PAGER environment variable is empty.Markus F.X.J. Oberhumer
2021-03-06Support -flags on all the BSDsTavian Barnes
2021-03-06Implement -flags, from FreeBSD findTavian Barnes
2021-02-05Update copyright datesTavian Barnes
2021-01-28dir: New DIR* facadeTavian Barnes
2021-01-24parse: Fix the token type of -nowarnTavian Barnes
2021-01-13-perm: Use +t instead of ug+tTavian Barnes
2020-12-02Give messages to unconditional assertion failuresTavian Barnes
2020-12-02parse: Clean up debug flag parsing/printingTavian Barnes
2020-11-28parse: Don't pass an uninitialized regex_t to regerror()Tavian Barnes
2020-11-12Include what I useTavian Barnes
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