summaryrefslogtreecommitdiff
path: root/lisp/calc
Commit message (Expand)AuthorAgeFilesLines
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-168-41/+31
* Fix byte-compilation warningsMattias Engdegård2021-09-111-8/+6
* Make calc-grab-region work with rectangular selectsLars Ingebrigtsen2021-09-061-1/+4
* Autoload calc-grab-sum-across and calc-grab-sum-downLars Ingebrigtsen2021-09-011-0/+2
* Make calc plotting through gnuplot work on non-X gnuplotsLars Ingebrigtsen2021-08-311-7/+14
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-0910-25/+25
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-082-5/+5
* Calc: control digits after decimal point (bug#47302)Mattias Engdegård2021-04-271-3/+11
* ; Normalize and add missing first and last linesStefan Kangas2021-04-192-0/+4
* Remove redundant #' before lambda in calc/*.elStefan Kangas2021-04-053-23/+23
* * lisp: Remove yet more always-nil variablesStefan Monnier2021-03-111-2/+3
* Fix multiple Calc defmath errors (bug#46750)Mattias Engdegård2021-03-011-27/+38
* * lisp/calc/calc-ext.el (math-equal-int): Work for bignums.Mattias Engdegård2021-03-011-2/+2
* Fix Calc menu item for vector dot productsLars Ingebrigtsen2021-02-241-1/+1
* * lisp/calc/calc-sel.el (calc-replace-sub-formula): Fix typoStefan Monnier2021-02-151-2/+2
* Prefer setq-local in a few more placesStefan Kangas2021-02-082-23/+11
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-021-4/+2
* Fix setting of line/point style in calc gnuplotLars Ingebrigtsen2021-01-271-3/+3
* Calc: use big brackets around function argumentsMattias Engdegård2021-01-221-3/+10
* Calc: use Unicode brackets in Big mode when available (bug#45917)Mattias Engdegård2021-01-191-85/+162
* Parse square root sign in embedded Calc modeMattias Engdegård2021-01-191-1/+1
* Missing dynamic variable declarations in CalcMattias Engdegård2021-01-191-0/+2
* Actually make the calc trail window dedicatedLars Ingebrigtsen2021-01-191-1/+1
* * lisp/calc/calc.el: Remove some XEmacs compat code.Stefan Kangas2021-01-131-9/+1
* * lisp/calc/calc-yank.el (calc-edit-mode): Make it into a proper major modeStefan Monnier2021-01-046-73/+64
* Update copyright year to 2021Paul Eggert2021-01-0143-43/+43
* Shorten some over-wide docstrings in functions and macrosStefan Kangas2020-12-191-1/+1
* Shorten over-wide docstrings in defcustomsStefan Kangas2020-12-191-4/+5
* Prefer setq-local in most filesStefan Kangas2020-12-091-1/+1
* Allow using newer versions of Gnuplot from calc againIllia Ostapyshyn2020-12-071-1/+1
* Calc: simplify integer log2 and power of 2Mattias Engdegård2020-12-071-40/+8
* Remove Calc bignum remnantsMattias Engdegård2020-12-066-62/+14
* Unicode integrals in CalcMattias Engdegård2020-12-061-9/+28
* Don't quote lambdas with 'function' in calc/*.elStefan Kangas2020-11-1724-508/+468
* Don't quote lambdas in calc/calcalg{2,3}.elStefan Kangas2020-11-162-305/+294
* Make Calc windows dedicated by defaultEli Zaretskii2020-11-141-1/+11
* Make more load-hooks obsolete (Bug#21563)Stefan Kangas2020-10-201-0/+2
* * lisp/calc: Fix a few issues introduced by lexical scopingStefan Monnier2020-10-148-54/+69
* Calc: allow infinite binary word size (bug#43764)Mattias Engdegård2020-10-131-11/+21
* Calc: revert to old precedence of '/' in (La)TeX input modeMattias Engdegård2020-10-131-1/+1
* * lisp/calc/: Use lexical scoping in all the filesStefan Monnier2020-10-1039-466/+529
* Calc: fix arithmetic right shift sign bit detectionMattias Engdegård2020-10-091-1/+1
* Calc: fix formatting and parsing Unix time (bug#43759)Mattias Engdegård2020-10-021-4/+9
* Calc: fix business days calculation (bug43677)Mattias Engdegård2020-10-021-6/+7
* ; Prefer https to http in many URLsStefan Kangas2020-10-011-4/+4
* Use a square root character in calc displaysLars Ingebrigtsen2020-09-151-1/+2
* Calc: fix binomial coefficients for negative arguments (bug#16999)Mattias Engdegård2020-09-141-13/+29
* Simplify big integer constants in CalcMattias Engdegård2020-09-113-20/+12
* Fix calc tests when running noninteractivelyMattias Engdegård2020-09-111-1/+1
* Use a header line in calc mode instead of a regular in-buffer lineBoruch Baum2020-09-101-15/+32