emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (5f13016 -> 5be335e)


From: Andrea Corallo
Subject: feature/native-comp updated (5f13016 -> 5be335e)
Date: Mon, 13 Jul 2020 09:28:00 -0400 (EDT)

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

      from  5f13016   Merge remote-tracking branch 'savannah/master' into wip2
       new  c389fee   * Rework the backend to allocate arument arrays for call 
by references
       new  527b697   * Rework frame allocation strategy
       new  36c289e   * Clean-up now unnecessary backward propagation in comp.el
       new  eb091c8   * Rename `comp-propagate' into  `fw-prop'
      adds  ffb99d8   Prevent infloop in Eldoc message truncation algorithm
      adds  59f5636   Unbreak M-x eldoc
      adds  2d7c3e4   Improve display of compositions by "C-u C-x ="
      adds  814e3b0   EUDC: Add macOS Contacts backend
      adds  0fc8671   Update from Gnulib
      adds  5013065   Speed up GCC 10.1 compilation in default Git builds
      adds  c8b6006   Use Gnulib libgmp module
      adds  c86f3fe   Fix out-of-source ‘make check’ emacs-module-tests
      adds  9ade7ea   Fix Eldoc problem when loading on Emacs 26.3
      adds  62725e8   Fix byte compilation warning in Eldoc
      adds  7caf570   Tramp code cleanup
      adds  c259963   Revert "Fix Eldoc problem when loading on Emacs 26.3"
      adds  1198b03   Fix placement of Eldoc docs during eval-expression 
(bug#42309)
      adds  86c860f   project-switch-to-buffer: Reword the docstring
      adds  d8e17a4   Another minor improvement of project.el doc strings
      adds  205abbf   * doc/misc/flymake.texi (An annotated example backend): 
Typo fix.
      adds  e9e3b6c   Merge branch 'master' of 
git.savannah.gnu.org:/srv/git/emacs
      adds  af4f3a8   Fix multibyte chars of file names in tramp-adb.el
      adds  6cc3582   Correct 'concat' manual entry (bug#42296)
      adds  1279bdb   Another clarification of left/right-fringe display spec
      adds  79f381b   One more improvement of left/right-fringe display spec 
docs
      adds  3a446a0   ; * src/xdisp.c (decode_mode_spec): Fix commentary.
      adds  c892ae6   Repair global-auto-revert-ignore-modes (bug#42271)
      adds  1f52771   Mention floating rounding issues
      adds  136e931   Improve documentation of "C-u C-x ="
      adds  6290850   Consistently stylize eldoc as ElDoc in prose
      adds  c04b921   Add commentary in gtkutil.c
      adds  398a268   Merge from origin/emacs-27
      adds  b1ad038   * doc/misc/flymake.texi (An annotated example backend): 
Typo fix.
      adds  bdf716b   Correct 'concat' manual entry (bug#42296)
      adds  e6e5ce3   ; Merge from origin/emacs-27
      adds  ebcbd50   More docstring updates in project.el
      adds  4a467f7   project-kill-buffers: Update the docstring too
      adds  7ee3296   More Tramp code cleanup
      adds  45d7db6   Sort out ElDoc backward compatibility of 
eldoc-documentation-function
      adds  f5bc508   Fix last doc changes in project.el
      adds  7a71257   Fix a typo in eldoc.el
      adds  96173fb   ; Roll back certain doc changes; clarify what "transient" 
is
      adds  0339325   ;* lisp/progmodes/project.el (project-current): Doc fix.
      adds  46a0c11   Display "C-u C-x =" composed character names on GUI 
frames as well
       new  5be335e   Merge remote-tracking branch 'savahnna/master' into HEAD


Summary of changes:
 .gitignore                            |   1 +
 admin/merge-gnulib                    |   2 +-
 configure.ac                          |  59 +++-------
 doc/emacs/custom.texi                 |   2 +-
 doc/emacs/modes.texi                  |   2 +-
 doc/emacs/mule.texi                   |   8 +-
 doc/emacs/programs.texi               |   8 +-
 doc/lispref/display.texi              |  12 +-
 doc/lispref/numbers.texi              |   3 +
 doc/lispref/strings.texi              |  13 ++-
 doc/misc/eudc.texi                    |  52 +++++++++
 doc/misc/flymake.texi                 |   2 +-
 etc/NEWS                              |   7 ++
 etc/NEWS.22                           |   2 +-
 etc/NEWS.23                           |   2 +-
 lib/alloca.in.h                       |  15 ++-
 lib/dup2.c                            | 100 +++++------------
 lib/getrandom.c                       |   2 +-
 lib/gnulib.mk.in                      |  38 +++++--
 lib/{fpending.h => mini-gmp-gnulib.c} |  26 +++--
 {src => lib}/mini-gmp.c               | 144 +++++++++++++++---------
 {src => lib}/mini-gmp.h               |  10 +-
 lib/string.in.h                       |   5 -
 lib/sys_stat.in.h                     |  17 +++
 lib/unistd.in.h                       |   3 -
 lisp/autorevert.el                    |   2 +-
 lisp/descr-text.el                    |  18 ++-
 lisp/emacs-lisp/comp.el               |  74 +++---------
 lisp/emacs-lisp/eldoc.el              | 132 +++++++++++++---------
 lisp/net/eudcb-macos-contacts.el      | 118 +++++++++++++++++++
 lisp/net/tramp-adb.el                 | 184 +++++++++++++++++-------------
 lisp/net/tramp-cmds.el                |  14 +--
 lisp/net/tramp-ftp.el                 |   7 +-
 lisp/net/tramp-gvfs.el                |  78 ++++++-------
 lisp/net/tramp-sh.el                  | 153 ++++++++++++-------------
 lisp/net/tramp-smb.el                 |  54 +++++----
 lisp/net/tramp-sudoedit.el            |  12 +-
 lisp/net/tramp.el                     |  43 ++++---
 lisp/progmodes/project.el             |  50 ++++++---
 lisp/progmodes/python.el              |   8 +-
 m4/dup2.m4                            | 181 ++++++++++++++---------------
 m4/getrandom.m4                       |   6 +-
 m4/gnulib-comp.m4                     |  12 +-
 m4/lchmod.m4                          |   3 +-
 m4/libgmp.m4                          |  44 ++++++++
 m4/manywarnings.m4                    | 206 +++++-----------------------------
 m4/string_h.m4                        |   3 +-
 m4/sys_stat_h.m4                      |   8 +-
 m4/unistd_h.m4                        |   3 +-
 src/Makefile.in                       |   5 +-
 src/bignum.h                          |   7 +-
 src/comp.c                            | 130 ++++++++-------------
 src/gtkutil.c                         |   7 ++
 src/mini-gmp-emacs.c                  |  32 ------
 src/xdisp.c                           |   2 +-
 test/Makefile.in                      |  11 +-
 test/data/emacs-module/mod-test.c     |   5 -
 test/lisp/net/tramp-tests.el          |  14 ++-
 test/lisp/progmodes/python-tests.el   |   2 +-
 test/src/emacs-module-tests.el        |   3 +
 60 files changed, 1119 insertions(+), 1047 deletions(-)
 copy lib/{fpending.h => mini-gmp-gnulib.c} (51%)
 rename {src => lib}/mini-gmp.c (97%)
 rename {src => lib}/mini-gmp.h (97%)
 create mode 100644 lisp/net/eudcb-macos-contacts.el
 create mode 100644 m4/libgmp.m4
 delete mode 100644 src/mini-gmp-emacs.c



reply via email to

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