summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-forms.el
AgeCommit message (Expand)Author
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas
2021-08-09Use string-search instead of string-match[-p]Mattias Engdegård
2021-01-01Update copyright year to 2021Paul Eggert
2020-11-17Don't quote lambdas with 'function' in calc/*.elStefan Kangas
2020-10-10* lisp/calc/: Use lexical scoping in all the filesStefan Monnier
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-01-01Update copyright year to 2020Paul Eggert
2019-10-05Improve documentation for year-zero issuesPaul Eggert
2019-09-19lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero
2019-08-17Add FIXMEs for subsecond supportPaul Eggert
2019-08-06Fix various Calc date conversions (bug#36822)Mattias Engdegård
2019-07-30Fix syntax error in previus calc-forms changeLars Ingebrigtsen
2019-07-30Use decoded time accessors in calcLars Ingebrigtsen
2019-07-09Simplify math-get-calendar-tzinfoPaul Eggert
2019-07-10Fix timezone east of GMT in CalvLars Ingebrigtsen
2019-03-27* lisp/calc/calc-forms.el (calc-hms-notation): Fix interactiveAndreas Schwab
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-19Minor fixes/simplifications to time functionsPaul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-07-12Ignore angle mode while simplifying unitsTino Calancha
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-03Change maintainer address.Jay Belanger
2015-08-28Fix minor text quoting in calc, calendar, vcPaul Eggert
2015-04-09Fix description of Unix time, mention new function.Jay Belanger
2015-01-01Update copyright year to 2015Paul Eggert
2014-09-04calc/calc-forms.el (math-normalize-hms): Do a better check forJay Belanger
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-30* calc/calc-forms.el (math-parse-date): Try usingJay Belanger
2012-12-10* lisp/calc/calc-forms.el (calc-date-notation): Fix typo.Jay Belanger
2012-12-10* lisp/calc/calc.el (calc-standard-date-formats): Add more dateJay Belanger
2012-12-02* lisp/calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.Jay Belanger
2012-12-02* lisp/calc/calc-forms.el (math-date-to-iso-dt): Fix typo.Jay Belanger
2012-12-02* lisp/calc/calc-forms.el (math-absolute-from-iso-dt)Jay Belanger
2012-11-27* lisp/calc/calc-forms.el (calc-date-notation): Fix regexpJay Belanger
2012-11-18* calc/calc-forms.el (math-leap-year-p): Fix formula for negativeJay Belanger
2012-11-17* calc/calc-forms.el (math-date-to-dt): Use integer dateJay Belanger
2012-11-17Calc now uses the Gregorian calendar for all dates,Paul Eggert
2012-11-17* calc/calc-forms.el (calc-gregorian-switch): Declare.Jay Belanger
2012-11-17* calc/calc.el (calc-gregorian-switch): New variable.Jay Belanger
2012-09-17Update docstrings and comments to use "init file" terminology.Chong Yidong