summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-02-05Update copyright datesTavian Barnes
2021-02-05completions/bash: Use bash-completions helpersTavian Barnes
2021-01-29dir: Use fdclosedir() for bfs_freedir() on FreeBSDTavian Barnes
2021-01-29Makefile: Give LTO linking access to the jobserverTavian Barnes
2021-01-29bftw: Share the fd between the cache and open bfs_dirTavian Barnes
2021-01-29dir: Add a Linux implementation using the getdents() syscall directlyTavian Barnes
2021-01-28dir: Add missing #include <sys/stat.h>Tavian Barnes
2021-01-28main: Add some new source files to the top-level commentTavian Barnes
2021-01-28dir: New DIR* facadeTavian Barnes
2021-01-28bftw: Get rid of bftw_readerTavian Barnes
2021-01-28bftw: Avoid allocating when handling ENAMETOOLONGTavian Barnes
2021-01-28bftw: Allow for NULL base when recovering from EMFILETavian Barnes
2021-01-28Enable -Wshadow by defaultTavian Barnes
2021-01-24parse: Fix the token type of -nowarnTavian Barnes
2021-01-24Makefile: Install completionsTavian Barnes
2021-01-24completions/bash: Some improvementsTavian Barnes
2021-01-23Merge pull request #64 from bmundt6/mainTavian Barnes
2021-01-13-used: Make the implementation match the GNU fixes for findutils 4.8.0Tavian Barnes
2021-01-13tests: -sparse is BSD, not GNUTavian Barnes
2021-01-13-perm: Use +t instead of ug+tTavian Barnes
2021-01-13Revert "travis: Add an arm64 build"Tavian Barnes
2021-01-07travis: Add an arm64 buildTavian Barnes
2021-01-07travis: Use edge instancesTavian Barnes
2020-12-22Clean up completion script, add symbolic permission modes completionBenjamin Mundt
2020-12-19Makefile: Fix behaviour if .flags doesn't exist yetTavian Barnes
2020-12-17Bash completionBenjamin Mundt
2020-12-16Makefile: Clean up check dependencies a bitTavian Barnes
2020-12-16Makefile: Avoid rebuilding everything for make release main.oTavian Barnes
2020-12-10Makefile: Rebuild whenever the build flags changeTavian Barnes
2020-12-02Give messages to unconditional assertion failuresTavian Barnes
2020-12-02parse: Clean up debug flag parsing/printingTavian Barnes
2020-11-30travis: Do parallel buildsTavian Barnes
2020-11-30travis: Try the experimental FreeBSD environmentTavian Barnes
2020-11-30util: Use fgetc(stdin) instead of getchar()Tavian Barnes
2020-11-30travis: Add a ppc64le buildTavian Barnes
2020-11-30Makefile: Clean up flag handling a bitTavian Barnes
2020-11-30Makefile: Only do -m32 during distcheck on x86_64Tavian Barnes
2020-11-30travis: Switch to the LXD-based infrastructureTavian Barnes
2020-11-28Makefile: Run tests with --verbose during distcheckTavian Barnes
2020-11-28parse: Don't pass an uninitialized regex_t to regerror()Tavian Barnes
2020-11-28color: Add an intermediate bufferTavian Barnes
2020-11-28dstring: New dstrdcat(), dstrcatf(), dstrvcatf() functionsTavian Barnes
2020-11-28eval: Make -hidden behave consistentlyTavian Barnes
2020-11-18stat: #include <unistd.h> for syscall() when neededTavian Barnes
2020-11-12Include what I useTavian Barnes
2020-11-12ctx: Add missing #include <limits.h>Tavian Barnes
2020-11-11Release 2.12.1Tavian Barnes
2020-11-11tests: Don't squelch stderr with --verboseTavian Barnes
2020-11-10tests: Test LS_COLORS extension lowercasingTavian Barnes
2020-11-10Makefile: New gcov targetTavian Barnes