summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-13man: remove trailing spaces and tabsGaetan Nadon1-25/+25
2011-01-12config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-1/+1
2010-11-26xcalc 1.0.4.1xcalc-1.0.4.1Alan Coopersmith1-1/+1
2010-11-24xcalc 1.0.4xcalc-1.0.4Alan Coopersmith1-1/+1
2010-11-20create_keypad: declare list of button name strings as constAlan Coopersmith1-1/+1
2010-11-20Purge RCS/CVS version tagsAlan Coopersmith6-15/+1
2010-11-20config: Explicitly check for xt & x11 pkgs, since xcalc calls those directlyAlan Coopersmith1-1/+1
2010-11-20config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith1-4/+7
2010-11-20config: Remove unnecessary calls from configure.acAlan Coopersmith1-6/+1
2010-11-20config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith2-22/+4
2010-11-20config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-02-11config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon2-2/+1
2009-12-19configure.ac: use backticks rather than $() for cmd subsGaetan Nadon1-1/+1
2009-12-17xcalc 1.0.3xcalc-1.0.3Alan Coopersmith1-1/+2
2009-12-17Apply automake silencer to man page generation ruleAlan Coopersmith1-1/+1
2009-11-26Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-1/+2