Path to this page:
Subject: CVS commit: pkgsrc/x11/xcalc
From: Thomas Klausner
Date: 2019-06-11 10:18:16
Message id: 20190611081816.C4FBFFBF4@cvs.NetBSD.org
Log Message:
xcalc: update to 1.1.0.
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.
Thanks to Tim Hentenaar for contributing this feature.
Alan Coopersmith (5):
Add bitwise ops and base conversion (DEC/OCT/HEX) to man page
Pass -D_CONST_X_STRING to make libXt declare String as const char *
Fix -Wsign-compare warning in Syntax() function
Fix -Wsign-compare warning in quit() function
xcalc 1.1.0
Tim Hentenaar (1):
Add bitwise ops and base conversion (DEC/OCT/HEX) in TI mode
Files: