| Commit message (Expand) | Author | Age | Files | Lines |
* | list: New SLIST_SPLICE() macro | Tavian Barnes | 2024-05-31 | 6 | -5/+123 |
* | trie: Don't pass a bitfield directly to has_single_bit() | Tavian Barnes | 2024-05-30 | 1 | -1/+1 |
* | bit: Use <stdbit.h> if it exists, even without -std=c23 | Tavian Barnes | 2024-05-29 | 2 | -3/+7 |
* | bit: Update to match C23 | Tavian Barnes | 2024-05-29 | 2 | -69/+63 |
* | Release 3.33.3 | Tavian Barnes | 2024-05-28 | 2 | -1/+33 |
* | Implement the remaining regex types | Tavian Barnes | 2024-05-28 | 15 | -6/+98 |
* | tests: Add some more weird names | Tavian Barnes | 2024-05-28 | 9 | -0/+67 |
* | xregex: Support non-capturing groups with -regextype emacs | Tavian Barnes | 2024-05-27 | 2 | -2/+8 |
* | man: Document -perm [+/]MODE | Tavian Barnes | 2024-05-27 | 1 | -1/+1 |
* | man: Document -flags | Tavian Barnes | 2024-05-27 | 1 | -0/+4 |
* | eval: Don't turn on NOKERNINFO | Tavian Barnes | 2024-05-27 | 1 | -95/+8 |
* | eval: Use a flag instead of a counter for SIGINFO | Tavian Barnes | 2024-05-27 | 1 | -16/+13 |
* | docs/RELATED: Link to Heirloom find | Tavian Barnes | 2024-05-27 | 1 | -2/+3 |
* | bfstd: Treat ELOOP like ENOENT | Tavian Barnes | 2024-05-27 | 6 | -3/+25 |
* | eval: Print more information on filesystem loops | Tavian Barnes | 2024-05-27 | 3 | -3/+17 |
* | tests/posix: Add a test for -prune with EACCESS | Tavian Barnes | 2024-05-27 | 2 | -0/+9 |
* | eval: Show/hide the bar on SIGINFO/SIGUSR1 | Tavian Barnes | 2024-05-25 | 1 | -1/+125 |
* | bfstd: New helper for open(ctermid()) | Tavian Barnes | 2024-05-25 | 3 | -8/+21 |
* | sighook: Allow sigunhook(NULL) | Tavian Barnes | 2024-05-25 | 2 | -3/+5 |
* | tests: Make diff listen to $NO_COLOR | Tavian Barnes | 2024-05-24 | 1 | -2/+2 |
* | configure: Color the checkmarks | Tavian Barnes | 2024-05-24 | 1 | -2/+12 |
* | build/deps: Fix _CPPFLAGS variable name | Tavian Barnes | 2024-05-24 | 1 | -1/+1 |
* | configure: Use --with/--without for libraries | Tavian Barnes | 2024-05-24 | 16 | -81/+128 |
* | configure: Support more standard autoconf options | Tavian Barnes | 2024-05-24 | 1 | -2/+12 |
* | opt: Don't raise RLIMIT_NOFILE if it would prevent using posix_spawn() | Tavian Barnes | 2024-05-23 | 4 | -0/+22 |
* | opt: true is true with probability 1, not 0 | Tavian Barnes | 2024-05-23 | 1 | -1/+1 |
* | opt: Implement a general estimate_odds() function | Tavian Barnes | 2024-05-23 | 1 | -9/+17 |
* | expr: New for_expr macro | Tavian Barnes | 2024-05-23 | 6 | -14/+20 |
* | tests: Make hide_bar actually hide the bar | Tavian Barnes | 2024-05-22 | 2 | -1/+15 |
* | tests: Print progress outside the scroll region | Tavian Barnes | 2024-05-22 | 3 | -44/+132 |
* | tests: Restart wait when interrupted by a signal | Tavian Barnes | 2024-05-22 | 1 | -6/+15 |
* | build: Simplify flags.mk | Tavian Barnes | 2024-05-21 | 1 | -64/+43 |
* | build: Fix ubsan CFLAGS typo | Tavian Barnes | 2024-05-21 | 1 | -1/+1 |
* | build: Allow flags.mk to override command line variables | Tavian Barnes | 2024-05-21 | 4 | -31/+31 |
* | prelude: Remove max_align_t polyfill | Tavian Barnes | 2024-05-20 | 3 | -24/+0 |
* | trie: Add some more target_clones wrappers | Tavian Barnes | 2024-05-20 | 1 | -2/+12 |
* | prelude: Make sure to grab __GLIBC__ | Tavian Barnes | 2024-05-20 | 1 | -1/+2 |
* | Stop using %m | Tavian Barnes | 2024-05-20 | 10 | -52/+34 |
* | build: Remove unused configure test | Tavian Barnes | 2024-05-19 | 1 | -13/+0 |
* | printf: The ' ' (space) flag must be numeric | Tavian Barnes | 2024-05-19 | 3 | -2/+3 |
* | dir: Use posix_getdents() on all platforms | Tavian Barnes | 2024-05-17 | 1 | -2/+6 |
* | dir: Add support for posix_getdents() | Tavian Barnes | 2024-05-17 | 4 | -4/+35 |
* | Cast AT_FDCWD to int for comparisons | Tavian Barnes | 2024-05-17 | 6 | -8/+8 |
* | ci: Surface compiler warnings/errors as GitHub actions messages | Tavian Barnes | 2024-05-17 | 2 | -7/+23 |
* | build: Add missing SPDX headers | Tavian Barnes | 2024-05-17 | 3 | -0/+9 |
* | diag: New helpers to include xstrerror(errno) automatically | Tavian Barnes | 2024-05-17 | 12 | -56/+93 |
* | stat: Support __st_birthtim on OpenBSD | Tavian Barnes | 2024-05-16 | 3 | -0/+13 |
* | distcheck: Disable tsan on FreeBSD | Tavian Barnes | 2024-05-16 | 1 | -1/+1 |
* | Work around https://github.com/llvm/llvm-project/issues/88163 | Tavian Barnes | 2024-05-16 | 4 | -3/+24 |
* | ctx: Try to reset TTY state when terminating abnormally | Tavian Barnes | 2024-05-16 | 3 | -51/+105 |