summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-12-09ci/codeql: Rename the build stepTavian Barnes
2022-12-09Turn on more aggressive format string warningsTavian Barnes
2022-12-08Add BFS_FORMATTER() to vprintf()-type functions tooTavian Barnes
2022-12-08opt: Pass a va_list to bfs_vwarning(), not bfs_warning()Tavian Barnes
2022-12-08Merge pull request #98 from lgtm-migrator/codeqlTavian Barnes
2022-12-08Add CodeQL workflow for GitHub code scanningLGTM Migrator
2022-12-07trie: Use static_assert() instead of #errorTavian Barnes
2022-12-07config: New BFS_COUNTOF macroTavian Barnes
2022-12-05expr: Rename bfs_expr_has_children() to _is_parent()Tavian Barnes
2022-12-02tests: Allow wildcard patterns like "posix/*"Tavian Barnes
2022-11-30parse: Fix crash on -xdev -mountTavian Barnes
2022-11-30parse: Pass the right argument when warning about -O9Tavian Barnes
2022-11-30expr: Remove the singleton bfs_{true,false} expressionsTavian Barnes
2022-11-29expr: Remove the synthetic flagTavian Barnes
2022-11-29Dump expression trees in a multi-line formatTavian Barnes
2022-11-21config: Support target_clones on more platformsTavian Barnes
2022-11-20tests: Avoid syslog() using a low fd on macOSTavian Barnes
2022-11-17expr: Don't use reftime for -lsTavian Barnes
2022-11-16trie: Limit target_clones to glibcTavian Barnes
2022-11-16README: Add acl dependency to FedoraTavian Barnes
2022-11-16README: Use `console` syntax highlighting moreTavian Barnes
2022-11-13Use BFS_COMMAND over "bfs" in more placesTavian Barnes
2022-11-11distcheck: Add ubsan to msan buildTavian Barnes
2022-11-11exec: Fix index overflow parsing -exec +Tavian Barnes
2022-11-10typo: Array bounds are exclusive, not inclusiveTavian Barnes
2022-11-10xregex: Fix build without OnigurumaTavian Barnes
2022-11-10Try to report I/O errors earlier and only onceTavian Barnes
2022-11-10Revert "exec: Don't flush if the user says no to -ok"Tavian Barnes
2022-11-10docs: Update some example outputsTavian Barnes
2022-11-09parse: Squelch an uninitialized variable warningTavian Barnes
2022-11-09trie: Check __has_attribute(target_clones) before using itTavian Barnes
2022-11-09ctx: Flush the user/group caches when executing commandsTavian Barnes
2022-11-09pwcache: Fill the user/group caches lazilyTavian Barnes
2022-11-08eval: Add missing flag to -D statTavian Barnes
2022-11-08ci/codecov: Use a tokenTavian Barnes
2022-11-08tests/xtouch: Add some missing POSIX touch featuresTavian Barnes
2022-11-07tests/xtouch: New utilityTavian Barnes
2022-11-07xtime: Move parse_gettime() to xgettime()Tavian Barnes
2022-11-07xtime: s/parse_timestamp/xgetdate/Tavian Barnes
2022-11-06Fix includesTavian Barnes
2022-11-06bfstd: Rename from util and reorganize itTavian Barnes
2022-11-06config: Split out some of util.h into a new headerTavian Barnes
2022-11-06util: Get rid of BFS_HAS_INCLUDE() wrapper for __has_include()Tavian Barnes
2022-11-06tests: Skip fstype tests if the mtab isn't availableTavian Barnes
2022-11-06util: Use fewer BFS_*() wrappers for feature testingTavian Barnes
2022-11-06xspawn: Use _PATH_DEFPATH if _CS_PATH is not definedTavian Barnes
2022-11-05README: Add back empty paragraph for spacingTavian Barnes
2022-11-04README: Work around Content-Security-Policy issues with the animationTavian Barnes
2022-11-03codecov: Fix conflicts between src/*.c and tests/*.cTavian Barnes
2022-11-01color: Avoid dynamic allocation in get_ext_color()Tavian Barnes