Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parse: Clean up debug flag parsing/printing | Tavian Barnes | 2020-12-02 | 1 | -27/+1 |
| | |||||
* | Include what I use | Tavian Barnes | 2020-11-12 | 1 | -2/+0 |
| | | | | Thanks to https://github.com/include-what-you-use/include-what-you-use | ||||
* | diag: New bfs_perror() function | Tavian Barnes | 2020-10-05 | 1 | -0/+4 |
| | |||||
* | diag: Factor debug_flag string conversion into its own function | Tavian Barnes | 2020-10-04 | 1 | -25/+21 |
| | |||||
* | Rename struct cmdline to bfs_ctx | Tavian Barnes | 2020-09-27 | 1 | -24/+24 |
| | | | | | The API remains similar, with some added accessor functions for lazy initialization of the pwcache and mtab. | ||||
* | diag: Unify debug printing | Tavian Barnes | 2020-06-02 | 1 | -8/+75 |
| | |||||
* | diag: Make the -warn flag part of the cmdline | Tavian Barnes | 2020-03-15 | 1 | -4/+6 |
| | |||||
* | color: Check format strings + args for cfprintf() | Tavian Barnes | 2019-01-02 | 1 | -2/+2 |
| | | | | | | %{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. | ||||
* | diag: Unify diagnostic formatting | Tavian Barnes | 2019-01-02 | 1 | -0/+64 |
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. |