emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (3130690 -> 48b131c)


From: Andrea Corallo
Subject: feature/native-comp updated (3130690 -> 48b131c)
Date: Sun, 23 Feb 2020 13:37:31 -0500 (EST)

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

      from  3130690   Fix `comp-tests-free-fun'
      adds  1cb14aa   * src/keyboard.c: Copy last tool-bar change to tab-bar.
      adds  929c9d3   ; * test/lisp/emacs-lisp/regexp-opt-tests.el: Fix last 
change
      adds  202c331   Restore runtime check for invalid tag
      adds  c87a165   Update from Gnulib
      adds  bce1735   * lisp/font-lock.el (font-lock-ensure): Use 
font-lock-specified-p (bug#39597)
      adds  b6be1ce   Update from Gnulib
       new  5153dc1   Merge remote-tracking branch 'savannah/master' into HEAD
       new  1dc237f   Make build process robust against interruptions
       new  48b131c   * Add two hooks for async native compilation


Summary of changes:
 lib/count-leading-zeros.h                |   8 +
 lib/count-one-bits.h                     |   8 +
 lib/count-trailing-zeros.h               |   8 +
 lib/gnulib.mk.in                         |   2 -
 lib/inttypes.in.h                        |  24 ++-
 lib/openat.h                             |  20 +--
 lib/signal.in.h                          |  24 ++-
 lib/stdio.in.h                           | 270 +++++++++++++++++++------------
 lib/stdlib.in.h                          |  72 ++++++---
 lib/string.in.h                          |  11 +-
 lib/sys_stat.in.h                        |  44 +++--
 lib/time.in.h                            |  17 +-
 lib/unistd.in.h                          |  24 ++-
 lisp/emacs-lisp/bytecomp.el              |  21 ++-
 lisp/emacs-lisp/comp.el                  |  34 +++-
 lisp/font-lock.el                        |   7 +-
 m4/inttypes.m4                           |   4 +-
 m4/largefile.m4                          |   3 -
 m4/signal_h.m4                           |   4 +-
 m4/stdio_h.m4                            |   4 +-
 m4/stdlib_h.m4                           |   4 +-
 m4/string_h.m4                           |   5 +-
 m4/sys_socket_h.m4                       |   4 +-
 m4/sys_stat_h.m4                         |   7 +-
 m4/time_h.m4                             |   6 +-
 m4/unistd_h.m4                           |   4 +-
 src/data.c                               |  10 +-
 src/keyboard.c                           |  13 +-
 src/lisp.h                               |   1 +
 src/xdisp.c                              |  10 --
 test/lisp/emacs-lisp/regexp-opt-tests.el |   2 +-
 31 files changed, 417 insertions(+), 258 deletions(-)



reply via email to

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