emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (86cc937 -> 0cef208)


From: Andrea Corallo
Subject: feature/native-comp updated (86cc937 -> 0cef208)
Date: Sun, 1 Mar 2020 14:41:54 -0500 (EST)

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

      from  86cc937   * ; Add a TODO for a future optimization
      adds  2261f89   Finish Tramp's implementation of 'nofollow
      adds  8d5e8cd   Signal an error for the regexp "[:alnum:]"
      adds  3766bf7   Don't complain about the regexp "[:-:]"
      adds  07da629   nnmail-cache-close should not use nofollow
      adds  125da00   * lisp/emacs-lisp/eldoc.el 
(eldoc-documentation-function): No nil value
      adds  c32d35e   * src/gtkutil.c, src/nsterm.m: Fix bug#39808
      adds  77f69a9   * src/nsterm.m ([EmacsView toolbarClicked:]): Fix last 
change
      adds  4859e8d   Revert "Don't complain about the regexp "[:-:]""
      adds  ef4440a   Revert "Signal an error for the regexp "[:alnum:]""
      adds  8ab0e73   Port timestamp tests to odd timezones, (TICKS . HZ)
      adds  3d2c82a   Unbreak build with CHECK_STRUCTS
      adds  79fe320   Fix XEmacs-specific clause in definition of 
pascal-outline-map.
      adds  e98ee8d   Make 'load-dangerous-libraries' obsolete (Bug#37819)
      adds  228fb6f   Remove more XEmacs compat code from viper
      adds  1dd4a63   * lisp/progmodes/cperl-mode.el: Clarify comment.
      adds  13a69c8   ; Auto-commit of loaddefs files.
       new  6664f98   Merge remote-tracking branch 'savannah/master' into HEAD
       new  62384df   * Reduce stack depth while marking native compiled subrs
       new  b7f3624   * Rename comp-emit-set-const -> comp-emit-setimm
       new  5543338   Optimize relocation classes for object duplication
       new  b41d76f   Remove relocation index form LIMPLE setimm
       new  f60cb02   * Allow for multiple SSA runs
       new  0cef208   * Reorganize passes


Summary of changes:
 doc/emacs/building.texi      |   7 --
 etc/NEWS                     |   5 ++
 lisp/emacs-lisp/comp.el      | 175 ++++++++++++++++++++++++++-----------------
 lisp/emacs-lisp/eldoc.el     |  19 ++---
 lisp/emulation/viper-mous.el |  50 ++-----------
 lisp/emulation/viper-util.el |   1 +
 lisp/gnus/nnbabyl.el         |   2 +-
 lisp/gnus/nndiary.el         |   2 +-
 lisp/gnus/nnfolder.el        |   2 +-
 lisp/gnus/nnmail.el          |   8 +-
 lisp/gnus/nnmbox.el          |   2 +-
 lisp/gnus/nnml.el            |   2 +-
 lisp/ldefs-boot.el           |  34 +++++----
 lisp/net/tramp-adb.el        |  13 ++--
 lisp/net/tramp-sh.el         |  30 ++++----
 lisp/net/tramp-smb.el        |  16 ++--
 lisp/net/tramp-sudoedit.el   |  16 ++--
 lisp/progmodes/cperl-mode.el |   2 +-
 lisp/progmodes/pascal.el     |   2 +-
 lisp/subr.el                 |   3 +
 src/alloc.c                  |   4 +-
 src/comp.c                   | 125 ++++++++++++++++++-------------
 src/gtkutil.c                |   7 --
 src/lread.c                  |  23 ++----
 src/nsterm.m                 |   5 --
 src/pdumper.c                |   2 +-
 test/lisp/net/tramp-tests.el |  28 ++++---
 test/src/timefns-tests.el    |  46 ++++++------
 28 files changed, 322 insertions(+), 309 deletions(-)



reply via email to

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