Ana Guerrero 02f9673279 Accepting request 1328226 from utilities
- Update to 2.16.1.2:
  * Fixed a bug where the calc command history was not being properly
    saved in the history file.  Thanks go to the GitHub user @Vekhir
    for both reporting this problem and helping come up with a solution.
  * Per request, we expanded number of entries to save from 1024 to 4096.

- Update to 2.16.1.1:
  * Fix compiler warning for `custom/u_pfe.c`.
  * Update the `ARCH_CFLAGS` make symbol comments in `Makefile.config`.
  * Add `ARCH_CFLAGS` to `COMMON_CFLAGS` in `Makefile.config`.
  * Add "RHEL (Linux) Address Sanitizer (ASAN) for i686" commented out
    section to `Makefile.local`.
  * Improve comments in `Makefile.local` related to "Address Sanitizer (ASAN)".
  * Add `junk4200` to `.gitignore`.
  * Use `-${Q}` instead of `-@` while build hsrc files in `Makefile`.
  * Fix `pseudo_seed()` in `seed.c` to handle 32-bit architectures.
  * Fixed `reopenid()` in `file.c` to handle 32-bit architectures and
    to avoid "glibc detected an invalid stdio handle" using `freopen(3)`.
  * Fixed bug in `c_power()` in `comfunc.c` that caused 32-bit
    architectures to dump core.
  * Fixed bug in `zrandom()` in `zrandom.c` where results from a
    Blum-Blum-Shub operation were incorrectly copied into a ZVALUE
    for 32-bit architectures.
  * Fixed comment typo in `cal/regress.cal` before test 5305.

- Update to 2.16.1.0:
  * 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.

OBS-URL: https://build.opensuse.org/request/show/1328226
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/calc?expand=0&rev=44
2026-01-20 20:05:06 +00:00
2026-01-20 10:03:40 +00:00
2026-01-20 10:03:40 +00:00
2026-01-20 10:03:40 +00:00
2026-01-20 10:03:40 +00:00
2026-01-20 10:03:40 +00:00
2026-01-20 10:03:40 +00:00

calc includes a robust set of help files in /usr/share/calc/help

These can be accessed via the command line via "calc help" or by entering "help" from the calc interactive prompt.

Important examples include:

calc help               - a list of topics
calc help bugs          - known bugs and mis-features
calc help changes       - recent changes to calc
calc help copyright     - calc copyright and the GNU LGPL
calc help copying       - details on the Calc GNU Lesser General Public License
calc help copying-lgpl  - calc GNU Lesser General Public License text

Description
No description provided
Readme 275 KiB
Languages
RPM Spec 100%