summaryrefslogtreecommitdiffstats
path: root/diag.c
AgeCommit message (Collapse)Author
2021-02-05Fix up some #includesTavian Barnes
2020-12-02parse: Clean up debug flag parsing/printingTavian Barnes
2020-11-12Include what I useTavian Barnes
Thanks to https://github.com/include-what-you-use/include-what-you-use
2020-10-05diag: New bfs_perror() functionTavian Barnes
2020-10-04diag: Factor debug_flag string conversion into its own functionTavian Barnes
2020-09-27Rename struct cmdline to bfs_ctxTavian Barnes
The API remains similar, with some added accessor functions for lazy initialization of the pwcache and mtab.
2020-06-02diag: Unify debug printingTavian Barnes
2020-03-15diag: Make the -warn flag part of the cmdlineTavian Barnes
2019-01-02color: Check format strings + args for cfprintf()Tavian Barnes
%{cc} is now ${cc} to avoid warnings about an unrecognized format specifier, and %P and %L are now %pP and %pL to make them look more like standard format strings.
2019-01-02diag: Unify diagnostic formattingTavian Barnes
This adds a bfs: prefix to error/warning messages for consistency with other command line tools, and leaves only the "error:"/"warning:" part colored like GCC. It also uniformly adds full stops after messages.