| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | diag: New functions for highlighting command line arguments | Tavian Barnes | 2022-03-27 | 5 | -75/+185 |
* | util: New xstrwidth() function | Tavian Barnes | 2022-03-26 | 2 | -0/+46 |
* | opt: Warn about expressions we remove while optimizing | Tavian Barnes | 2022-03-26 | 3 | -28/+115 |
* | parse: Stop warning for options after tests/actions | Tavian Barnes | 2022-03-26 | 1 | -44/+7 |
* | expr: Store auxilliary data in a union | Tavian Barnes | 2022-03-25 | 9 | -777/+815 |
* | Update from C99 to C11 | Tavian Barnes | 2022-03-25 | 2 | -2/+2 |
* | printf: Switch from a linked list to an array | Tavian Barnes | 2022-03-25 | 1 | -129/+123 |
* | main: Fix comment alignment | Tavian Barnes | 2022-03-25 | 1 | -2/+2 |
* | tests: Use bfs_diff in more cases | Tavian Barnes | 2022-03-15 | 2 | -22/+5 |
* | tests: Shell style fixes | Tavian Barnes | 2022-03-14 | 2 | -58/+57 |
* | exec: Check for errors when printing the -ok prompt | Tavian Barnes | 2022-03-13 | 1 | -2/+6 |
* | exec: Don't flush if the user says no to -ok | Tavian Barnes | 2022-03-13 | 1 | -3/+3 |
* | ctx: Factor out exec flushing behaviour into bfs_ctx_flush() | Tavian Barnes | 2022-03-13 | 3 | -14/+27 |
* | tests: Use -print0 instead of -printf '%p ' for exec flush tests | Tavian Barnes | 2022-03-13 | 3 | -4/+4 |
* | tests: Use plain sort, not bfs_sort | Tavian Barnes | 2022-03-13 | 113 | -548/+533 |
* | tests: Use skip_if for more tests | Tavian Barnes | 2022-03-13 | 1 | -15/+11 |
* | Rename the include guards for the recently renamed headers | Tavian Barnes | 2022-03-13 | 4 | -12/+12 |
* | Don't shadow standard headers | Tavian Barnes | 2022-03-12 | 15 | -21/+21 |
* | CONTRIBUTING: Add a contribution guide | Tavian Barnes | 2022-03-11 | 1 | -0/+167 |
* | README: Clarify some dependencies | Tavian Barnes | 2022-03-11 | 1 | -5/+5 |
* | Makefile: Disable onig-config for the 32-bit distcheck build | Tavian Barnes | 2022-03-11 | 1 | -2/+2 |
* | Makefile: Enable time64 | Tavian Barnes | 2022-03-11 | 1 | -0/+1 |
* | ctx: Don't include std{out,err} in the open file count | Tavian Barnes | 2022-03-09 | 1 | -1/+5 |
* | bftw: Fix open FD accounting | Tavian Barnes | 2022-03-09 | 1 | -3/+2 |
* | bftw: Keep root paths at the head of the LRU list | Tavian Barnes | 2022-03-09 | 1 | -4/+25 |
* | Revert "darray: New DARRAY_POP() macro" | Tavian Barnes | 2022-03-09 | 2 | -32/+0 |
* | bftw: Bring back the LRU list | Tavian Barnes | 2022-03-09 | 1 | -158/+78 |
* | Makefile: Add lsan and tsan flag targets | Tavian Barnes | 2022-03-09 | 1 | -1/+13 |
* | Merge pull request #84 from chapmanjacobd/patch-1 | Tavian Barnes | 2022-03-07 | 1 | -0/+3 |
|\ |
|
| * | add fedora deps | Jacob Chapman | 2022-03-08 | 1 | -0/+3 |
|/ |
|
* | README: Fix typo | Tavian Barnes | 2022-03-01 | 1 | -1/+1 |
* | Makefile: Make separate variables for Oniguruma flags | Tavian Barnes | 2022-02-28 | 1 | -3/+6 |
* | parse: Check for globs with unescaped trailing backslashes | Tavian Barnes | 2022-02-28 | 2 | -5/+23 |
* | Release 2.4.12.4.1 | Tavian Barnes | 2022-02-24 | 3 | -2/+16 |
* | README: Fix CI status badges | Tavian Barnes | 2022-02-24 | 2 | -4/+2 |
* | regex: Rework error handling | Tavian Barnes | 2022-02-24 | 5 | -91/+102 |
* | regex: Use the encoding from the current locale | Tavian Barnes | 2022-02-24 | 3 | -10/+94 |
* | regex: Test if the string is valid before matching | Tavian Barnes | 2022-02-24 | 1 | -0/+8 |
* | ci: Unify multiple workflows into one with separate jobs | Tavian Barnes | 2022-02-24 | 4 | -89/+87 |
* | ci/freebsd: Fix missing trailing single quote | Tavian Barnes | 2022-02-24 | 1 | -1/+1 |
* | Makefile: Automatically discover the right flags to build with Oniguruma | Tavian Barnes | 2022-02-24 | 2 | -5/+12 |
* | regex: Always set REG_STARTEND if available | Tavian Barnes | 2022-02-23 | 1 | -5/+3 |
* | regex: Use onig_match() to implement BFS_REGEX_ANCHOR | Tavian Barnes | 2022-02-23 | 1 | -10/+8 |
* | Release 2.42.4 | Tavian Barnes | 2022-02-22 | 3 | -2/+21 |
* | README: Reformat with details blocks to make it more easily skimmable | Tavian Barnes | 2022-02-22 | 1 | -30/+111 |
* | Use EXTRA_CFLAGS instead of CFLAGS in make distcheck | Tavian Barnes | 2022-02-21 | 1 | -1/+1 |
* | Enable Oniguruma by default | Tavian Barnes | 2022-02-21 | 4 | -7/+15 |
* | regex: Use the real Oniguruma API, not the POSIX wrapper | Tavian Barnes | 2022-02-21 | 1 | -11/+84 |
* | regex: Wrap the POSIX API in a facade | Tavian Barnes | 2022-02-21 | 7 | -63/+152 |
* | tests: Mark -fprint/-exec flushing test bfs-specific | Tavian Barnes | 2022-02-18 | 1 | -2/+3 |