summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't shadow standard headersTavian Barnes2022-03-1215-21/+21
* CONTRIBUTING: Add a contribution guideTavian Barnes2022-03-111-0/+167
* README: Clarify some dependenciesTavian Barnes2022-03-111-5/+5
* Makefile: Disable onig-config for the 32-bit distcheck buildTavian Barnes2022-03-111-2/+2
* Makefile: Enable time64Tavian Barnes2022-03-111-0/+1
* ctx: Don't include std{out,err} in the open file countTavian Barnes2022-03-091-1/+5
* bftw: Fix open FD accountingTavian Barnes2022-03-091-3/+2
* bftw: Keep root paths at the head of the LRU listTavian Barnes2022-03-091-4/+25
* Revert "darray: New DARRAY_POP() macro"Tavian Barnes2022-03-092-32/+0
* bftw: Bring back the LRU listTavian Barnes2022-03-091-158/+78
* Makefile: Add lsan and tsan flag targetsTavian Barnes2022-03-091-1/+13
* Merge pull request #84 from chapmanjacobd/patch-1Tavian Barnes2022-03-071-0/+3
|\
| * add fedora depsJacob Chapman2022-03-081-0/+3
|/
* README: Fix typoTavian Barnes2022-03-011-1/+1
* Makefile: Make separate variables for Oniguruma flagsTavian Barnes2022-02-281-3/+6
* parse: Check for globs with unescaped trailing backslashesTavian Barnes2022-02-282-5/+23
* Release 2.4.12.4.1Tavian Barnes2022-02-243-2/+16
* README: Fix CI status badgesTavian Barnes2022-02-242-4/+2
* regex: Rework error handlingTavian Barnes2022-02-245-91/+102
* regex: Use the encoding from the current localeTavian Barnes2022-02-243-10/+94
* regex: Test if the string is valid before matchingTavian Barnes2022-02-241-0/+8
* ci: Unify multiple workflows into one with separate jobsTavian Barnes2022-02-244-89/+87
* ci/freebsd: Fix missing trailing single quoteTavian Barnes2022-02-241-1/+1
* Makefile: Automatically discover the right flags to build with OnigurumaTavian Barnes2022-02-242-5/+12
* regex: Always set REG_STARTEND if availableTavian Barnes2022-02-231-5/+3
* regex: Use onig_match() to implement BFS_REGEX_ANCHORTavian Barnes2022-02-231-10/+8
* Release 2.42.4Tavian Barnes2022-02-223-2/+21
* README: Reformat with details blocks to make it more easily skimmableTavian Barnes2022-02-221-30/+111
* Use EXTRA_CFLAGS instead of CFLAGS in make distcheckTavian Barnes2022-02-211-1/+1
* Enable Oniguruma by defaultTavian Barnes2022-02-214-7/+15
* regex: Use the real Oniguruma API, not the POSIX wrapperTavian Barnes2022-02-211-11/+84
* regex: Wrap the POSIX API in a facadeTavian Barnes2022-02-217-63/+152
* tests: Mark -fprint/-exec flushing test bfs-specificTavian Barnes2022-02-181-2/+3
* exec: Flush I/O streams before executing anythingTavian Barnes2022-02-115-1/+67
* ctx: Also check ferror(stdout)Tavian Barnes2022-02-111-15/+27
* tests: Use skip_if for tests that need /dev/fullTavian Barnes2022-02-111-22/+14
* tests: Add a test that -exit suppresses the implicit -printTavian Barnes2022-02-102-0/+5
* Makefile: Allow extra flags to be passed with EXTRA_*FLAGS variablesTavian Barnes2022-02-091-4/+4
* tests: Skip case insensitive tests if FNM_CASEFOLD is missingTavian Barnes2022-02-081-0/+5
* tests: Separate skipped tests from passing testsTavian Barnes2022-02-081-34/+39
* tests: Disable some glob tests on macOSTavian Barnes2022-02-041-0/+10
* regex: Add support for emacs and grep typesTavian Barnes2022-02-0411-31/+151
* tests: Add tests for syntactically invalid globsTavian Barnes2022-02-0213-0/+46
* tests: New tests for -i?wholenameTavian Barnes2022-02-013-0/+26
* tests: New test for ** in a globTavian Barnes2022-02-012-0/+9
* tests: New test for -prune on a non-directoryTavian Barnes2022-02-012-0/+15
* tests: Try to color diff outputTavian Barnes2022-02-011-11/+18
* tests: set -P for the whole scriptTavian Barnes2022-02-011-2/+1
* tests: Allow tests.sh to be invoked from any directoryTavian Barnes2022-02-012-14/+22
* parse: Add support for ed and sed regexesTavian Barnes2022-01-304-1/+20