summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-04xcalc 1.1.2HEADxcalc-1.1.2masterAlan Coopersmith1-2/+2
2023-02-18Accept number keys on main keyboard when NumLock is onAlan Coopersmith1-0/+10
2023-02-05Add -help optionAlan Coopersmith2-10/+23
2023-02-05Stop casting function returns to voidAlan Coopersmith2-13/+13
2023-02-05Fix -version handling to not require opening a display firstAlan Coopersmith1-11/+15
2023-01-28Add -version optionAlan Coopersmith2-1/+14
2023-01-26Key color highlighting still incorrectMichael Bäuerle1-15/+41
2022-07-16gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-04-03xcalc 1.1.1xcalc-1.1.1Alan Coopersmith1-1/+1
2022-04-02man page: remove out-of-date COPYRIGHT sectionAlan Coopersmith1-4/+0
2021-12-04Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2021-12-04gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2021-11-28Fix spelling/wording issuesAlan Coopersmith2-2/+2
2021-09-17TI mode: correct key color highlightingAlan Coopersmith1-39/+43
2019-06-09xcalc 1.1.0xcalc-1.1.0Alan Coopersmith1-1/+1
2019-06-01Fix -Wsign-compare warning in quit() functionAlan Coopersmith1-1/+2
2019-06-01Fix -Wsign-compare warning in Syntax() functionAlan Coopersmith1-4/+2
2019-06-01Pass -D_CONST_X_STRING to make libXt declare String as const char *Alan Coopersmith1-1/+1
2019-06-01Add bitwise ops and base conversion (DEC/OCT/HEX) to man pageAlan Coopersmith1-1/+45
2019-02-18Add bitwise ops and base conversion (DEC/OCT/HEX) in TI modeTim Hentenaar5-95/+426
2019-02-17xcalc 1.0.7xcalc-1.0.7Alan Coopersmith1-1/+1
2019-01-06Reduce scope of i (cppcheck --verbose --enable=all)Stéphane Aulery1-2/+1
2019-01-06Reduce scope of cell (cppcheck --verbose --enable=all)Stéphane Aulery1-2/+3
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-16Update README for gitlab migrationAlan Coopersmith3-26/+19
2018-05-05Reword fall through comments to appease gcc -Wimplicit-fallthroughAlan Coopersmith1-3/+3
2018-05-05Fix misleading indentation in math.cAlan Coopersmith1-4/+4
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2015-01-19xcalc 1.0.6xcalc-1.0.6Alan Coopersmith1-1/+1
2014-08-07Replace index() call with strchr()Alan Coopersmith1-1/+1
2014-06-02autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2014-06-02configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2013-12-18Replace signal_t with voidGaetan Nadon2-7/+4
2013-12-16Assume signal handlers return void, as C89 requiresGaetan Nadon1-4/+0
2013-07-09Mark functions noreturn as suggested by gcc -Wmissing-noreturnAlan Coopersmith2-4/+4
2013-07-09Rename "e" arguments to "ev" to avoid shadowing e() functionAlan Coopersmith1-84/+84
2013-07-09Remove redundant redeclaration of ‘factorial’Alan Coopersmith1-1/+0
2013-07-09Replace sprintf & strcpy calls with snprintf & strlcpyAlan Coopersmith3-33/+52
2013-07-06Remove unused min & max macros from math.cAlan Coopersmith1-2/+1
2013-07-06Use the new M_E symbol from math.hStéphane Aulery1-2/+6
2013-07-06Use the new M_PI symbol from math.hStéphane Aulery1-13/+13
2013-07-06Drop CRAY supportStéphane Aulery1-27/+0
2013-01-14xcalc 1.0.5xcalc-1.0.5Alan Coopersmith1-1/+1
2012-08-23Use table markup rather than tab stops. Aids DocBook translation.Eric S. Raymond1-54/+62
2011-09-28Strip trailing whitespaceAlan Coopersmith6-49/+49
2011-09-28Add const to parse_double() args to fix gcc -Wwrite-strings warningsAlan Coopersmith1-1/+1
2011-01-19config: move man pages into their own directoryGaetan Nadon4-18/+18
2011-01-13man: replace hard coded man page section with substitution stringsGaetan Nadon1-1/+1