summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-lang.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-4/+4
* Parse square root sign in embedded Calc modeMattias Engdegård2021-01-191-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Don't quote lambdas with 'function' in calc/*.elStefan Kangas2020-11-171-190/+174
* Calc: revert to old precedence of '/' in (La)TeX input modeMattias Engdegård2020-10-131-1/+1
* * lisp/calc/: Use lexical scoping in all the filesStefan Monnier2020-10-101-26/+32
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-061-1/+1
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-3/+3
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Change maintainer address.Jay Belanger2015-11-031-1/+0
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-291-4/+0
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-21/+21
* Prefer directed to neutral quotesPaul Eggert2015-08-241-2/+2
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-1/+2
* Respect text-quoting-style in calcPaul Eggert2015-08-211-19/+20
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma): New functions.Rüdiger Sonderfeld2012-05-181-2/+33
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Refill some copyright headers.Glenn Morris2011-01-151-2/+2
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | calc.texi (TeX and LaTeX Language Modes, Predefined Units): Jay Belanger2010-11-181-0/+10
* | Add some utf-8 coding cookies.Glenn Morris2010-06-221-57/+61
* | calc-aent.el (math-read-token, math-find-user-tokens):Jay Belanger2010-05-141-11/+13
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (math-compose-tex-sqrt): New function (previously commented out).Jay Belanger2009-01-111-5/+7
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | (math-complex-format): Add giac.Jay Belanger2007-12-291-0/+2
* | (calc-yacas-language, calc-maxima-language, calc-giac-language)Jay Belanger2007-12-291-0/+618
* | (calc-lang-allow-percentsigns): Declare as a variable.Jay Belanger2007-12-261-0/+1
* | (calc-lang-name): New property name.Jay Belanger2007-12-111-0/+3
* | (math-compose-var): Adjust declaration.Jay Belanger2007-12-021-23/+24
* | (math-compose-var): Fix declaration.Jay Belanger2007-12-021-2/+2
* | (math-compose-vector, math-compose-var, math-tex-expr-is-flat):Jay Belanger2007-12-021-6/+529
* | (math-read-factor, math-read-expr-level): Declare as functions.Jay Belanger2007-11-271-0/+5
* | (math-oper-table): Fix typo. Reduce precedence of "/" for TeX.Jay Belanger2007-11-161-2/+2