| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove XEmacs compat code from calc | Lars Ingebrigtsen | 2019-06-19 | 4 | -59/+29 |
* | Make calc-macs.el lexical | Lars Ingebrigtsen | 2019-06-17 | 1 | -1/+1 |
* | Cleanup of TODO to prefer report-emacs-bug | Stefan Kangas | 2019-05-28 | 1 | -3/+2 |
* | * lisp/calc/calc-forms.el (calc-hms-notation): Fix interactive | Andreas Schwab | 2019-03-27 | 1 | -1/+1 |
* | Be safer about "%" in message formats | Paul Eggert | 2019-03-07 | 1 | -2/+2 |
* | Fix regular-expression glitches and typos | Paul Eggert | 2019-03-04 | 4 | -7/+7 |
* | Merge from origin/emacs-26 | Glenn Morris | 2019-01-18 | 2 | -15/+31 |
|\ |
|
| * | Fix Calc graph output on MS-Windows | Eli Zaretskii | 2019-01-13 | 2 | -15/+31 |
* | | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 43 | -43/+43 |
|\ \
| |/ |
|
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 43 | -43/+43 |
| * | Update the calc units table | Ulrich Müller | 2018-11-24 | 1 | -19/+22 |
* | | Minor fixes/simplifications to time functions | Paul Eggert | 2018-12-19 | 1 | -14/+11 |
* | | calc.el, calc-(ext|poly), calccomp: Use lexical-binding | Stefan Monnier | 2018-11-20 | 4 | -198/+211 |
* | | * lisp/calc/calc-alg.el: Use lexical-binding and silence warnings | Stefan Monnier | 2018-11-20 | 4 | -585/+578 |
* | | Update the calc units table | Ulrich Müller | 2018-11-19 | 1 | -19/+22 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-09-10 | 2 | -15/+5 |
|\ \
| |/ |
|
| * | Standardize calc bug reporting instructions | Glenn Morris | 2018-09-03 | 2 | -15/+5 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-08-29 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix math-imaginary-i check | Noam Postavsky | 2018-08-28 | 1 | -2/+2 |
* | | Prune most-positive-fixnum from Lisp source | Paul Eggert | 2018-08-22 | 1 | -7/+0 |
* | | Audit use of lsh and fix glitches | Paul Eggert | 2018-08-21 | 4 | -11/+11 |
|/ |
|
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 43 | -43/+43 |
* | Fix quick-calc in C mode with hex values | OGAWA Hirofumi | 2017-11-18 | 1 | -1/+3 |
* | ; Fix some comment typos | Glenn Morris | 2017-11-03 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 43 | -173/+173 |
* | Replace with dolist some uses of while | Mark Oteiza | 2017-06-27 | 1 | -42/+30 |
* | Use the expression angle units while simplifying it | Tino Calancha | 2017-05-18 | 3 | -7/+26 |
* | Revert "Ignore angle mode while simplifying units" | Tino Calancha | 2017-05-18 | 2 | -17/+7 |
* | Use iteration in math-factorial-iter | michael schuldt | 2017-04-18 | 1 | -5/+7 |
* | require cl-lib to fix fallout from mhtml series | Tom Tromey | 2017-04-06 | 1 | -0/+1 |
* | change calc to use derived-mode-p | Tom Tromey | 2017-04-05 | 1 | -7/+13 |
* | Make calc's least common multiple positive (bug#25255) | Peder O. Klingenberg | 2017-02-23 | 1 | -1/+1 |
* | Replace QUIT with maybe_quit | Paul Eggert | 2017-01-25 | 1 | -1/+1 |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 43 | -43/+43 |
|\ |
|
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 43 | -43/+43 |
* | | call-process instead of call-process-region with empty region | Tino Calancha | 2016-08-23 | 1 | -3/+3 |
* | | Ignore angle mode while simplifying units | Tino Calancha | 2016-07-12 | 2 | -7/+17 |
* | | Calc: Update mode line after change mode | Tino Calancha | 2016-07-04 | 1 | -0/+1 |
|/ |
|
* | Complete temperature units in calc-convert-temperature | Mark Oteiza | 2016-03-03 | 1 | -5/+12 |
* | * lisp/calc/calc-units.el (math-standard-units): Update to 2014 CODATA adjust... | Mark Oteiza | 2016-02-18 | 1 | -38/+41 |
* | Follow convention for greek letter constants. | Mark Oteiza | 2016-02-16 | 1 | -1/+3 |
* | Add Stefan-Boltzmann constant to calc units table. | Mark Oteiza | 2016-02-16 | 1 | -0/+2 |
* | * lisp/calc/calc-units.el (math-build-units-table-buffer): Use special-mode. | Mark Oteiza | 2016-02-16 | 1 | -1/+1 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 43 | -43/+43 |
* | Change maintainer address. | Jay Belanger | 2015-11-03 | 43 | -46/+1 |
* | Have calc-yank recognize numbers in different bases. | Jay Belanger | 2015-10-11 | 1 | -15/+41 |
* | Document the optional prefix to `calc-yank'. | Jay Belanger | 2015-10-10 | 1 | -1/+1 |
* | Allow numbers with different radixes to be yanked. | Kaushal Modi | 2015-10-10 | 2 | -17/+93 |
* | Use events instead of chars to keep track of steps. | Jay Belanger | 2015-10-10 | 1 | -10/+10 |
* | * lisp/calc/calc.el: Silence byte-compiler warnings | Stefan Monnier | 2015-10-08 | 1 | -74/+74 |