summaryrefslogtreecommitdiff
path: root/lisp/calc
AgeCommit message (Expand)Author
2021-08-09Use string-search instead of string-match[-p]Mattias Engdegård
2021-08-08Use string-replace instead of replace-regexp-in-stringMattias Engdegård
2021-04-27Calc: control digits after decimal point (bug#47302)Mattias Engdegård
2021-04-19; Normalize and add missing first and last linesStefan Kangas
2021-04-05Remove redundant #' before lambda in calc/*.elStefan Kangas
2021-03-11* lisp: Remove yet more always-nil variablesStefan Monnier
2021-03-01Fix multiple Calc defmath errors (bug#46750)Mattias Engdegård
2021-03-01* lisp/calc/calc-ext.el (math-equal-int): Work for bignums.Mattias Engdegård
2021-02-24Fix Calc menu item for vector dot productsLars Ingebrigtsen
2021-02-15* lisp/calc/calc-sel.el (calc-replace-sub-formula): Fix typoStefan Monnier
2021-02-08Prefer setq-local in a few more placesStefan Kangas
2021-02-02Prefer defvar-local in remaining librariesStefan Kangas
2021-01-27Fix setting of line/point style in calc gnuplotLars Ingebrigtsen
2021-01-22Calc: use big brackets around function argumentsMattias Engdegård
2021-01-19Calc: use Unicode brackets in Big mode when available (bug#45917)Mattias Engdegård
2021-01-19Parse square root sign in embedded Calc modeMattias Engdegård
2021-01-19Missing dynamic variable declarations in CalcMattias Engdegård
2021-01-19Actually make the calc trail window dedicatedLars Ingebrigtsen
2021-01-13* lisp/calc/calc.el: Remove some XEmacs compat code.Stefan Kangas
2021-01-04* lisp/calc/calc-yank.el (calc-edit-mode): Make it into a proper major modeStefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-19Shorten some over-wide docstrings in functions and macrosStefan Kangas
2020-12-19Shorten over-wide docstrings in defcustomsStefan Kangas
2020-12-09Prefer setq-local in most filesStefan Kangas
2020-12-07Allow using newer versions of Gnuplot from calc againIllia Ostapyshyn
2020-12-07Calc: simplify integer log2 and power of 2Mattias Engdegård
2020-12-06Remove Calc bignum remnantsMattias Engdegård
2020-12-06Unicode integrals in CalcMattias Engdegård
2020-11-17Don't quote lambdas with 'function' in calc/*.elStefan Kangas
2020-11-16Don't quote lambdas in calc/calcalg{2,3}.elStefan Kangas
2020-11-14Make Calc windows dedicated by defaultEli Zaretskii
2020-10-20Make more load-hooks obsolete (Bug#21563)Stefan Kangas
2020-10-14* lisp/calc: Fix a few issues introduced by lexical scopingStefan Monnier
2020-10-13Calc: allow infinite binary word size (bug#43764)Mattias Engdegård
2020-10-13Calc: revert to old precedence of '/' in (La)TeX input modeMattias Engdegård
2020-10-10* lisp/calc/: Use lexical scoping in all the filesStefan Monnier
2020-10-09Calc: fix arithmetic right shift sign bit detectionMattias Engdegård
2020-10-02Calc: fix formatting and parsing Unix time (bug#43759)Mattias Engdegård
2020-10-02Calc: fix business days calculation (bug43677)Mattias Engdegård
2020-10-01; Prefer https to http in many URLsStefan Kangas
2020-09-15Use a square root character in calc displaysLars Ingebrigtsen
2020-09-14Calc: fix binomial coefficients for negative arguments (bug#16999)Mattias Engdegård
2020-09-11Simplify big integer constants in CalcMattias Engdegård
2020-09-11Fix calc tests when running noninteractivelyMattias Engdegård
2020-09-10Use a header line in calc mode instead of a regular in-buffer lineBoruch Baum
2020-09-10; Fix typos in format-promptJuri Linkov
2020-09-06Use `format-prompt' when prompting with default valuesLars Ingebrigtsen
2020-08-11Slight cleanup in calc-yankLars Ingebrigtsen
2020-08-11Make mouse-2 respect select-enable-primary etcBastian Beischer
2020-08-11Change the Calc text input method to insert at pointTino Calancha