emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (fcce8dd -> 3608623)


From: Andrea Corallo
Subject: feature/native-comp updated (fcce8dd -> 3608623)
Date: Sun, 5 Apr 2020 17:25:06 -0400 (EDT)

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

      from  fcce8dd   Merge remote-tracking branch 'savannah/master' into HEAD
       new  37a9d1e   * lisp/emacs-lisp/comp.el (native-compile): Better 
documentation.
       new  70cb964   * src/comp.c: Clean-up unnecessary field declaration.
       new  49a3790   * src/comp.c: Add MSB TAG and wide int support.
       new  e3dff70   * src/comp.c: Emit cast only when necessary.
       new  7009e8a   * src/comp.c (emit_binary_op): New function.
       new  5983804   * src/comp.c (hash_native_abi): Fix assertion.
       new  346d509   * src/comp.c (emit_const_lisp_obj, emit_mvar_val): Fix.
       new  4263f2f   * src/comp.c (emit_XFIXNUM): Fix for LSB_TAG plus 
annotate a FIXME.
      adds  9b6d252   * lisp/arc-mode.el: Use lexical-binding
      adds  702a97f   * lisp/arc-mode.el: Remove redundant `:group`s
      adds  b318e58   * lisp/arc-mode.el (archive-ar-write-file-member): New 
function
      adds  9b99532   C++ Mode: recognize brace blocks without the hitherto 
required = sign
      adds  c640be6   * lisp/arc-mode.el: Use cl-structs rather than vectors
      adds  fd38c9c   * lisp/arc-mode.el: Remove unused struct fields
      adds  05d365d   Fix face spec handling for 'default' "terminal class"
      adds  f71afd6   Support the "explore" command in gdb-mi.el
      adds  1585370   Default gcc -Og to inlining key ops
      adds  02b0621   * lib-src/Makefile.in (LINK_CFLAGS): Remove; unused.
      adds  4b4da58   Revert unneeded part of gcc -Og change
      adds  c09457e   * lisp/arc-mode.el (archive--file-desc): Add fields from 
other structs
      adds  e6b5cd0   Avoid SAFE_ALLOCA in Fstring, Funibyte_string
      adds  83f9094   * lisp/arc-mode.el: Remove 
make-(local-variable|variable-buffer-local)
      adds  95a7c6e   * lisp/arc-mode.el: Rewrite displaying the summaries
       new  3608623   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 etc/NEWS                    |   6 +
 lib-src/Makefile.in         |   2 -
 lisp/arc-mode.el            | 973 +++++++++++++++++++++-----------------------
 lisp/emacs-lisp/comp.el     |   2 +
 lisp/faces.el               |   2 +-
 lisp/progmodes/cc-engine.el |  13 +-
 lisp/progmodes/gdb-mi.el    |  11 +-
 src/Makefile.in             |   7 +-
 src/character.c             |  39 +-
 src/comp.c                  | 534 ++++++++++++++----------
 src/lisp.h                  |  22 +-
 11 files changed, 847 insertions(+), 764 deletions(-)



reply via email to

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