summaryrefslogtreecommitdiff
path: root/lisp/calc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | calc.el, calc-(ext|poly), calccomp: Use lexical-bindingStefan Monnier2018-11-204-198/+211
* | * lisp/calc/calc-alg.el: Use lexical-binding and silence warningsStefan Monnier2018-11-204-585/+578
* | Update the calc units tableUlrich Müller2018-11-191-19/+22
* | Merge from origin/emacs-26Glenn Morris2018-09-102-15/+5
|\ \ | |/
| * Standardize calc bug reporting instructionsGlenn Morris2018-09-032-15/+5
* | Merge from origin/emacs-26Glenn Morris2018-08-291-2/+2
|\ \ | |/
| * Fix math-imaginary-i checkNoam Postavsky2018-08-281-2/+2
* | Prune most-positive-fixnum from Lisp sourcePaul Eggert2018-08-221-7/+0
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-214-11/+11
|/
* Update copyright year to 2018Paul Eggert2018-01-0143-43/+43
* Fix quick-calc in C mode with hex valuesOGAWA Hirofumi2017-11-181-1/+3
* ; Fix some comment typosGlenn Morris2017-11-031-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-1343-173/+173
* Replace with dolist some uses of whileMark Oteiza2017-06-271-42/+30
* Use the expression angle units while simplifying itTino Calancha2017-05-183-7/+26
* Revert "Ignore angle mode while simplifying units"Tino Calancha2017-05-182-17/+7
* Use iteration in math-factorial-itermichael schuldt2017-04-181-5/+7
* require cl-lib to fix fallout from mhtml seriesTom Tromey2017-04-061-0/+1
* change calc to use derived-mode-pTom Tromey2017-04-051-7/+13
* Make calc's least common multiple positive (bug#25255)Peder O. Klingenberg2017-02-231-1/+1
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-0143-43/+43
|\
| * Update copyright year to 2017Paul Eggert2016-12-3143-43/+43
* | call-process instead of call-process-region with empty regionTino Calancha2016-08-231-3/+3
* | Ignore angle mode while simplifying unitsTino Calancha2016-07-122-7/+17
* | Calc: Update mode line after change modeTino Calancha2016-07-041-0/+1
|/
* Complete temperature units in calc-convert-temperatureMark Oteiza2016-03-031-5/+12
* * lisp/calc/calc-units.el (math-standard-units): Update to 2014 CODATA adjust...Mark Oteiza2016-02-181-38/+41
* Follow convention for greek letter constants.Mark Oteiza2016-02-161-1/+3
* Add Stefan-Boltzmann constant to calc units table.Mark Oteiza2016-02-161-0/+2
* * lisp/calc/calc-units.el (math-build-units-table-buffer): Use special-mode.Mark Oteiza2016-02-161-1/+1
* Update copyright year to 2016Paul Eggert2016-01-0143-43/+43
* Change maintainer address.Jay Belanger2015-11-0343-46/+1
* Have calc-yank recognize numbers in different bases.Jay Belanger2015-10-111-15/+41
* Document the optional prefix to `calc-yank'.Jay Belanger2015-10-101-1/+1
* Allow numbers with different radixes to be yanked.Kaushal Modi2015-10-102-17/+93
* Use events instead of chars to keep track of steps.Jay Belanger2015-10-101-10/+10
* * lisp/calc/calc.el: Silence byte-compiler warningsStefan Monnier2015-10-081-74/+74
* * lisp/calc/calc.el (calc-digit-start-entry): Fix typo.Jay Belanger2015-10-081-1/+1
* Format initial input uniformly.Jay Belanger2015-10-082-8/+12
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-297-25/+0