Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | analyze: allow verbs to return positive failure | Zbigniew Jędrzejewski-Szmek | 2022-05-19 | 1 | -1/+5 |
| | | | | | | | | | No functional change is intended. The verbs where it wasn't immediately clear if the success exit status is 0 or >= 0 are changed to explicitly return 0. (I think it's better to be explicit than to rely on some call stack always returning 0 on success.) Some other functions are cleaned up to be more idiomatic. | ||||
* | analyze: systematically name verb entry point functions verb_xyz() | Lennart Poettering | 2022-02-21 | 1 | -1/+1 |
| | | | | | | Some of the functions so far were named do_xyz(), others dump_xyz() and even others test_xyz(). let's instead name them exactly like the verb exposed in the command line, just prefixed with verb_ | ||||
* | analyze: split out "exit-status" verb | Lennart Poettering | 2022-02-21 | 1 | -0/+52 |