summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2021-06-13util: New xconfstr() wrapperTavian Barnes
2021-06-09util: Rename fallthrough to BFS_FALLTHROUGHTavian Barnes
2021-06-09util: Avoid warnings on older compilers with fallthroughTavian Barnes
2021-06-02Release 2.2.12.2.1Tavian Barnes
2021-06-02Implement time units for -{a,B,c,m}timeTavian Barnes
2021-06-02Enable -Wimplicit-fallthroughTavian Barnes
2021-05-20eval: Raise RLIMIT_NOFILE if possibleTavian Barnes
2021-05-20spawn: New bfs_spawn_addsetrlimit() actionTavian Barnes
2021-05-20Use `<< {10,20,...}` instead of `*1024*1024...`Tavian Barnes