| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge pull request #140 from visciang/main | Tavian Barnes | 2024-06-16 | 1 | -1/+1 |
|\ |
|
| * | fix docs | Giovanni Visciano | 2024-06-16 | 1 | -1/+1 |
|/ |
|
* | build: Include CC in bfs --version output | Tavian Barnes | 2024-06-13 | 4 | -0/+7 |
* | build: Use exec "$@" rather than just "$@" | Tavian Barnes | 2024-06-11 | 2 | -2/+2 |
* | typo: Raise the insert/delete cost | Tavian Barnes | 2024-06-08 | 1 | -1/+1 |
* | ci/codeql: Allow #include "gen/foo.i" | Tavian Barnes | 2024-06-08 | 1 | -0/+2 |
* | xspawn: Check X_OK even without $PATH resolution | Tavian Barnes | 2024-06-08 | 2 | -2/+13 |
* | tests: Do chmod +rwX in clean_stddirs() | Tavian Barnes | 2024-06-08 | 1 | -0/+1 |
* | Revert "build: Add -Wmissing-variable-declarations" | Tavian Barnes | 2024-06-08 | 1 | -1/+0 |
* | ci: Actually fail if the build fails | Tavian Barnes | 2024-06-08 | 1 | -1/+1 |
* | build: Add -Wmissing-variable-declarations | Tavian Barnes | 2024-06-08 | 2 | -2/+3 |
* | LICENSE: Update copyright date | Tavian Barnes | 2024-06-08 | 1 | -1/+1 |
* | Embed more configuration info in bfs --version | Tavian Barnes | 2024-06-08 | 9 | -9/+71 |
* | sighook: Shard the signal table | Tavian Barnes | 2024-06-07 | 1 | -7/+24 |
* | sighook: Ignore sigaction() errors in atsigexit() | Tavian Barnes | 2024-06-07 | 1 | -10/+6 |
* | atomic: Fix RISC-V build with GCC < 14 | Tavian Barnes | 2024-06-06 | 3 | -1/+9 |
* | Minor formatting fixes | Tavian Barnes | 2024-06-06 | 2 | -22/+22 |
* | parse: Remove some unnecessary saving/restoring of errno | Tavian Barnes | 2024-06-05 | 1 | -14/+0 |
* | Replace some switch-case lookups with arrays | Tavian Barnes | 2024-06-05 | 3 | -83/+45 |
* | tests: Improve color case insensitivity coverage | Tavian Barnes | 2024-06-05 | 2 | -6/+6 |
* | tests: New inaccessible/ directory tree for permission errors | Tavian Barnes | 2024-06-04 | 9 | -38/+18 |
* | tests: Add directories with different permissions to perms/ | Tavian Barnes | 2024-06-04 | 20 | -80/+103 |
* | tests/common: Add tests for -[am]{min,time} | Tavian Barnes | 2024-06-04 | 8 | -0/+84 |
* | xtime: Add support for @epochseconds timestamps | Tavian Barnes | 2024-06-04 | 3 | -25/+30 |
* | bfstd: New xstrtoll() wrapper | Tavian Barnes | 2024-06-04 | 3 | -15/+48 |
* | Merge branch 'revert-eloop' | Tavian Barnes | 2024-06-03 | 8 | -4/+25 |
|\ |
|
| * | Make ELOOP an error again, except for -xtype.3.3.1 | Tavian Barnes | 2024-06-03 | 8 | -4/+25 |
* | | eval: Fix -D stat printed return value | Tavian Barnes | 2024-06-03 | 1 | -1/+1 |
* | | parse: Allow -Darg/-Sarg as well as -D arg / -S arg | Tavian Barnes | 2024-06-03 | 7 | -12/+79 |
* | | parse: Handle multiple flags at once like -LEXO2 | Tavian Barnes | 2024-06-03 | 12 | -26/+181 |
* | | sighook: Check that atomic size_t is lock-free | Tavian Barnes | 2024-06-03 | 1 | -0/+4 |
* | | list: New SLIST_SPLICE() macro | Tavian Barnes | 2024-05-31 | 6 | -5/+123 |
* | | trie: Don't pass a bitfield directly to has_single_bit() | Tavian Barnes | 2024-05-30 | 1 | -1/+1 |
* | | bit: Use <stdbit.h> if it exists, even without -std=c23 | Tavian Barnes | 2024-05-29 | 2 | -3/+7 |
* | | bit: Update to match C23 | Tavian Barnes | 2024-05-29 | 2 | -69/+63 |
|/ |
|
* | Release 3.33.3 | Tavian Barnes | 2024-05-28 | 2 | -1/+33 |
* | Implement the remaining regex types | Tavian Barnes | 2024-05-28 | 15 | -6/+98 |
* | tests: Add some more weird names | Tavian Barnes | 2024-05-28 | 9 | -0/+67 |
* | xregex: Support non-capturing groups with -regextype emacs | Tavian Barnes | 2024-05-27 | 2 | -2/+8 |
* | man: Document -perm [+/]MODE | Tavian Barnes | 2024-05-27 | 1 | -1/+1 |
* | man: Document -flags | Tavian Barnes | 2024-05-27 | 1 | -0/+4 |
* | eval: Don't turn on NOKERNINFO | Tavian Barnes | 2024-05-27 | 1 | -95/+8 |
* | eval: Use a flag instead of a counter for SIGINFO | Tavian Barnes | 2024-05-27 | 1 | -16/+13 |
* | docs/RELATED: Link to Heirloom find | Tavian Barnes | 2024-05-27 | 1 | -2/+3 |
* | bfstd: Treat ELOOP like ENOENT | Tavian Barnes | 2024-05-27 | 6 | -3/+25 |
* | eval: Print more information on filesystem loops | Tavian Barnes | 2024-05-27 | 3 | -3/+17 |
* | tests/posix: Add a test for -prune with EACCESS | Tavian Barnes | 2024-05-27 | 2 | -0/+9 |
* | eval: Show/hide the bar on SIGINFO/SIGUSR1 | Tavian Barnes | 2024-05-25 | 1 | -1/+125 |
* | bfstd: New helper for open(ctermid()) | Tavian Barnes | 2024-05-25 | 3 | -8/+21 |
* | sighook: Allow sigunhook(NULL) | Tavian Barnes | 2024-05-25 | 2 | -3/+5 |