summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-forms.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-09
* Update copyright year to 2021Paul Eggert2021-01-01
* Don't quote lambdas with 'function' in calc/*.elStefan Kangas2020-11-17
* * lisp/calc/: Use lexical scoping in all the filesStefan Monnier2020-10-10
* Calc: fix formatting and parsing Unix time (bug#43759)Mattias Engdegård2020-10-02
* Calc: fix business days calculation (bug43677)Mattias Engdegård2020-10-02
* Update copyright year to 2020Paul Eggert2020-01-01
* Improve documentation for year-zero issuesPaul Eggert2019-10-05
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-19
* Add FIXMEs for subsecond supportPaul Eggert2019-08-17
* Fix various Calc date conversions (bug#36822)Mattias Engdegård2019-08-06
* Fix syntax error in previus calc-forms changeLars Ingebrigtsen2019-07-30
* Use decoded time accessors in calcLars Ingebrigtsen2019-07-30
* Simplify math-get-calendar-tzinfoPaul Eggert2019-07-09
* Fix timezone east of GMT in CalvLars Ingebrigtsen2019-07-10
* * lisp/calc/calc-forms.el (calc-hms-notation): Fix interactiveAndreas Schwab2019-03-27
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Minor fixes/simplifications to time functionsPaul Eggert2018-12-19
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Ignore angle mode while simplifying unitsTino Calancha2016-07-12
|/
* Update copyright year to 2016Paul Eggert2016-01-01
* Change maintainer address.Jay Belanger2015-11-03
* Fix minor text quoting in calc, calendar, vcPaul Eggert2015-08-28
* Fix description of Unix time, mention new function.Jay Belanger2015-04-09
* Update copyright year to 2015Paul Eggert2015-01-01
* calc/calc-forms.el (math-normalize-hms): Do a better check forJay Belanger2014-09-04
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | * calc/calc-forms.el (math-parse-date): Try usingJay Belanger2012-12-30
* | * lisp/calc/calc-forms.el (calc-date-notation): Fix typo.Jay Belanger2012-12-10
* | * lisp/calc/calc.el (calc-standard-date-formats): Add more dateJay Belanger2012-12-10
* | * lisp/calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.Jay Belanger2012-12-02
* | * lisp/calc/calc-forms.el (math-date-to-iso-dt): Fix typo.Jay Belanger2012-12-02
* | * lisp/calc/calc-forms.el (math-absolute-from-iso-dt)Jay Belanger2012-12-02
* | * lisp/calc/calc-forms.el (calc-date-notation): Fix regexpJay Belanger2012-11-27
* | * calc/calc-forms.el (math-leap-year-p): Fix formula for negativeJay Belanger2012-11-18
* | * calc/calc-forms.el (math-date-to-dt): Use integer dateJay Belanger2012-11-17
* | Calc now uses the Gregorian calendar for all dates,Paul Eggert2012-11-17
* | * calc/calc-forms.el (calc-gregorian-switch): Declare.Jay Belanger2012-11-17
* | * calc/calc.el (calc-gregorian-switch): New variable.Jay Belanger2012-11-17
|/
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-17
* Fix minor Y10k bugs.Paul Eggert2012-05-03