summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2022-03-25expr: Store auxilliary data in a unionTavian Barnes
2022-03-25Update from C99 to C11Tavian Barnes
2022-03-25printf: Switch from a linked list to an arrayTavian Barnes
2022-03-25main: Fix comment alignmentTavian Barnes
2022-03-15tests: Use bfs_diff in more casesTavian Barnes
2022-03-14tests: Shell style fixesTavian Barnes
2022-03-13exec: Check for errors when printing the -ok promptTavian Barnes
2022-03-13exec: Don't flush if the user says no to -okTavian Barnes
2022-03-13ctx: Factor out exec flushing behaviour into bfs_ctx_flush()Tavian Barnes
2022-03-13tests: Use -print0 instead of -printf '%p ' for exec flush testsTavian Barnes
2022-03-13tests: Use plain sort, not bfs_sortTavian Barnes
2022-03-13tests: Use skip_if for more testsTavian Barnes
2022-03-13Rename the include guards for the recently renamed headersTavian Barnes
2022-03-12Don't shadow standard headersTavian Barnes
2022-03-11CONTRIBUTING: Add a contribution guideTavian Barnes