| Commit message (Expand) | Author | Age | Files | Lines |
* | Use string-search instead of string-match[-p] | Mattias Engdegård | 2021-08-09 | 1 | -4/+4 |
* | Parse square root sign in embedded Calc mode | Mattias Engdegård | 2021-01-19 | 1 | -1/+1 |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | Don't quote lambdas with 'function' in calc/*.el | Stefan Kangas | 2020-11-17 | 1 | -190/+174 |
* | Calc: revert to old precedence of '/' in (La)TeX input mode | Mattias Engdegård | 2020-10-13 | 1 | -1/+1 |
* | * lisp/calc/: Use lexical scoping in all the files | Stefan Monnier | 2020-10-10 | 1 | -26/+32 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Replace manually crafted hex regexes with [:xdigit:] | Konstantin Kharlamov | 2019-07-06 | 1 | -1/+1 |
* | Fix regular-expression glitches and typos | Paul Eggert | 2019-03-04 | 1 | -3/+3 |
* | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Change maintainer address. | Jay Belanger | 2015-11-03 | 1 | -1/+0 |
* | ; Remove extraneous "coding: utf-8" specifications in Elisp files | Dmitry Gutov | 2015-09-29 | 1 | -4/+0 |
* | Go back to grave quoting in source-code docstrings etc. | Paul Eggert | 2015-09-07 | 1 | -21/+21 |
* | Prefer directed to neutral quotes | Paul Eggert | 2015-08-24 | 1 | -2/+2 |
* | More-conservative ‘format’ quote restyling | Paul Eggert | 2015-08-23 | 1 | -1/+2 |
* | Respect text-quoting-style in calc | Paul Eggert | 2015-08-21 | 1 | -19/+20 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma): New functions. | Rüdiger Sonderfeld | 2012-05-18 | 1 | -2/+33 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Refill some copyright headers. | Glenn Morris | 2011-01-15 | 1 | -2/+2 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -2/+2 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | calc.texi (TeX and LaTeX Language Modes, Predefined Units): | Jay Belanger | 2010-11-18 | 1 | -0/+10 |
* | | Add some utf-8 coding cookies. | Glenn Morris | 2010-06-22 | 1 | -57/+61 |
* | | calc-aent.el (math-read-token, math-find-user-tokens): | Jay Belanger | 2010-05-14 | 1 | -11/+13 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | (math-compose-tex-sqrt): New function (previously commented out). | Jay Belanger | 2009-01-11 | 1 | -5/+7 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | Fix up comment convention on the arch-tag lines. | Stefan Monnier | 2008-04-10 | 1 | -1/+1 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ |
|
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
* | | (math-complex-format): Add giac. | Jay Belanger | 2007-12-29 | 1 | -0/+2 |
* | | (calc-yacas-language, calc-maxima-language, calc-giac-language) | Jay Belanger | 2007-12-29 | 1 | -0/+618 |
* | | (calc-lang-allow-percentsigns): Declare as a variable. | Jay Belanger | 2007-12-26 | 1 | -0/+1 |
* | | (calc-lang-name): New property name. | Jay Belanger | 2007-12-11 | 1 | -0/+3 |
* | | (math-compose-var): Adjust declaration. | Jay Belanger | 2007-12-02 | 1 | -23/+24 |
* | | (math-compose-var): Fix declaration. | Jay Belanger | 2007-12-02 | 1 | -2/+2 |
* | | (math-compose-vector, math-compose-var, math-tex-expr-is-flat): | Jay Belanger | 2007-12-02 | 1 | -6/+529 |
* | | (math-read-factor, math-read-expr-level): Declare as functions. | Jay Belanger | 2007-11-27 | 1 | -0/+5 |
* | | (math-oper-table): Fix typo. Reduce precedence of "/" for TeX. | Jay Belanger | 2007-11-16 | 1 | -2/+2 |
* | | (math-oper-table): Lower precedence of negation for C, TeX, and eqn. | Jay Belanger | 2007-10-27 | 1 | -9/+9 |