bfs

bfs:find2fd

Last commit made on 2022-11-14
Get this branch:
git clone -b find2fd https://git.launchpad.net/bfs

Branch merges

Branch information

Name:
find2fd
Repository:
lp:bfs

Recent commits

a4299f9... by Tavian Barnes

[WIP] Simplistic conversion from find syntax to fd

723113d... by Tavian Barnes

Use BFS_COMMAND over "bfs" in more places

2ab41af... by Tavian Barnes

distcheck: Add ubsan to msan build

712b137... by Tavian Barnes

exec: Fix index overflow parsing -exec +

5ce883d... by Tavian Barnes

typo: Array bounds are exclusive, not inclusive

0f76e46... by Tavian Barnes

xregex: Fix build without Oniguruma

0879126... by Tavian Barnes

Try to report I/O errors earlier and only once

f98a1c4... by Tavian Barnes

Revert "exec: Don't flush if the user says no to -ok"

From the bfs_ctx_flush() implementation:

    // Before executing anything, flush all open streams. This ensures that
    // - the user sees everything relevant before an -ok[dir] prompt

But that only works if we call it before the prompt.

This reverts commit 21344dfb72f9b65b366ca5f754f1bc35f52da3c7.

8aea34d... by Tavian Barnes

docs: Update some example outputs

2c4f116... by Tavian Barnes

parse: Squelch an uninitialized variable warning