summaryrefslogtreecommitdiff
path: root/lisp/calc
Commit message (Expand)AuthorAgeFilesLines
* Slight cleanup in calc-yankLars Ingebrigtsen2020-08-111-3/+1
* Make mouse-2 respect select-enable-primary etcBastian Beischer2020-08-111-21/+37
* Change the Calc text input method to insert at pointTino Calancha2020-08-111-14/+36
* Calc: fix interval entry snag (bug#42438)Mattias Engdegård2020-07-221-1/+1
* Calc: GCD(0,x)=GCD(x,0)=|x|, not x (bug#41279)Mattias Engdegård2020-05-151-2/+2
* Calc: fix LU decomposition for non-numeric matrices (bug#41223)Mattias Engdegård2020-05-141-1/+1
* Merge from origin/emacs-27Glenn Morris2020-04-252-10/+4
|\
| * Calc: fix autoload errors (bug#40800)Mattias Engdegård2020-04-242-10/+4
* | Merge from origin/emacs-27Glenn Morris2020-03-301-2/+3
|\ \ | |/
| * Calc: don't treat nil as an integer (bug#40155)Mattias Engdegård2020-03-271-2/+3
* | Merge from origin/emacs-27Glenn Morris2020-03-301-0/+1
|\ \ | |/
| * Calc: Declare dynamic variable bound in lexbind code (bug#40185)Mattias Engdegård2020-03-231-0/+1
* | Make more load-hooks obsoleteGlenn Morris2020-01-161-0/+2
|/
* Calc: fix interval entry (bug#39040)Mattias Engdegård2020-01-101-1/+1
* Update copyright year to 2020Paul Eggert2020-01-0143-43/+43
* Calc: add missing dynamic variable declarationsMattias Engdegård2019-12-261-0/+15
* Fix optional parameter passing in calc-fin-* functionsRaimon Grau2019-10-191-23/+30
* Fix recording keyboard macros in CalcEli Zaretskii2019-10-151-1/+6
* Improve documentation for year-zero issuesPaul Eggert2019-10-051-1/+1
* Fix linear equation system solving in Calc (bug#35374)Mattias Engdegård2019-09-291-0/+6
* (calc): Fix link in doc stringNoah Swainland2019-09-241-1/+1
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-1/+1
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-191-1/+1
* Fix saving user-defined calc commands with compositions (Bug#36720)Jack Coughlin2019-09-121-1/+1
* Add FIXMEs for subsecond supportPaul Eggert2019-08-171-3/+5
* Fix various Calc date conversions (bug#36822)Mattias Engdegård2019-08-061-26/+12
* calc mode line touch upOleh Krehel2019-08-031-1/+1
* Fix syntax error in previus calc-forms changeLars Ingebrigtsen2019-07-301-1/+1
* Use decoded time accessors in calcLars Ingebrigtsen2019-07-301-4/+10
* Fix calc number formatting with digit grouping (bug#36689)Mattias Engdegård2019-07-162-22/+5
* Fix trig simplification crash (bug#33052)Mattias Engdegård2019-07-101-6/+12
* Simplify math-get-calendar-tzinfoPaul Eggert2019-07-091-6/+1
* Fix timezone east of GMT in CalvLars Ingebrigtsen2019-07-101-1/+1
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-063-4/+4
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoBruce Stephens2019-06-261-1/+1
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-8/+9
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-9/+8
* * lisp/calc/calc.el: Take advantage of native bignums.Stefan Monnier2019-06-2511-936/+168
* Remove XEmacs compat code from calcLars Ingebrigtsen2019-06-194-59/+29
* Make calc-macs.el lexicalLars Ingebrigtsen2019-06-171-1/+1
* Cleanup of TODO to prefer report-emacs-bugStefan Kangas2019-05-281-3/+2
* * lisp/calc/calc-forms.el (calc-hms-notation): Fix interactiveAndreas Schwab2019-03-271-1/+1
* Be safer about "%" in message formatsPaul Eggert2019-03-071-2/+2
* Fix regular-expression glitches and typosPaul Eggert2019-03-044-7/+7
* Merge from origin/emacs-26Glenn Morris2019-01-182-15/+31
|\
| * Fix Calc graph output on MS-WindowsEli Zaretskii2019-01-132-15/+31
* | Merge from origin/emacs-26Paul Eggert2018-12-3143-43/+43
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-0143-43/+43
| * Update the calc units tableUlrich Müller2018-11-241-19/+22
* | Minor fixes/simplifications to time functionsPaul Eggert2018-12-191-14/+11