emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (3232000 -> 4a1bb46)


From: Andrea Corallo
Subject: feature/native-comp updated (3232000 -> 4a1bb46)
Date: Tue, 6 Oct 2020 12:37:41 -0400 (EDT)

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

      from  3232000   * configure.ac (lispdirrel): Fix value for MacOS build.
       new  ad5a2bb   Revert "Add `advice-flet' macro"
       new  b3ade4d   Revert "Use `advice-flet' in place of `cl-letf' to avoid 
primitive...
       new  0b58be4   Rename comp-subr-safe-advice -> 
comp-subr-trampoline-install
       new  87c6aa1   Make primitive redefinition effective through trampoline 
synthesis
       new  f43dbe6   Add a test for primitive redefinition
       new  29f7024   * Fix a test in test/lisp/subr-tests.el
       new  4a1bb46   * Native compiling do not target a directory with no 
write permission


Summary of changes:
 lisp/emacs-lisp/advice.el          |  2 +-
 lisp/emacs-lisp/comp.el            |  2 +-
 lisp/emacs-lisp/nadvice.el         | 28 +-----------------
 lisp/loadup.el                     |  5 ++++
 src/comp.c                         | 22 ++++++++++++++-
 src/data.c                         |  7 +++++
 test/lisp/abbrev-tests.el          |  6 ++--
 test/lisp/bookmark-tests.el        |  6 ++--
 test/lisp/emacs-lisp/rmc-tests.el  | 10 +++----
 test/lisp/files-tests.el           | 37 ++++++++++++------------
 test/lisp/kmacro-tests.el          | 58 ++++++++++++++++++--------------------
 test/lisp/net/tramp-tests.el       | 20 ++++++-------
 test/lisp/play/dissociate-tests.el |  4 +--
 test/lisp/replace-tests.el         | 45 ++++++++++++++---------------
 test/lisp/shadowfile-tests.el      | 32 ++++++++++-----------
 test/lisp/subr-tests.el            |  4 +--
 test/lisp/tempo-tests.el           | 10 +++----
 test/lisp/time-stamp-tests.el      |  4 +--
 test/src/comp-test-funcs.el        |  4 +++
 test/src/comp-tests.el             | 11 ++++++++
 20 files changed, 167 insertions(+), 150 deletions(-)



reply via email to

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