| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2025-12-31 | 871 Bytes | |
| calc-2.16.1.0-14.src.rpm | 2025-12-31 | 1.1 MB | |
| calc-2.16.1.0-14.x86_64.rpm | 2025-12-31 | 1.9 MB | |
| calc-2.16.1.0.tar.bz2 | 2025-12-31 | 1.0 MB | |
| calc-debuginfo-2.16.1.0-14.x86_64.rpm | 2025-12-31 | 769.1 kB | |
| calc-devel-2.16.1.0-14.x86_64.rpm | 2025-12-31 | 614.4 kB | |
| Totals: 6 Items | 5.4 MB | 0 | |
The following are the changes in this release:
Added a new `.clang-format` file as the basis for using the
`clang-format(1)` tool to format calc source in a consistent way.
This code re-formatting will make it easier to work in calc v3 code
changes in the future by making the calc source much more consistent.
Removed `.clang-format` exclusion from `.gitignore`.
Modified `func.c` to prevent the `clang-format(1)` tool from formatting
the `builtins[]` table that builtin make rule in `help/Makefile` uses to
format the `help/builtin` file. We can live with the `builtins[]`
table as it is today, for now.
Add `make clang-format` make rule to top level `Makefile` and
to the `custom/Makefile`.
Reformatted C code as per the `clang-format(1)` and the
`.clang-format` file: using the `make clang-format` make rule.