summaryrefslogtreecommitdiffstats
path: root/ctx.c
AgeCommit message (Expand)Author
2022-03-25expr: Store auxilliary data in a unionTavian Barnes
2022-03-13ctx: Factor out exec flushing behaviour into bfs_ctx_flush()Tavian Barnes
2022-03-09ctx: Don't include std{out,err} in the open file countTavian Barnes
2022-02-11ctx: Also check ferror(stdout)Tavian Barnes
2021-09-26Don't truncate files until we know they're not duplicatesTavian Barnes
2021-09-21ctx: Also deduplicate the standard streamsTavian Barnes
2021-09-15Implement -files0-from FILETavian Barnes
2021-09-02eval: Use 512-byte blocks for -ls when POSIXLY_CORRECT is setTavian Barnes
2021-05-20eval: Raise RLIMIT_NOFILE if possibleTavian Barnes
2020-12-02Give messages to unconditional assertion failuresTavian Barnes
2020-12-02parse: Clean up debug flag parsing/printingTavian Barnes
2020-11-12Include what I useTavian Barnes
2020-11-12ctx: Add missing #include <limits.h>Tavian Barnes
2020-11-03New -status option to display a status barTavian Barnes
2020-10-06pwcache: Adjust some naming conventionsTavian Barnes
2020-10-06mtab: Adjust some naming conventionsTavian Barnes
2020-10-04parse: Fail if -color is passed and the colors couldn't be parsedTavian Barnes
2020-09-28ctx: Perserve errno better in bfs_ctx_open()Tavian Barnes
2020-09-27Rename struct cmdline to bfs_ctxTavian Barnes