emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (48b131c -> 86cc937)


From: Andrea Corallo
Subject: feature/native-comp updated (48b131c -> 86cc937)
Date: Wed, 26 Feb 2020 08:09:08 -0500 (EST)

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

      from  48b131c   * Add two hooks for async native compilation
      adds  cd6a9b8   Skip shell prompt on current line in Eshell even if it's 
protected
      adds  ac05466   Fix reference to 'message-send-and-exit' in Emacs manual
      adds  b410f90   Document 'message-send-mail-function' in the Emacs manual
      adds  2e39fc8   * doc/emacs/sending.texi (Mail Sending): Fix index 
entries.
      adds  d7c2233   Fix cursor-sensor--detect when current buf != selected 
window's buf
      adds  0273f26   Don't write absolute filenames and duplicate strings to 
CVS ignore files
      adds  2aed279   Warn about the likes of "[:alnum:]" in regexps
      adds  dd57564   Move more logic to vc-ignore from vc-default-ignore
      adds  3f01a17   Merge from origin/emacs-27
      adds  aff8bca   * lisp/replace.el (occur-engine-line): Revert part of 
fb16313025 (bug#39597)
      adds  4332964   ; Merge from origin/emacs-27
      adds  884b68c   CC Mode: Fontify foo in "const auto foo :" correctly
      adds  693749c   Java Mode: Fix fontification of variable decl inside `for'
      adds  ba7004b   Shorten some ppss struct field names
      adds  eb34c10   Merge from origin/emacs-27
      adds  b95f78e   Add `verilog-auto-inst-template-required'.
      adds  c4ca821   Update from Gnulib
      adds  9d626df   Add 'nofollow' flag to set-file-modes etc.
      adds  7dfe90a   Adapt the MS-Windows build to 'nofollow' changes
      adds  29eb93e   * lisp/comint.el (comint-redirect-setup): Guard 
mode-line-process (bug#39705)
      adds  72cf60e   * lisp/textmodes/nroff-mode.el (nroff-mode-map): Remove 
key 'M-s' (bug#39706)
      adds  a3d146f   Update from Gnulib
      adds  bcd88e7   ; * etc/NEWS: Improve wording of a recently-added entry.
      adds  22524a6   Fix mistake in regexp cleanup
      adds  64af3c9   Finish implementation of {set-}file-modes FLAG arg in 
Tramp
      adds  03c07c8   Generate 'substring' byte op (bug#39709)
      adds  c0fcbd2   Expose ElDoc functions in a hook (Bug#28257)
      adds  4a94881   Show friendly message after package install
       new  3e1ec5d   Merge remote-tracking branch 'savannah/master' into HEAD
       new  f0daf12   * Two grammar fixes into async hooks doc
       new  94dcb69   Add ephemeral relocation data class
       new  6898161   Rename d-base allocation classe into d-default
       new  511415f   Store optimize qualities into .eln files
       new  86cc937   * ; Add a TODO for a future optimization


Summary of changes:
 admin/merge-gnulib                     |   2 +-
 admin/release-process                  |   9 +-
 doc/emacs/programs.texi                |  24 ++++-
 doc/emacs/sending.texi                 |  11 +-
 doc/lispref/files.texi                 |  27 +++--
 doc/lispref/os.texi                    |   2 +-
 doc/lispref/searching.texi             |   9 +-
 etc/NEWS                               |  22 ++++
 etc/NEWS.27                            |   8 ++
 lib/careadlinkat.h                     |   2 +-
 lib/fchmodat.c                         | 144 ++++++++++++++++++++++++++
 lib/fcntl.in.h                         |   6 ++
 lib/gnulib.mk.in                       |  26 +++++
 lib/lchmod.c                           | 110 ++++++++++++++++++++
 lib/md5.h                              |   8 +-
 lib/sha1.h                             |   7 +-
 lib/sha256.h                           |  20 ++--
 lib/sha512.h                           |  20 ++--
 lib/strftime.h                         |   2 +-
 lib/string.in.h                        |   3 +-
 lisp/comint.el                         |   2 +-
 lisp/dired-aux.el                      |   3 +-
 lisp/doc-view.el                       |   4 +-
 lisp/emacs-lisp/autoload.el            |   2 +-
 lisp/emacs-lisp/byte-opt.el            |   2 +-
 lisp/emacs-lisp/bytecomp.el            |  12 ++-
 lisp/emacs-lisp/comp.el                |  50 +++++----
 lisp/emacs-lisp/cursor-sensor.el       |   7 +-
 lisp/emacs-lisp/eldoc.el               |  77 ++++++++++----
 lisp/emacs-lisp/package.el             |   3 +-
 lisp/emacs-lisp/syntax.el              |  26 ++---
 lisp/eshell/em-pred.el                 |   2 +-
 lisp/eshell/em-prompt.el               |   2 +-
 lisp/files.el                          |  12 ++-
 lisp/gnus/gnus-util.el                 |   4 +-
 lisp/gnus/mail-source.el               |   2 +-
 lisp/gnus/mm-decode.el                 |   2 +-
 lisp/gnus/nnmail.el                    |   2 +-
 lisp/hexl.el                           |   6 +-
 lisp/ielm.el                           |   4 +-
 lisp/net/ange-ftp.el                   |   3 +-
 lisp/net/tramp-adb.el                  |   8 +-
 lisp/net/tramp-compat.el               |  22 +++-
 lisp/net/tramp-gvfs.el                 |   4 +-
 lisp/net/tramp-sh.el                   |  38 +++++--
 lisp/net/tramp-smb.el                  |   4 +-
 lisp/net/tramp-sudoedit.el             |  21 ++--
 lisp/net/tramp.el                      |  22 ++--
 lisp/org/org.el                        |   2 +-
 lisp/progmodes/cc-engine.el            |  30 +++++-
 lisp/progmodes/cfengine.el             |  15 +--
 lisp/progmodes/elisp-mode.el           |   4 +-
 lisp/progmodes/octave.el               |   3 +-
 lisp/progmodes/python.el               |   6 +-
 lisp/progmodes/verilog-mode.el         | 181 +++++++++++++++++++--------------
 lisp/server.el                         |   2 +-
 lisp/textmodes/nroff-mode.el           |   1 -
 lisp/url/url-util.el                   |   4 +-
 lisp/vc/pcvs.el                        |   4 +-
 lisp/vc/vc-cvs.el                      |  45 +++++---
 lisp/vc/vc-dir.el                      |   4 +-
 lisp/vc/vc.el                          |  57 ++++++-----
 m4/fchmodat.m4                         |  82 +++++++++++++++
 m4/getloadavg.m4                       |   6 +-
 m4/gnulib-comp.m4                      |  40 ++++++++
 m4/lchmod.m4                           |  31 ++++++
 m4/nstrftime.m4                        |   4 +-
 nt/gnulib-cfg.mk                       |   2 +
 nt/mingw-cfg.site                      |   3 +
 src/comp.c                             |  90 ++++++++++++----
 src/comp.h                             |   1 +
 src/fileio.c                           |  46 +++++----
 src/print.c                            |   7 +-
 src/w32.c                              |  41 +++++++-
 src/w32.h                              |   2 +
 test/lisp/emacs-lisp/bytecomp-tests.el |   7 +-
 test/lisp/net/tramp-tests.el           |  86 +++++++++++++---
 77 files changed, 1254 insertions(+), 360 deletions(-)
 create mode 100644 lib/fchmodat.c
 create mode 100644 lib/lchmod.c
 create mode 100644 m4/fchmodat.m4
 create mode 100644 m4/lchmod.m4



reply via email to

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