summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-04-24Release 1.01.0Tavian Barnes
2017-04-23Implement -fstypeTavian Barnes
2017-04-16Make -help output prettier and more completeTavian Barnes
2017-04-16tests.sh: Allow individual tests to be specified on the command lineTavian Barnes
2017-04-16Implement -XTavian Barnes
2017-04-16tests: Add tests for bfs extensions to -exec ... +Tavian Barnes
2017-04-15exec: Interpret ARG_MAX corretly.Tavian Barnes
2017-04-15exec: close() the working directory even if !ftwbufTavian Barnes
2017-04-15Implement -exec/-execdir ... +Tavian Barnes
2017-04-13util.h: Don't use a forward reference to enum bftw_typeflagTavian Barnes
2017-04-08tests.sh: Use eval instead of declare -gTavian Barnes
2017-04-08Move bftw_typeflag converters to util.cTavian Barnes
2017-03-22bftw: Only rebuild the part of the path that changesTavian Barnes
2017-03-20bftw: Fix quadratic reference counting complexityTavian Barnes
2017-03-16Respect -nocolor for -fprint /dev/stdoutTavian Barnes
2017-03-16Color link targets for -lsTavian Barnes
2017-03-16Give struct expr a CFILE* instead of just a FILE*Tavian Barnes
2017-03-11Release 0.960.96Tavian Barnes
2017-03-11Implement -ls and -flsTavian Barnes
2017-03-11tests: Run everything in UTCTavian Barnes
2017-03-11Add a test for colored outputTavian Barnes
2017-03-11Make a printf()-style API for colored messagesTavian Barnes
2017-03-11Implement -printf %Ak, %Ck, and %TkTavian Barnes
2017-02-11tests: Print the count of passing and failing testsTavian Barnes
2017-02-11Add some tests for the operators themselvesTavian Barnes
2017-02-11Allow short-circuiting optimizations with non-pure operandsTavian Barnes
2017-02-10Add tests for bfs's flexible command line parsingTavian Barnes
2017-02-10tests: Don't require bash associative arraysTavian Barnes
2017-02-09bftw: Make the nameoff of "///" point to "/"Tavian Barnes
2017-02-09Give the test cases human-readable namesTavian Barnes
2017-02-09Don't close stdin for -ok or -okdirTavian Barnes
2017-02-09parse: Factor out all "looks like icmp" checksTavian Barnes
2017-02-09bftw: Add the DIR* to bftw_stateTavian Barnes
2017-02-08Add support for -x?type with multiple typesTavian Barnes
2017-02-07bftw: Add mising closedir() to error pathTavian Barnes
2017-02-07Bail out if parse_root() failsTavian Barnes
2017-02-07Add some missing perror() callsTavian Barnes
2017-02-06bftw: Plug a leak if dirqueue_push() failsTavian Barnes
2017-02-06Fix a memory leak parsing -printfTavian Barnes
2017-02-06tests.sh: Set the umask before creating the test treesTavian Barnes
2017-02-05Make -quit happen immediately, not at the end of the current expressionTavian Barnes
2017-02-05bftw: Compute nameoff correctly for the root in BFTW_DEPTH modeTavian Barnes
2017-02-05Implement -printf/-fprintfTavian Barnes
2017-02-04Implement -nouser and -nogroupTavian Barnes
2017-01-31Don't trust st_size when reading symlinksTavian Barnes
2017-01-14Simplify exec_chdir()Tavian Barnes
2017-01-06Don't set _POSIX_C_SOURCETavian Barnes
2017-01-03tests: Add a test for -inumTavian Barnes
2017-01-02tests: Add tests for -quitTavian Barnes
2017-01-02eval: Check that O_DIRECTORY is defined before using itTavian Barnes