summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 2.6.22.6.2Tavian Barnes2022-10-213-2/+16
* README: Add a <thead> to work around horizontal overflow on FirefoxTavian Barnes2022-10-211-0/+3
* tests/gnu/inum_automount: Work around systemd-mount raceTavian Barnes2022-10-212-6/+6
* tests: Always clean scratch before using itTavian Barnes2022-10-204-0/+4
* tests: Add a helper for cleaning scratchTavian Barnes2022-10-2027-38/+50
* parse: Don't free uninitialized data on error pathsTavian Barnes2022-10-191-0/+13
* tests: Coverage number go upTavian Barnes2022-10-1922-2/+101
* README: Break inline lists before bulletsTavian Barnes2022-10-191-12/+16
* tests: Split test cases into separate filesTavian Barnes2022-10-19773-2877/+931
* README: Add bullets to inline listsTavian Barnes2022-10-181-10/+10
* util: Use ENOTSUP instead of ENOSYS for stubbed xconfstr()Tavian Barnes2022-10-181-1/+1
* README: Move the spacing <p></p> out of the <summary>Tavian Barnes2022-10-181-7/+7
* stat: Check Android API level for statx() supportTavian Barnes2022-10-181-1/+1
* README: Get rid of square bracketsTavian Barnes2022-10-181-12/+12
* util: Stub out confstr() on AndroidTavian Barnes2022-10-172-3/+10
* color: Add a (void) prototypeTavian Barnes2022-10-171-1/+1
* tests: Test -exec with a nonexistent commandTavian Barnes2022-10-055-0/+116
* tests: POSIX doesn't *require* -ok ... {} + to be unsupportedTavian Barnes2022-09-181-2/+11
* README: Update Fedora Linux installation instruction (#95)Fábio Rodrigues Ribeiro2022-08-151-2/+1
* tests: Don't pass NUL bytes to sortTavian Barnes2022-07-184-5/+11
* tests: Limit path lengths passed to mkdirTavian Barnes2022-07-131-4/+7
* tests: Set colors to the empty string for non-ttysTavian Barnes2022-07-131-0/+9
* tests: Use set -uTavian Barnes2022-07-131-2/+2
* tests: Optimize startupTavian Barnes2022-07-131-14/+14
* tests: Add tests for parsing failures in more locationsTavian Barnes2022-07-131-0/+15
* tests: New test for -exec with unset $PATHTavian Barnes2022-07-122-0/+30
* tests: Simplify snapshot testing without bfs_diffTavian Barnes2022-07-121-102/+51
* parse: They're called "primary expressions," not "literals"Tavian Barnes2022-07-053-8/+8
* Release 2.6.12.6.1Tavian Barnes2022-07-053-2/+15
* Merge pull request #94 from xfgusta/add-fish-completionTavian Barnes2022-06-142-0/+147
|\
| * Add fish completionGustavo Costa2022-06-142-0/+147
|/
* tests: Add a test for every printf directiveTavian Barnes2022-06-011-0/+13
* Makefile: Pass -std=gnu11 for gcov buildsTavian Barnes2022-05-311-0/+2
* tests: Add tests for -warn/-nowarnTavian Barnes2022-05-291-0/+13
* stat: Don't pass AT_NO_AUTOMOUNT on GNU Hurd before glibc 2.35Tavian Barnes2022-05-292-1/+7
* README: Add Fedora Copr package to installation instructionsTavian Barnes2022-05-251-0/+4
* ci: Update GitHub actionsTavian Barnes2022-05-242-5/+5
* Release 2.62.6Tavian Barnes2022-05-213-2/+31
* docs/BUILDING: Document BUILDDIRTavian Barnes2022-05-211-0/+1
* ci/codecov: Run the sudo testsTavian Barnes2022-05-211-1/+1
* tests: Don't print test names to non-ttys without --verbose=testsTavian Barnes2022-05-201-6/+15
* Makefile: Add a BUILDDIR variable for out-of-tree buildsTavian Barnes2022-05-202-52/+61
* Makefile: Split build into bin and obj directoriesTavian Barnes2022-05-168-73/+68
* parse: Warn on paths found within -excludeTavian Barnes2022-05-131-0/+5
* tests: New --stop flag to stop after the first failureTavian Barnes2022-05-131-1/+9
* tests: Buffer standard error, and print it when tests failTavian Barnes2022-05-132-93/+89
* tests: Add --verbose={commands,errors,skipped,tests} optionsTavian Barnes2022-05-132-11/+38
* ci/freebsd: Run in a jailTavian Barnes2022-05-131-5/+5
* tests: Exit immediately if fail() detects a crashTavian Barnes2022-05-121-2/+2
* tests: New skip_unless helperTavian Barnes2022-05-121-56/+68