summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2022-02-28parse: Check for globs with unescaped trailing backslashesTavian Barnes
2022-02-24Release 2.4.12.4.1Tavian Barnes
2022-02-24README: Fix CI status badgesTavian Barnes
2022-02-24regex: Rework error handlingTavian Barnes
2022-02-24regex: Use the encoding from the current localeTavian Barnes
2022-02-24regex: Test if the string is valid before matchingTavian Barnes
2022-02-24ci: Unify multiple workflows into one with separate jobsTavian Barnes
2022-02-24ci/freebsd: Fix missing trailing single quoteTavian Barnes
2022-02-24Makefile: Automatically discover the right flags to build with OnigurumaTavian Barnes
2022-02-23regex: Always set REG_STARTEND if availableTavian Barnes
2022-02-23regex: Use onig_match() to implement BFS_REGEX_ANCHORTavian Barnes
2022-02-22Release 2.42.4Tavian Barnes