summaryrefslogtreecommitdiff
path: root/math.c
AgeCommit message (Expand)AuthorFilesLines
12 daysnegf: Fix -Wformat-truncation warningHEADmasterAlan Coopersmith1-1/+1
2023-02-05Stop casting function returns to voidAlan Coopersmith1-5/+5
2019-02-18Add bitwise ops and base conversion (DEC/OCT/HEX) in TI modeTim Hentenaar1-36/+149
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-05-05Reword fall through comments to appease gcc -Wimplicit-fallthroughAlan Coopersmith1-3/+3
2018-05-05Fix misleading indentation in math.cAlan Coopersmith1-4/+4
2014-08-07Replace index() call with strchr()Alan Coopersmith1-1/+1
2013-12-18Replace signal_t with voidGaetan Nadon1-2/+2
2013-07-09Replace sprintf & strcpy calls with snprintf & strlcpyAlan Coopersmith1-33/+46
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
2011-09-28Strip trailing whitespaceAlan Coopersmith1-19/+19
2011-09-28Add const to parse_double() args to fix gcc -Wwrite-strings warningsAlan Coopersmith1-1/+1
2010-11-20Purge RCS/CVS version tagsAlan Coopersmith1-5/+1
2009-01-12Ansification and compile warning fixes.Paulo Cesar Pereira de Andrade1-100/+19
2004-07-06Bugzilla #665: bugs in xcalc -rpn mode decimal_point is a const char* notsco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XORG-6_8-branchAlexander Gottwald1-4/+8
2004-05-23xc/programs/xcalc/math.cAlan Coopersmith1-11/+28
2004-04-23Merging XORG-CURRENT into trunkXACE-SELINUX-MERGEEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330Kaleb Keithley1-5/+2
2003-11-14Initial revisionXORG-STABLEKaleb Keithley1-0/+1007