aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-15Calc: GCD(0,x)=GCD(x,0)=|x|, not x (bug#41279)Mattias Engdegård1-2/+2
2020-05-14Calc: fix LU decomposition for non-numeric matrices (bug#41223)Mattias Engdegård1-1/+1
2020-04-24Calc: fix autoload errors (bug#40800)Mattias Engdegård2-10/+4
2020-03-27Calc: don't treat nil as an integer (bug#40155)Mattias Engdegård1-2/+3
2020-03-23Calc: Declare dynamic variable bound in lexbind code (bug#40185)Mattias Engdegård1-0/+1
2020-01-16Make more load-hooks obsoleteGlenn Morris1-0/+2
2020-01-10Calc: fix interval entry (bug#39040)Mattias Engdegård1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert43-43/+43
2019-12-26Calc: add missing dynamic variable declarationsMattias Engdegård1-0/+15
2019-10-19Fix optional parameter passing in calc-fin-* functionsRaimon Grau1-23/+30
2019-10-15Fix recording keyboard macros in CalcEli Zaretskii1-1/+6
2019-10-05Improve documentation for year-zero issuesPaul Eggert1-1/+1
2019-09-29Fix linear equation system solving in Calc (bug#35374)Mattias Engdegård1-0/+6
2019-09-24(calc): Fix link in doc stringNoah Swainland1-1/+1
2019-09-23Fix trig simplification crash (bug#33052)Mattias Engdegård1-6/+12
2019-09-23Fix linear equation system solving in Calc (bug#35374)Mattias Engdegård1-0/+6
2019-09-21lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero1-1/+1
2019-09-19lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero1-1/+1
2019-09-12Fix saving user-defined calc commands with compositions (Bug#36720)Jack Coughlin1-1/+1
2019-08-17Add FIXMEs for subsecond supportPaul Eggert1-3/+5
2019-08-06Fix various Calc date conversions (bug#36822)Mattias Engdegård1-26/+12
2019-08-03calc mode line touch upOleh Krehel1-1/+1
2019-07-30Fix syntax error in previus calc-forms changeLars Ingebrigtsen1-1/+1
2019-07-30Use decoded time accessors in calcLars Ingebrigtsen1-4/+10
2019-07-16Fix calc number formatting with digit grouping (bug#36689)Mattias Engdegård2-22/+5
2019-07-10Fix trig simplification crash (bug#33052)Mattias Engdegård1-6/+12
2019-07-09Simplify math-get-calendar-tzinfoPaul Eggert1-6/+1
2019-07-10Fix timezone east of GMT in CalvLars Ingebrigtsen1-1/+1
2019-07-06Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov3-4/+4
2019-06-26* lisp/calc/calc-ext.el (math-scalarp): Fix typoBruce Stephens1-1/+1
2019-06-26Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier1-8/+9
2019-06-26* lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier1-9/+8
2019-06-25* lisp/calc/calc.el: Take advantage of native bignums.Stefan Monnier11-936/+168
2019-06-19Remove XEmacs compat code from calcLars Ingebrigtsen4-59/+29
2019-06-17Make calc-macs.el lexicalLars Ingebrigtsen1-1/+1
2019-05-28Cleanup of TODO to prefer report-emacs-bugStefan Kangas1-3/+2
2019-03-27* lisp/calc/calc-forms.el (calc-hms-notation): Fix interactiveAndreas Schwab1-1/+1
2019-03-07Be safer about "%" in message formatsPaul Eggert1-2/+2
2019-03-04Fix regular-expression glitches and typosPaul Eggert4-7/+7
2019-01-13Fix Calc graph output on MS-WindowsEli Zaretskii2-15/+31
2019-01-01Update copyright year to 2019Paul Eggert43-43/+43
2018-12-19Minor fixes/simplifications to time functionsPaul Eggert1-14/+11
2018-11-24Update the calc units tableUlrich Müller1-19/+22
2018-11-20calc.el, calc-(ext|poly), calccomp: Use lexical-bindingStefan Monnier4-198/+211
2018-11-20* lisp/calc/calc-alg.el: Use lexical-binding and silence warningsStefan Monnier4-585/+578
2018-11-19Update the calc units tableUlrich Müller1-19/+22
2018-09-03Standardize calc bug reporting instructionsGlenn Morris2-15/+5
2018-08-28Fix math-imaginary-i checkNoam Postavsky1-2/+2
2018-08-22Prune most-positive-fixnum from Lisp sourcePaul Eggert1-7/+0
2018-08-21Audit use of lsh and fix glitchesPaul Eggert4-11/+11