summaryrefslogtreecommitdiff
path: root/lisp/calendar/parse-time.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Remove redundant #' before lambda in {calendar,erc,mh-e}/*.elStefan Kangas2021-04-091-31/+31
* Fix typosMattias EngdegÄrd2021-02-181-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix parse-time-string bug with ISO 8601 defaultsBastien2020-01-241-1/+1
* Refactor parse-time-stringPaul Eggert2020-01-151-41/+38
* parse-time-string now parses ISO 8601 format stringsPaul Eggert2020-01-151-11/+14
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* More-compatible subsecond calendrical timestampsPaul Eggert2019-08-161-6/+2
* decode-time now returns subsec tooPaul Eggert2019-08-051-3/+7
* Rewrite `parse-iso8601-time-string' to use `iso8601-parse'Lars Ingebrigtsen2019-07-311-65/+9
* * lisp/calendar/parse-time.el (parse-time-string): Use functionp and setfStefan Monnier2019-04-191-13/+13
* Merge from origin/emacs-26Glenn Morris2019-02-201-1/+1
|\
| * Update citations of Internet RFCsPaul Eggert2019-02-161-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | New (TICKS . HZ) timestamp formatPaul Eggert2018-10-061-2/+3
* | Fix ambiguity in nil DST flagPaul Eggert2018-09-211-4/+6
* | Prune most-positive-fixnum from Lisp sourcePaul Eggert2018-08-221-2/+4
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Turn on lexical-binding in parse-time.elMark Oteiza2017-02-011-9/+3
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Make parse-time-string-chars fasterLars Ingebrigtsen2016-02-281-8/+5
* | Fix timezone detection of parse-iso8601-time-stringHong Xu2016-12-241-7/+19
* | parse-times-string doc string clarificationLars Magne Ingebrigtsen2016-03-251-2/+6
* | Doc string fixMarcin Borkowski2016-03-251-2/+5
* | Clean up the code in parse-time-string-charsLars Ingebrigtsen2016-02-281-7/+5
* | Make parse-time-string-chars more efficientLars Ingebrigtsen2016-02-261-3/+2
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Add cl-parse-integer based on parse-integerLeo Liu2014-09-261-39/+7
* Don't mishandle year-9999 dates.Paul Eggert2014-08-031-1/+1
* Merge from Gnus git masterGnus developers2014-03-231-0/+62
* 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
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-111-6/+6
* * calendar/parse-time.el (parse-time-string): Allow extractor toAndreas Schwab2012-02-251-20/+21
* 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
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove arch-tags from all files, since these are no longer needed.Lars Magne Ingebrigtsen2010-09-021-1/+0
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Define risky-local-variable property here rather than in files.el.Glenn Morris2009-08-261-0/+1
* * calendar/parse-time.el (parse-time-string-chars): Save match data.Chong Yidong2009-08-161-7/+8
* * calendar/parse-time.el (parse-time-string-chars): Compute usingChong Yidong2009-08-161-15/+7
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (parse-time-months, parse-time-weekdays): Add long-form month and day names.Chong Yidong2008-05-271-2/+11