- Update to version 1.1.3
* negf: Fix -Wformat-truncation warning
* actions.c: handle 61 -Wextra-semi-stmt warnings from clang
* Add noreturn attribute to Syntax() prototype
* Add unused attributes to unused parameters of callback functions
* Add cast to quiet -Wshorten-64-to-32 warning
* meson: Add option to build with meson
* Improve man page formatting
* man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
* gitlab CI: drop the ci-fairy check-mr job
- switch to meson
- get rid of xcalc.desktop/xcalc.png since usage became too
complicated ...
OBS-URL: https://build.opensuse.org/request/show/1331897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xcalc?expand=0&rev=13
* negf: Fix -Wformat-truncation warning
* actions.c: handle 61 -Wextra-semi-stmt warnings from clang
* Add noreturn attribute to Syntax() prototype
* Add unused attributes to unused parameters of callback functions
* Add cast to quiet -Wshorten-64-to-32 warning
* meson: Add option to build with meson
* Improve man page formatting
* man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
* gitlab CI: drop the ci-fairy check-mr job
- switch to meson
- get rid of xcalc.desktop/xcalc.png since usage became too
complicated ...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcalc?expand=0&rev=18
* gitlab CI: stop requiring Signed-off-by in commits
* Add -version option
* Fix -version handling to not require opening a display first
* Stop casting function returns to void
* Add -help option
* Accept number keys on main keyboard when NumLock is on
* Key color highlighting still incorrect
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcalc?expand=0&rev=16
* This release adds base conversion (decimal, octal, hexadecimal),
bitwise ops (and, or, xor, not, shift left/right, truncate), and
a modulo operator to the default TI (infix, i.e. not RPN/postfix)
calculator mode. It also binds the Return key to the "=" button.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xcalc?expand=0&rev=10