]> Sergey Matveev's repositories - bfs.git/history - src/eval.c
Formatting fixes
[bfs.git] / src / eval.c
2023-09-27 Tavian BarnesFormatting fixes
2023-09-26 Tavian Barnesdstring: New dchar typedef for dynamic strings
2023-07-11 Tavian Barneseval: Don't oversubscribe the CPU by default
2023-07-06 Tavian BarnesUse strcmp() instead of fnmatch() if possible
2023-06-20 Tavian Barnesdir: Arena-allocate directories
2023-06-13 Tavian Barneseval: Pre-allocate the highest fd
2023-06-13 Tavian Barnesbftw: Use an I/O queue to open directories
2023-06-08 Tavian Barneseval: For -ls, track the longest user/group names to...
2023-06-08 Tavian Barneseval: Print non-path -ls text in the "normal" color...
2023-05-18 Tavian BarnesSwitch from assert() to bfs_assert()/bfs_verify()
2023-05-18 Tavian BarnesUse bfs_bug("...") over assert(!"...")
2023-05-10 Tavian Barnesconfig: s/BFS_FALLTHROUGH/fallthru/
2023-05-03 Tavian Barnesstyle: Don't use tabs to indent preprocessor directives
2023-01-25 Tavian BarnesReplace license boilerplate with SPDX tags
2023-01-25 Tavian Barnesmtab: Keep parent dirs open during fill_types()
2023-01-19 Tavian Barnesbfstd: New wrappers for dirname()/basename()
2022-12-09 Tavian BarnesTurn on more aggressive format string warnings
2022-12-05 Tavian Barnesexpr: Rename bfs_expr_has_children() to _is_parent()
2022-11-17 Tavian Barnesexpr: Don't use reftime for -ls
2022-11-10 Tavian BarnesTry to report I/O errors earlier and only once
2022-11-09 Tavian Barnespwcache: Fill the user/group caches lazily
2022-11-08 Tavian Barneseval: Add missing flag to -D stat
2022-11-06 Tavian Barnesbfstd: Rename from util and reorganize it
2022-11-06 Tavian Barnesconfig: Split out some of util.h into a new header
2022-07-05 Tavian Barnesparse: They're called "primary expressions," not "literals"
2022-04-16 トトもSource / Include Folder (#88)