summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "tests: Add a test for posix-basic alternation"Tavian Barnes2022-01-292-7/+0
* tests: Add a test for posix-basic alternationTavian Barnes2022-01-292-0/+7
* Standardize WITH_* make variables for configuring dependenciesTavian Barnes2022-01-297-32/+54
* Merge pull request #81 from data-man:oniguruma_1Tavian Barnes2022-01-297-6/+37
|\
| * Apply suggestions from code reviewdata-man2022-01-242-12/+8
| * Simplifyingdata-man2022-01-246-31/+31
| * Using Oniguruma library (optionally)data-man2022-01-246-5/+40
|/
* Release 2.3.12.3.1Tavian Barnes2022-01-213-2/+16
* bftw: Use a dynamic array for the cacheTavian Barnes2022-01-181-45/+42
* darray: New DARRAY_POP() macroTavian Barnes2022-01-182-2/+34
* dstring: Set a minimum capacity to avoid reallocating for small stringsTavian Barnes2022-01-181-1/+6
* tests: Add missing license headersTavian Barnes2022-01-182-0/+32
* tests/trie: Fix "handling" typoTavian Barnes2022-01-181-1/+1
* util: New close() wrappers to check for EBADF and preserve errnoTavian Barnes2022-01-189-53/+66
* dir: Fix extra close() if fdopendir() failsTavian Barnes2022-01-181-2/+4
* Add some missing (void)'sTavian Barnes2022-01-182-2/+2
* ci/macos: Switch back to macos-latestTavian Barnes2021-12-192-24/+34
* ci/macos: Downgrade to macOS 10.15Tavian Barnes2021-12-101-1/+2
* tests: Set TZ to a real timezoneTavian Barnes2021-12-101-1/+1
* stat: Work around GNU Hurd bugTavian Barnes2021-12-101-1/+2
* eval: Check that RLIM_SAVED_{CUR,MAX} are defined before using themTavian Barnes2021-12-051-3/+24
* ci/freebsd: Don't pin an old tailscale version2.3Tavian Barnes2021-11-251-1/+0
* Release 2.3Tavian Barnes2021-11-254-3/+25
* exec: Add a bit of backoff during ARG_MAX bisectionTavian Barnes2021-11-231-7/+11
* exec: Find ARG_MAX with binary search after E2BIGTavian Barnes2021-11-172-14/+67
* parse: Switch back to O_TRUNC from explicit ftruncate()Tavian Barnes2021-10-192-31/+16
* tests: Distinguish between failures and crashesTavian Barnes2021-10-191-47/+61