emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (2878624 -> e6fb440)


From: Andrea Corallo
Subject: feature/native-comp updated (2878624 -> e6fb440)
Date: Sun, 26 Apr 2020 05:40:19 -0400 (EDT)

akrl pushed a change to branch feature/native-comp.

      from  2878624   Merge remote-tracking branch 'savannah/master' into HEAD
       new  bb4cf13   Convert before final function doc hash into a vector.
      adds  eb65ac5   Improve list-dynamic-libraries when alist empty
      adds  0e2cd5f   Use lexical-binding in misc.el and add tests
      adds  7b82650   Use lexical-binding in dig.el and add tests
      adds  24849c1   Inline a couple of functions that were macros
      adds  5e4fc5b   Use lexical-binding for rfc2045.el and add tests
      adds  453ada0   Use lexical-binding in spook.el
       new  e6fb440   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 lisp/emacs-lisp/comp.el                            | 14 +++-
 lisp/mail/rfc2045.el                               |  2 +-
 lisp/misc.el                                       |  8 ++-
 lisp/net/dig.el                                    | 11 ++--
 lisp/play/spook.el                                 |  8 +--
 src/casefiddle.c                                   |  2 +-
 src/ccl.c                                          |  2 +-
 src/comp.c                                         | 16 ++---
 src/comp.h                                         |  2 +-
 src/pdumper.c                                      |  2 +-
 .../underline-tests.el => mail/rfc2045-tests.el}   | 30 ++++-----
 test/lisp/misc-tests.el                            | 77 ++++++++++++++++++++++
 test/lisp/net/dig-tests.el                         | 56 ++++++++++++++++
 13 files changed, 180 insertions(+), 50 deletions(-)
 copy test/lisp/{textmodes/underline-tests.el => mail/rfc2045-tests.el} (56%)
 create mode 100644 test/lisp/misc-tests.el
 create mode 100644 test/lisp/net/dig-tests.el



reply via email to

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