emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (0f964db -> b0f683e)


From: Andrea Corallo
Subject: feature/native-comp updated (0f964db -> b0f683e)
Date: Thu, 2 Jul 2020 16:59:06 -0400 (EDT)

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

      from  0f964db   Add a test for lambda list containing uninterned symbols
      adds  162f375   MS-Windows fixes as followup to import of Gnulib 
'getrandom'
      adds  6650144   Update from Gnulib.
      adds  d087263   * test/src/fns-tests.el (test-secure-hash): Test 
getrandom format.
      adds  519e64f   CC Mode: optimize for repeated simple operations.
      adds  bc8089a   Subject: Frame-local tab-bar for numeric value of 
tab-bar-show (bug#42052)
      adds  e98ddd6   Bind 'C-x 4 1' to 'same-window-prefix' and document new 
commands (bug#41691)
      adds  3e72ca1   ; Auto-commit of loaddefs files.
      adds  af313f5   Support pty's on OpenBSD
      adds  aa6c35e   ; * etc/NEWS: Announce dropping of support for OpenBSD 
5.3.
      adds  c70a3a4   Revert feature added in bfd96e995d using project 
directories in vc (bug#41821)
      adds  256bb84   Remove Emacs-27 reference
      adds  5d1bac0   * lisp/progmodes/cc-mode.el (c-or-c++-mode--regexp): 
Change WS to [ \t] in it
       new  25bdf99   Merge remote-tracking branch 'savahnna/master' into HEAD
       new  b67e156   * Add to possibility to write per pass specific tests
       new  8f81859   Rework `comp-c-func-name' arguments
       new  7e004d2   * Add a test to verify tail recursion elimination
       new  b0f683e   * Fix missing tail recursion elimination


Summary of changes:
 admin/nt/dist-build/README-windows-binaries |   4 +-
 build-aux/config.sub                        | 568 +++++++++++++++-------------
 configure.ac                                |   4 +-
 doc/emacs/frames.texi                       |  16 +
 doc/emacs/windows.texi                      |  10 +
 etc/NEWS                                    |  23 +-
 lib/getrandom.c                             |  11 +-
 lib/gnulib.mk.in                            |   4 +
 lisp/emacs-lisp/comp.el                     |  19 +-
 lisp/emacs-lisp/disass.el                   |   2 +-
 lisp/ldefs-boot.el                          | 127 ++++++-
 lisp/progmodes/cc-defs.el                   |  61 +--
 lisp/progmodes/cc-engine.el                 |  67 ++--
 lisp/progmodes/cc-mode.el                   | 226 ++++++-----
 lisp/tab-bar.el                             |  29 +-
 lisp/vc/vc-dir.el                           |   2 +-
 lisp/vc/vc-hooks.el                         |   5 -
 lisp/vc/vc.el                               |   6 +-
 lisp/window.el                              |   1 +
 m4/getrandom.m4                             |   3 +-
 m4/gnulib-comp.m4                           |  38 +-
 nt/mingw-cfg.site                           |   3 +
 src/fns.c                                   |   4 -
 src/gnutls.c                                |  11 -
 test/src/comp-tests.el                      |  48 +++
 test/src/fns-tests.el                       |   8 +-
 26 files changed, 788 insertions(+), 512 deletions(-)



reply via email to

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