emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (9daffe9 -> b478d57)


From: Andrea Corallo
Subject: feature/native-comp updated (9daffe9 -> b478d57)
Date: Mon, 25 May 2020 11:05:35 -0400 (EDT)

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

      from  9daffe9   Merge remote-tracking branch 'savannah/master' into HEAD
       new  1b809f3   Improve handling of native compilation units still in use 
in Windows
       new  1bc558b   Fix non Windows builds
       new  0bba0e3   Fix GNU style
       new  2bc41e0   ; Ease ifdef navigation in native-comp files
      adds  ced2903   Add three C++20 coroutine keywords, co_await, co_yield, 
and co_return
      adds  104b68b   Mark browse-url-conkeror as obsolete
      adds  3b65fb7   Fix segfault on closing frame with tooltip (Bug#41239)
      adds  b9b8c5e   Make dedicated keymap and mode for eshell-command 
(Bug#41370)
      adds  0cdedf6   Add command ffap-other-tab (Bug#41410)
      adds  c812223   Don't bug out in xml-escape-string if invalid characters 
aren't present
       new  b478d57   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 etc/NEWS                   |   2 +
 lisp/emacs-lisp/comp.el    |  26 +++++
 lisp/emacs-lisp/package.el |  31 +++++-
 lisp/eshell/eshell.el      |  22 ++--
 lisp/ffap.el               |  11 ++
 lisp/net/browse-url.el     |  11 +-
 lisp/progmodes/cc-langs.el |   4 +-
 lisp/xml.el                |   3 +-
 src/alloc.c                |   3 +-
 src/comp.c                 | 258 +++++++++++++++++++++++++++++++++++++++++++--
 src/comp.h                 |  42 +++++++-
 src/emacs.c                |   6 ++
 src/eval.c                 |  55 ++++++++++
 src/gtkutil.c              |   9 +-
 src/lisp.h                 |   2 +
 src/pdumper.c              |   3 +
 16 files changed, 455 insertions(+), 33 deletions(-)



reply via email to

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