summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-05-12tests: Use skip_if for sudo testsTavian Barnes
2022-05-12stat: Pass AT_NO_AUTOMOUNT if possibleTavian Barnes
2022-05-12stat: Keep statx()-specific flags separateTavian Barnes
2022-05-12stat: Factor the BFS_STAT_TRYFOLLOW retry logic outTavian Barnes
2022-05-12stat: Rename some feature detection macrosTavian Barnes
2022-05-11color: Don't colorize capable files by defaultTavian Barnes
2022-05-11color: Only check ln=target onceTavian Barnes
2022-05-11Makefile: Look for .d files in the right placesTavian Barnes
2022-05-11main: Avoid a gotoTavian Barnes
2022-05-11README: Add links to upstream packagesTavian Barnes
2022-05-09Makefile: New check-install targetTavian Barnes
2022-05-09README: Use a table for side-by-side examplesTavian Barnes
2022-05-09docs: New USAGE.md documentTavian Barnes
2022-05-07docs: Move dependency flag info from the README to docs/BUILDING.mdTavian Barnes
2022-05-07docs: Split CONTRIBUTING into BUILDING and HACKINGTavian Barnes
2022-05-07README: Add a link to the AUR packageTavian Barnes
2022-05-07README: Open the "already packaged" section by defaultTavian Barnes
2022-05-07README: Reformat to save some vertical spaceTavian Barnes
2022-04-21docs: Move some documentation into a subfolderTavian Barnes
2022-04-21Add basic zsh completionArvid Norlander
2022-04-21Makefile: Put the main .o files under build/srcTavian Barnes
2022-04-21Makefile: Generate build/FLAGS.new with its own targetTavian Barnes
2022-04-19Makefile: Replace flags.sh with a two-line recipeTavian Barnes
2022-04-19Makefile: Move .flags to build/FLAGSTavian Barnes
2022-04-19Makefile: Quiet errors from git describeTavian Barnes
2022-04-19RELEASES.md: 20222 is too far awayTavian Barnes
2022-04-18ci/codecov: Look for gcov files under buildTavian Barnes
2022-04-18Makefile: Spread out the .PHONY targetsTavian Barnes
2022-04-18Makefile: Use a recipe to update .flags rather than $(shell)Tavian Barnes
2022-04-16tests: Also put build outputs under build/Tavian Barnes
2022-04-16Keep Build Files In `build` (#89)トトも
2022-04-16Source / Include Folder (#88)トトも
2022-04-16style: Use &array[i] rather than array + iTavian Barnes
2022-04-15color: Support a separate $BFS_COLORS environment variableTavian Barnes
2022-04-15color: Use three-letter codes for warnings and errorsTavian Barnes
2022-04-15tests: Quiet errors from chflagsTavian Barnes
2022-04-15eval: Use BFTW_BUFFER when deleting files on FreeBSDTavian Barnes
2022-04-15bftw: New BFTW_BUFFER flagTavian Barnes
2022-04-01bfs.1: Fix a confusing comma in the -size docsTavian Barnes
2022-03-27opt: Use floats consistently for probabilities and costsTavian Barnes
2022-03-27Release 2.52.5Tavian Barnes
2022-03-27README: Add a blurb about fancy errors/warningsTavian Barnes
2022-03-27parse.c: Use state->last_arg as the location for the expected )Tavian Barnes
2022-03-27diag: Avoid printing trailing spacesTavian Barnes
2022-03-27opt: Add some more warningsTavian Barnes
2022-03-27parse: Highlight command line errorsTavian Barnes
2022-03-27diag: New functions for highlighting command line argumentsTavian Barnes
2022-03-26util: New xstrwidth() functionTavian Barnes
2022-03-26opt: Warn about expressions we remove while optimizingTavian Barnes
2022-03-26parse: Stop warning for options after tests/actionsTavian Barnes