Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup repo, reinit in sh | EuAndreh | 2023-04-14 | 1 | -12/+0 |
| | |||||
* | src/*.c: Add newline between function return type and its name | EuAndreh | 2021-08-27 | 1 | -2/+4 |
| | | | | | | | | | | | | | The purpose of this change is two-fold: - make function and variable declarations grep-friendly (one can use a pattern /^fn_name/ to find the definition); - make the lines shorter, so less functions need to have their arguments span over many lines. This is more grep-friendly both for finding the function definition, but also for matching on the return type of the function or the variable. Update tests/c-lint.sh to enforce this. | ||||
* | src/lib.{c,h}: Make args to gistatic_main() const | EuAndreh | 2021-08-24 | 1 | -1/+1 |
| | |||||
* | Rename src/gistatic.* src/lib.* | EuAndreh | 2021-08-22 | 1 | -0/+10 |