emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master updated (e4f957f -> fa04c8b)


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master updated (e4f957f -> fa04c8b)
Date: Mon, 29 Jul 2019 08:22:48 -0400 (EDT)

larsi pushed a change to branch master.

      from  e4f957f   Fix compilation warning in mh-*.el
       new  6cfda69   Add support for dealing with decoded time structures
       new  fa04c8b   Add an ISO 8601 parsing library


Summary of changes:
 doc/lispref/os.texi                   |  77 +++++++
 etc/NEWS                              |  24 +++
 lisp/calendar/iso8601.el              | 370 ++++++++++++++++++++++++++++++++++
 lisp/calendar/time-date.el            | 149 ++++++++++++++
 lisp/simple.el                        |  76 +++++++
 src/timefns.c                         |   6 +
 test/lisp/calendar/iso8601-tests.el   | 291 ++++++++++++++++++++++++++
 test/lisp/calendar/time-date-tests.el | 109 ++++++++++
 8 files changed, 1102 insertions(+)
 create mode 100644 lisp/calendar/iso8601.el
 create mode 100644 test/lisp/calendar/iso8601-tests.el
 create mode 100644 test/lisp/calendar/time-date-tests.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]