summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-02BSD MakefileobsdMatthieu Herrb
2024-05-02negf: Fix -Wformat-truncation warningHEADmasterAlan Coopersmith
2023-05-04xcalc 1.1.2xcalc-1.1.2Alan Coopersmith
2023-02-18Accept number keys on main keyboard when NumLock is onAlan Coopersmith
2023-02-05Add -help optionAlan Coopersmith
2023-02-05Stop casting function returns to voidAlan Coopersmith
2023-02-05Fix -version handling to not require opening a display firstAlan Coopersmith
2023-01-28Add -version optionAlan Coopersmith
2023-01-26Key color highlighting still incorrectMichael Bäuerle
2022-07-16gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith
2022-04-03xcalc 1.1.1xcalc-1.1.1Alan Coopersmith
2022-04-02man page: remove out-of-date COPYRIGHT sectionAlan Coopersmith
2021-12-04Build xz tarballs instead of bzip2Alan Coopersmith
2021-12-04gitlab CI: add a basic build testAlan Coopersmith
2021-11-28Fix spelling/wording issuesAlan Coopersmith
2021-09-17TI mode: correct key color highlightingAlan Coopersmith
2019-06-09xcalc 1.1.0xcalc-1.1.0Alan Coopersmith
2019-06-01Fix -Wsign-compare warning in quit() functionAlan Coopersmith
2019-06-01Fix -Wsign-compare warning in Syntax() functionAlan Coopersmith
2019-06-01Pass -D_CONST_X_STRING to make libXt declare String as const char *Alan Coopersmith
2019-06-01Add bitwise ops and base conversion (DEC/OCT/HEX) to man pageAlan Coopersmith
2019-02-18Add bitwise ops and base conversion (DEC/OCT/HEX) in TI modeTim Hentenaar
2019-02-17xcalc 1.0.7xcalc-1.0.7Alan Coopersmith
2019-01-06Reduce scope of i (cppcheck --verbose --enable=all)Stéphane Aulery
2019-01-06Reduce scope of cell (cppcheck --verbose --enable=all)Stéphane Aulery
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith
2018-11-16Update README for gitlab migrationAlan Coopersmith
2018-05-05Reword fall through comments to appease gcc -Wimplicit-fallthroughAlan Coopersmith
2018-05-05Fix misleading indentation in math.cAlan Coopersmith
2017-01-26autogen: add default patch prefixMihail Konev
2017-01-26autogen.sh: use quoted string variablesEmil Velikov
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer
2015-01-19xcalc 1.0.6xcalc-1.0.6Alan Coopersmith
2014-08-07Replace index() call with strchr()Alan Coopersmith
2014-06-02autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith
2014-06-02configure: Drop AM_MAINTAINER_MODEAlan Coopersmith
2013-12-18Replace signal_t with voidGaetan Nadon
2013-12-16Assume signal handlers return void, as C89 requiresGaetan Nadon
2013-07-09Mark functions noreturn as suggested by gcc -Wmissing-noreturnAlan Coopersmith
2013-07-09Rename "e" arguments to "ev" to avoid shadowing e() functionAlan Coopersmith
2013-07-09Remove redundant redeclaration of ‘factorial’Alan Coopersmith
2013-07-09Replace sprintf & strcpy calls with snprintf & strlcpyAlan Coopersmith
2013-07-06Remove unused min & max macros from math.cAlan Coopersmith
2013-07-06Use the new M_E symbol from math.hStéphane Aulery
2013-07-06Use the new M_PI symbol from math.hStéphane Aulery
2013-07-06Drop CRAY supportStéphane Aulery
2013-01-14xcalc 1.0.5xcalc-1.0.5Alan Coopersmith
2012-08-23Use table markup rather than tab stops. Aids DocBook translation.Eric S. Raymond
2011-09-28Strip trailing whitespaceAlan Coopersmith
2011-09-28Add const to parse_double() args to fix gcc -Wwrite-strings warningsAlan Coopersmith