aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp/calc/calc.el (calc): Ony substitute binding ofAndreas Schwab2025-09-141-1/+3
* Fix recursive load when 'calc-always-load-extensions' is setSean Devlin2025-08-301-6/+2
* Add user option to inhibit Calc startup message (bug#79143)Sean Devlin2025-08-301-7/+14
* calc: Allow strings with character codes above Latin-1Jacob S. Gordon2025-06-142-4/+42
* Merge from savannah/emacs-30Yuan Fu2025-04-181-8/+1
|\
| * Fix deleting the first line of calc trailWojciech Siewierski2025-04-151-8/+1
| * Update copyright year to 2025Stefan Kangas2025-01-0243-43/+43
* | Don't warn about lexbind cookies when loading calc settingsVisuwesh2025-04-152-2/+4
* | (calc-save-modes): Add a `lexical-binding` cookieStefan Monnier2025-04-131-15/+9
* | lisp/calc/calc-keypd.el (calc-keypad-vector-menu): Don't quote lambdaStefan Monnier2025-04-041-5/+5
* | Prefer '(evenp A)' to '(= 0 (logand A 1))'Stefan Kangas2025-02-171-1/+1
* | Prefer '(evenp A)' to '(= 0 (% A 2))'evenp-oddpStefan Kangas2025-02-175-8/+8
* | Prefer '(oddp A)' to '(= 1 (% A 2))'Stefan Kangas2025-02-171-1/+1
* | Prefer oddp/evenp to cl-oddp/cl-evenpStefan Kangas2025-02-172-4/+2
* | Delete redundant lambdas around unary functionsStefan Kangas2025-02-111-2/+2
* | Avoid ln(10) expression in calc units definitionUlrich Müller2025-02-032-7/+7
* | Update copyright year to 2025Paul Eggert2025-01-0143-43/+43
* | Show the keybinding next to command in calc's xVisuwesh2024-12-261-2/+5
|/
* * lisp/calc/calc-ext.el (math-approx-sqrt-e): Doc fix (bug#73817).Ulrich Müller2024-10-151-1/+1
* Work around Gnuplot bug in displaying plotsEli Zaretskii2024-08-311-1/+3
* ; Fix typosStefan Kangas2024-07-181-1/+1
* Fix byte-compiler warning in calc.elPo Lu2024-07-091-1/+1
* Checkdoc fixes in `calc/*.el`Stefan Kangas2024-07-081-1/+1
* Fix calc-trail-here for first line of trail.Ashwin Kafle2024-06-151-1/+1
* Reorder Calc units tableUlrich Müller2024-06-051-8/+9
* ; * lisp/calc/calc-units.el: Update a comment.Ulrich Müller2024-06-051-1/+1
* Update Calc units tableUlrich Müller2024-06-041-24/+24
* * lisp/calc/calc-prog.el: Switch to new method of detecting end of kbd macroTim Ruffing2024-03-101-6/+10
* Calc parses fractions written using U+2044 FRACTION SLASHDaniel Brooks2024-01-271-0/+1
* Merge from savannah/emacs-29Po Lu2024-01-0243-43/+43
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-0243-43/+43
* | Calc: speed up math-read-preprocess-string (bug#67536)Mattias Engdegård2023-12-191-13/+32
* | Cease preloading touch-screen.el outside X and AndroidPo Lu2023-12-061-0/+2
* | ; * lisp/calc/calc-units.el (math-standard-units): Fix typo.Ulrich Müller2023-11-291-1/+1
* | ; * lisp/calc/calc-units.el: Update dead URL.Ulrich Müller2023-11-291-1/+1
* | Update Calc units tableUlrich Müller2023-11-291-44/+49
* | Merge from savannah/emacs-29Po Lu2023-11-241-1/+1
|\ \ | |/
| * Fix "Text is read-only" on backspacing initial Calc inputGeorge Kuzler2023-11-231-1/+1
* | Declare calc-eval-error in calc.elStefan Kangas2023-11-051-0/+2
* | ; * lisp/calc/calc-units.el (math-standard-units): Drop comment for mu0.Ulrich Müller2023-10-201-2/+2
* | ; * lisp/calc/calc-units.el (math-standard-units): Doc improvement.Mattias Engdegård2023-10-101-1/+5
* | ; * lisp/calc/calc-units.el: Fix spelling of my name.Ulrich Müller2023-10-101-1/+1
* | Update astronomical length units in CalcUlrich Müller2023-10-101-5/+6
* | Correct temperature names in CalcMattias Engdegård2023-10-101-3/+1
* | * lisp/calc/calc-units.el (math-standard-units): Document.Mattias Engdegård2023-10-101-2/+16
* | ; * lisp/calc/calc.el (calc): Fix typo.Po Lu2023-07-141-1/+1
* | Update Android portPo Lu2023-06-261-44/+52
* | Use `delq` return value (bug#61730)Mattias Engdegård2023-05-201-3/+4
* | Fix interactive forms in some Lisp packagesEli Zaretskii2023-05-062-2/+0
* | * lisp/calc/calc.el (calcDigit-backspace): Hush warning.Mattias Engdegård2023-02-271-1/+2