summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 3.33.3Tavian Barnes2024-05-282-1/+33
* Implement the remaining regex typesTavian Barnes2024-05-2815-6/+98
* tests: Add some more weird namesTavian Barnes2024-05-289-0/+67
* xregex: Support non-capturing groups with -regextype emacsTavian Barnes2024-05-272-2/+8
* man: Document -perm [+/]MODETavian Barnes2024-05-271-1/+1
* man: Document -flagsTavian Barnes2024-05-271-0/+4
* eval: Don't turn on NOKERNINFOTavian Barnes2024-05-271-95/+8
* eval: Use a flag instead of a counter for SIGINFOTavian Barnes2024-05-271-16/+13
* docs/RELATED: Link to Heirloom findTavian Barnes2024-05-271-2/+3
* bfstd: Treat ELOOP like ENOENTTavian Barnes2024-05-276-3/+25
* eval: Print more information on filesystem loopsTavian Barnes2024-05-273-3/+17
* tests/posix: Add a test for -prune with EACCESSTavian Barnes2024-05-272-0/+9
* eval: Show/hide the bar on SIGINFO/SIGUSR1Tavian Barnes2024-05-251-1/+125
* bfstd: New helper for open(ctermid())Tavian Barnes2024-05-253-8/+21
* sighook: Allow sigunhook(NULL)Tavian Barnes2024-05-252-3/+5
* tests: Make diff listen to $NO_COLORTavian Barnes2024-05-241-2/+2
* configure: Color the checkmarksTavian Barnes2024-05-241-2/+12
* build/deps: Fix _CPPFLAGS variable nameTavian Barnes2024-05-241-1/+1
* configure: Use --with/--without for librariesTavian Barnes2024-05-2416-81/+128
* configure: Support more standard autoconf optionsTavian Barnes2024-05-241-2/+12
* opt: Don't raise RLIMIT_NOFILE if it would prevent using posix_spawn()Tavian Barnes2024-05-234-0/+22
* opt: true is true with probability 1, not 0Tavian Barnes2024-05-231-1/+1
* opt: Implement a general estimate_odds() functionTavian Barnes2024-05-231-9/+17
* expr: New for_expr macroTavian Barnes2024-05-236-14/+20
* tests: Make hide_bar actually hide the barTavian Barnes2024-05-222-1/+15
* tests: Print progress outside the scroll regionTavian Barnes2024-05-223-44/+132
* tests: Restart wait when interrupted by a signalTavian Barnes2024-05-221-6/+15
* build: Simplify flags.mkTavian Barnes2024-05-211-64/+43
* build: Fix ubsan CFLAGS typoTavian Barnes2024-05-211-1/+1
* build: Allow flags.mk to override command line variablesTavian Barnes2024-05-214-31/+31
* prelude: Remove max_align_t polyfillTavian Barnes2024-05-203-24/+0
* trie: Add some more target_clones wrappersTavian Barnes2024-05-201-2/+12
* prelude: Make sure to grab __GLIBC__Tavian Barnes2024-05-201-1/+2
* Stop using %mTavian Barnes2024-05-2010-52/+34
* build: Remove unused configure testTavian Barnes2024-05-191-13/+0
* printf: The ' ' (space) flag must be numericTavian Barnes2024-05-193-2/+3
* dir: Use posix_getdents() on all platformsTavian Barnes2024-05-171-2/+6
* dir: Add support for posix_getdents()Tavian Barnes2024-05-174-4/+35
* Cast AT_FDCWD to int for comparisonsTavian Barnes2024-05-176-8/+8
* ci: Surface compiler warnings/errors as GitHub actions messagesTavian Barnes2024-05-172-7/+23
* build: Add missing SPDX headersTavian Barnes2024-05-173-0/+9
* diag: New helpers to include xstrerror(errno) automaticallyTavian Barnes2024-05-1712-56/+93
* stat: Support __st_birthtim on OpenBSDTavian Barnes2024-05-163-0/+13
* distcheck: Disable tsan on FreeBSDTavian Barnes2024-05-161-1/+1
* Work around https://github.com/llvm/llvm-project/issues/88163Tavian Barnes2024-05-164-3/+24
* ctx: Try to reset TTY state when terminating abnormallyTavian Barnes2024-05-163-51/+105
* bar: Use atsigexit() to reset the barTavian Barnes2024-05-161-132/+47
* sighook: New utilities for hooking signalsTavian Barnes2024-05-167-0/+777
* atomic: Add a spin_loop() hintTavian Barnes2024-05-151-0/+14
* atomic: Add atomic_{thread,signal}_fence() wrappersTavian Barnes2024-05-151-0/+19