summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2022-03-11README: Clarify some dependenciesTavian Barnes
2022-03-11Makefile: Disable onig-config for the 32-bit distcheck buildTavian Barnes
2022-03-11Makefile: Enable time64Tavian Barnes
2022-03-09ctx: Don't include std{out,err} in the open file countTavian Barnes
2022-03-09bftw: Fix open FD accountingTavian Barnes
2022-03-09bftw: Keep root paths at the head of the LRU listTavian Barnes
2022-03-09Revert "darray: New DARRAY_POP() macro"Tavian Barnes
2022-03-09bftw: Bring back the LRU listTavian Barnes
2022-03-09Makefile: Add lsan and tsan flag targetsTavian Barnes
2022-03-07Merge pull request #84 from chapmanjacobd/patch-1Tavian Barnes
2022-03-08add fedora depsJacob Chapman
2022-03-01README: Fix typoTavian Barnes
2022-02-28Makefile: Make separate variables for Oniguruma flagsTavian Barnes