summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-01-21Release 2.3.12.3.1Tavian Barnes
2022-01-18bftw: Use a dynamic array for the cacheTavian Barnes
2022-01-18darray: New DARRAY_POP() macroTavian Barnes
2022-01-18dstring: Set a minimum capacity to avoid reallocating for small stringsTavian Barnes
2022-01-18tests: Add missing license headersTavian Barnes
2022-01-18tests/trie: Fix "handling" typoTavian Barnes
2022-01-18util: New close() wrappers to check for EBADF and preserve errnoTavian Barnes
2022-01-18dir: Fix extra close() if fdopendir() failsTavian Barnes
2022-01-18Add some missing (void)'sTavian Barnes
2021-12-19ci/macos: Switch back to macos-latestTavian Barnes
2021-12-10ci/macos: Downgrade to macOS 10.15Tavian Barnes
2021-12-10tests: Set TZ to a real timezoneTavian Barnes
2021-12-10stat: Work around GNU Hurd bugTavian Barnes
2021-12-05eval: Check that RLIM_SAVED_{CUR,MAX} are defined before using themTavian Barnes
2021-11-25ci/freebsd: Don't pin an old tailscale version2.3Tavian Barnes
2021-11-25Release 2.3Tavian Barnes
2021-11-23exec: Add a bit of backoff during ARG_MAX bisectionTavian Barnes
2021-11-17exec: Find ARG_MAX with binary search after E2BIGTavian Barnes
2021-10-19parse: Switch back to O_TRUNC from explicit ftruncate()Tavian Barnes
2021-10-19tests: Distinguish between failures and crashesTavian Barnes
2021-10-19tests: Set abort_on_error=1 for the sanitizersTavian Barnes
2021-10-19parse: Fix UAF + double-free when ftruncate() failsTavian Barnes
2021-10-09printf: Colorize file names/paths in simple casesTavian Barnes
2021-10-09color: New %pF format for file namesTavian Barnes
2021-10-09printf: Take a CFILE, not a FILETavian Barnes
2021-10-02ci/codecov: Disable status checksTavian Barnes
2021-10-01tests: Add a test for an operator in an unexpected positionTavian Barnes
2021-10-01tests: Add tests for parsing invalid integersTavian Barnes
2021-10-01tests: Add a tests for missing and nonexistent pathsTavian Barnes
2021-09-28ci: Add a codecov.io workflowTavian Barnes
2021-09-26Don't truncate files until we know they're not duplicatesTavian Barnes
2021-09-21util: New xfopen() utilityTavian Barnes
2021-09-21README: Fix a broken link to the NetBSD find manpageTavian Barnes
2021-09-21ctx: Also deduplicate the standard streamsTavian Barnes
2021-09-20Merge pull request #80 from a1346054/fixesTavian Barnes
2021-09-20Trim excess whitespacea1346054
2021-09-20Avoid using a misleading hashbanga1346054
2021-09-15Fix the order of -fprintf FILE FORMAT in the docsTavian Barnes
2021-09-15tests: Make the -files0-from tests weirderTavian Barnes
2021-09-15Implement -files0-from FILETavian Barnes
2021-09-15util: Wrap getdelim() instead of open coding itTavian Barnes
2021-09-15spawn: Plug some leaks on error pathsTavian Barnes
2021-09-02eval: Remove an extra space from -ls outputTavian Barnes
2021-09-02eval: Use 512-byte blocks for -ls when POSIXLY_CORRECT is setTavian Barnes
2021-08-05Use /usr/bin/env bash as the shebang in scriptsTavian Barnes
2021-07-27expr: Remove unneeded forward declaration of struct exprTavian Barnes
2021-06-16color: Fix a leak on unknown color keysTavian Barnes
2021-06-13parse: More -help pager improvementsTavian Barnes
2021-06-13spawn: New function for resolving executables in the PATHTavian Barnes
2021-06-13spawn: Allow NULL envp for the current environmentTavian Barnes