summaryrefslogtreecommitdiff
path: root/test/lisp/calc
AgeCommit message (Expand)Author
2026-01-17calc: Improve handling of invalid 'calc-string-maximum-character'Jacob S. Gordon
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-08-30Add user option to inhibit Calc startup message (bug#79143)Sean Devlin
2025-06-14calc: Allow strings with character codes above Latin-1Jacob S. Gordon
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-29Fix 'calc-math-read-preprocess-string' test (bug#66944).Daniel Brooks
2024-01-27Calc parses fractions written using U+2044 FRACTION SLASHDaniel Brooks
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-19Calc: speed up math-read-preprocess-string (bug#67536)Mattias Engdegård
2023-08-14Actually check the result of `equal` comparisons in testsMattias Engdegård
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-08-08Remove redundant local variables in testsStefan Kangas
2022-07-14Merge from origin/emacs-28Stefan Kangas
2022-07-13; Fix typos: prefer American spellingStefan Kangas
2022-04-22Audit quoting the quote character in doc stringsLars Ingebrigtsen
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-15Calc: mend math-nth-root-float (bug#51209)Mattias Engdegård
2021-09-26; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas
2021-04-27Calc: control digits after decimal point (bug#47302)Mattias Engdegård
2021-03-01Fix multiple Calc defmath errors (bug#46750)Mattias Engdegård
2021-01-01Update copyright year to 2021Paul Eggert
2020-10-13Calc: allow infinite binary word size (bug#43764)Mattias Engdegård
2020-10-13Calc: revert to old precedence of '/' in (La)TeX input modeMattias Engdegård
2020-10-13Calc: make tests less chattyMattias Engdegård
2020-10-10Improve coverage of Calc bit shift testMattias Engdegård
2020-10-09Calc: fix arithmetic right shift sign bit detectionMattias Engdegård
2020-10-02Calc: fix formatting and parsing Unix time (bug#43759)Mattias Engdegård
2020-10-02Calc: fix business days calculation (bug43677)Mattias Engdegård
2020-09-14Calc: fix binomial coefficients for negative arguments (bug#16999)Mattias Engdegård
2020-09-11Calc: regularise test namesMattias Engdegård
2020-05-15Calc: GCD(0,x)=GCD(x,0)=|x|, not x (bug#41279)Mattias Engdegård
2020-05-14Calc: fix LU decomposition for non-numeric matrices (bug#41223)Mattias Engdegård
2020-03-29; * test/lisp/calc/calc-tests.el: Fix mistake in last commitMattias Engdegård
2020-03-27Calc: don't treat nil as an integer (bug#40155)Mattias Engdegård
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-30; * test/lisp/calc/calc-tests.el: Fix warningsMattias Engdegård
2019-12-26Calc: add missing dynamic variable declarationsMattias Engdegård
2019-12-09Spelling fixesPaul Eggert
2019-09-29Fix linear equation system solving in Calc (bug#35374)Mattias Engdegård
2019-08-06Fix various Calc date conversions (bug#36822)Mattias Engdegård
2019-07-16Fix calc number formatting with digit grouping (bug#36689)Mattias Engdegård
2019-07-10Fix trig simplification crash (bug#33052)Mattias Engdegård
2019-06-26* test/lisp/calc/calc-tests.el (test-math-bignum, test-calc-23889): DisableStefan Monnier
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-29* test/lisp/calc/calc-tests.el (calc-imaginary-i): New test.Noam Postavsky
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-05-26test-calc-23889: Skip test on 32-bit platformsTino Calancha