emacs-diffs
[Top][All Lists]
Advanced

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

master updated (e8cedbf -> 2dc88a2)


From: Glenn Morris
Subject: master updated (e8cedbf -> 2dc88a2)
Date: Tue, 5 Oct 2021 10:57:04 -0400 (EDT)

gm pushed a change to branch master.

      from  e8cedbf   Fix recent "erts files" additions in ERT manual
      adds  7a98a62   * test/README: Mention :nativecomp tag.
      adds  13f459b   ; Describe PROBLEMS with Unicode display on some TTYs
       new  7fd9c3a   Merge from origin/emacs-28
      adds  9750e78   Fix problem with 'vertical-motion' and emoji
       new  6090e0f   ; Merge from origin/emacs-28
      adds  2ce5e08   Remove U+FE0F from script-representative-chars
      adds  894dfe7   Fix native-compilation build from tarball on Cygwin
      adds  e606cc6   * Fix `batch-native-compile' not to spawn a subprocess
      adds  63cb65d   * Fix mh tests for native comp builds (bug#50975)
      adds  68a256c   Update from Gnulib
      adds  1a65d49   Port recent Gnulib changes to MS-Windows
      adds  e2861e2   ; * etc/NEWS: Fix typo.
      adds  0a7bab6   ; Minor stylistic fixes found by checkdoc
      adds  b431f54   Mention `seq-uniq' in `delete-dups' documentation
      adds  1f4ced4   Fix cc-compat.el syntax error
      adds  fd7bb31   Update documentation of search-whitespace-regexp
      adds  570e2c9   Fix small error in comint-send-input
      adds  90575a6   Disable 'nobreak-char-display' in Eldoc buffers
      adds  5946370   Check, whether an FUSE mount has been broken in Tramp
      adds  984eafe   Unbreak the build after Gnulib update
      adds  ea1b728   ; * lisp/dired.el: Fix typo.
      adds  b5afbed   Backward compatibility option for 'nobreak-char-display'
      adds  63abe97   Document minibuffer-default-prompt-format in manual
       new  2dc88a2   Merge from origin/emacs-28


Summary of changes:
 .gitignore                                 |    1 +
 INSTALL                                    |    7 +-
 admin/merge-gnulib                         |    5 +-
 build-aux/config.guess                     | 1229 +++++++++++++-------------
 build-aux/config.sub                       |   87 +-
 build-aux/gitlog-to-changelog              |    5 +-
 configure.ac                               |    3 +
 doc/emacs/mini.texi                        |    5 +-
 doc/emacs/search.texi                      |    5 +-
 doc/lispref/lists.texi                     |   17 +-
 doc/misc/texinfo.tex                       |  267 ++----
 etc/NEWS.28                                |   29 +-
 etc/PROBLEMS                               |   69 ++
 lib/_Noreturn.h                            |   10 +-
 lib/af_alg.h                               |   18 +-
 lib/alloca.in.h                            |   20 +-
 lib/allocator.c                            |   17 +
 lib/allocator.h                            |   14 +-
 lib/arg-nonnull.h                          |    8 +-
 lib/attribute.h                            |   26 +-
 lib/binary-io.c                            |   14 +-
 lib/binary-io.h                            |   16 +-
 lib/byteswap.in.h                          |   14 +-
 lib/c++defs.h                              |    8 +-
 lib/c-ctype.c                              |   18 +
 lib/c-ctype.h                              |   24 +-
 lib/c-strcase.h                            |   16 +-
 lib/c-strcasecmp.c                         |   16 +-
 lib/c-strncasecmp.c                        |   16 +-
 lib/canonicalize-lgpl.c                    |   18 +-
 lib/careadlinkat.c                         |   42 +-
 lib/careadlinkat.h                         |   14 +-
 lib/cdefs.h                                |   63 +-
 lib/cloexec.c                              |   18 +-
 lib/cloexec.h                              |   18 +-
 lib/close-stream.h                         |   18 +
 lib/copy-file-range.c                      |   14 +-
 lib/count-leading-zeros.c                  |   18 +
 lib/count-leading-zeros.h                  |   14 +-
 lib/count-one-bits.c                       |   18 +
 lib/count-one-bits.h                       |   14 +-
 lib/count-trailing-zeros.c                 |   18 +
 lib/count-trailing-zeros.h                 |   14 +-
 lib/dirent.in.h                            |  137 ++-
 lib/dirfd.c                                |   14 +-
 lib/dtoastr.c                              |   17 +
 lib/dup2.c                                 |   14 +-
 lib/dynarray.h                             |  273 +++++-
 lib/eloop-threshold.h                      |    8 +-
 lib/errno.in.h                             |   16 +-
 lib/euidaccess.c                           |   14 +-
 lib/execinfo.c                             |   18 +
 lib/execinfo.in.h                          |    8 +-
 lib/explicit_bzero.c                       |    8 +-
 lib/fcntl.c                                |   14 +-
 lib/fcntl.in.h                             |   14 +-
 lib/file-has-acl.c                         |   14 +-
 lib/filename.h                             |    8 +-
 lib/filevercmp.c                           |   16 +-
 lib/filevercmp.h                           |   16 +-
 lib/flexmember.h                           |    8 +-
 lib/free.c                                 |   30 +-
 lib/fsusage.c                              |   14 +-
 lib/fsusage.h                              |   14 +-
 lib/fsync.c                                |   16 +-
 lib/futimens.c                             |   14 +-
 lib/getdtablesize.c                        |   14 +-
 lib/getgroups.c                            |   22 +-
 lib/getopt-cdefs.in.h                      |   21 +-
 lib/getopt-core.h                          |    8 +-
 lib/getopt-ext.h                           |    8 +-
 lib/getopt-pfx-core.h                      |   21 +-
 lib/getopt-pfx-ext.h                       |   21 +-
 lib/getopt.c                               |   12 +-
 lib/getopt.in.h                            |   24 +-
 lib/getopt1.c                              |    8 +-
 lib/getopt_int.h                           |    8 +-
 lib/getrandom.c                            |   20 +-
 lib/gettext.h                              |   16 +-
 lib/gettime.c                              |   14 +-
 lib/gettimeofday.c                         |   16 +-
 lib/gnulib.mk.in                           | 1282 +++++++++++++++-------------
 lib/group-member.c                         |   22 +-
 lib/idx.h                                  |   28 +-
 lib/ieee754.in.h                           |    8 +-
 lib/ignore-value.h                         |   14 +-
 lib/intprops.h                             |   27 +-
 lib/inttypes.in.h                          |   14 +-
 lib/libc-config.h                          |   34 +-
 lib/limits.in.h                            |   32 +-
 lib/lstat.c                                |   14 +-
 lib/malloc.c                               |   51 ++
 lib/malloc/dynarray-skeleton.c             |   41 +-
 lib/malloc/dynarray.h                      |    8 +-
 lib/malloc/dynarray_at_failure.c           |   15 +-
 lib/malloc/dynarray_emplace_enlarge.c      |   12 +-
 lib/malloc/dynarray_finalize.c             |   12 +-
 lib/malloc/dynarray_resize.c               |   12 +-
 lib/malloc/dynarray_resize_clear.c         |   12 +-
 lib/malloc/scratch_buffer.h                |    8 +-
 lib/malloc/scratch_buffer_dupfree.c        |    8 +-
 lib/malloc/scratch_buffer_grow.c           |    8 +-
 lib/malloc/scratch_buffer_grow_preserve.c  |    8 +-
 lib/malloc/scratch_buffer_set_array_size.c |    8 +-
 lib/malloca.c                              |  106 ---
 lib/malloca.h                              |  123 ---
 lib/md5.c                                  |  116 +--
 lib/md5.h                                  |   17 +-
 lib/memmem.c                               |   16 +-
 lib/mempcpy.c                              |   21 +-
 lib/memrchr.c                              |   14 +-
 lib/mini-gmp-gnulib.c                      |   28 +-
 lib/mini-gmp.c                             |   22 +-
 lib/mini-gmp.h                             |    9 +-
 lib/minmax.h                               |   16 +-
 lib/mkostemp.c                             |   14 +-
 lib/mktime-internal.h                      |    8 +-
 lib/mktime.c                               |    8 +-
 lib/nstrftime.c                            |   19 +-
 lib/open.c                                 |   14 +-
 lib/pathmax.h                              |   16 +-
 lib/pipe2.c                                |   18 +-
 lib/pselect.c                              |   16 +-
 lib/pthread_sigmask.c                      |   14 +-
 lib/rawmemchr.c                            |   95 +--
 lib/rawmemchr.valgrind                     |   14 +-
 lib/readlink.c                             |   18 +-
 lib/realloc.c                              |   63 ++
 lib/regcomp.c                              |   16 +-
 lib/regex.c                                |    9 +-
 lib/regex.h                                |   58 +-
 lib/regex_internal.c                       |   18 +-
 lib/regex_internal.h                       |   17 +-
 lib/regexec.c                              |  109 +--
 lib/root-uid.h                             |   18 +-
 lib/save-cwd.h                             |    4 +-
 lib/scratch_buffer.h                       |  115 ++-
 lib/set-permissions.c                      |    2 +-
 lib/sha1.c                                 |  115 +--
 lib/sha1.h                                 |   19 +-
 lib/sha256.c                               |  130 +--
 lib/sha256.h                               |   15 +-
 lib/sha512.c                               |  130 +--
 lib/sha512.h                               |   15 +-
 lib/sigdescr_np.c                          |   16 +-
 lib/signal.in.h                            |   14 +-
 lib/stat-time.c                            |   18 +
 lib/stat-time.h                            |   20 +-
 lib/stdalign.in.h                          |   29 +-
 lib/stddef.in.h                            |   27 +-
 lib/stdint.in.h                            |   20 +-
 lib/stdio-impl.h                           |   14 +-
 lib/stdio.in.h                             |  211 +++--
 lib/stdlib.in.h                            |  335 ++++++--
 lib/stpcpy.c                               |   14 +-
 lib/str-two-way.h                          |   16 +-
 lib/strftime.h                             |   14 +-
 lib/string.in.h                            |   98 ++-
 lib/strnlen.c                              |   16 +-
 lib/strtoimax.c                            |   14 +-
 lib/strtol.c                               |   55 +-
 lib/strtoll.c                              |   14 +-
 lib/symlink.c                              |   18 +-
 lib/sys_random.in.h                        |   16 +-
 lib/sys_select.in.h                        |   19 +-
 lib/sys_stat.in.h                          |   16 +-
 lib/sys_time.in.h                          |   16 +-
 lib/sys_types.in.h                         |   16 +-
 lib/tempname.c                             |   12 +-
 lib/tempname.h                             |   14 +-
 lib/time-internal.h                        |   16 +-
 lib/time.in.h                              |   58 +-
 lib/time_r.c                               |   16 +-
 lib/time_rz.c                              |   16 +-
 lib/timegm.c                               |    8 +-
 lib/timespec.c                             |   18 +
 lib/timespec.h                             |   14 +-
 lib/u64.c                                  |   18 +
 lib/u64.h                                  |   14 +-
 lib/unistd.c                               |   18 +
 lib/unistd.in.h                            |   29 +-
 lib/unlocked-io.h                          |   26 +-
 lib/utimens.c                              |   20 +-
 lib/utimens.h                              |   14 +-
 lib/verify.h                               |   18 +-
 lib/warn-on-use.h                          |    8 +-
 lib/xalloc-oversized.h                     |   53 +-
 lisp/allout-widgets.el                     |    2 +-
 lisp/allout.el                             |   10 +-
 lisp/calc/calc-prog.el                     |    2 +-
 lisp/cedet/semantic/wisent/python.el       |    6 +-
 lisp/cedet/srecode/dictionary.el           |    2 +-
 lisp/comint.el                             |    1 +
 lisp/dired-aux.el                          |    2 +-
 lisp/dired.el                              |    2 +-
 lisp/emacs-lisp/autoload.el                |   10 +-
 lisp/emacs-lisp/avl-tree.el                |    3 +-
 lisp/emacs-lisp/byte-run.el                |    3 +-
 lisp/emacs-lisp/bytecomp.el                |    6 +-
 lisp/emacs-lisp/cl-extra.el                |    2 +-
 lisp/emacs-lisp/comp.el                    |   12 +-
 lisp/emacs-lisp/eldoc.el                   |    1 +
 lisp/emacs-lisp/ert.el                     |    2 +-
 lisp/emacs-lisp/ewoc.el                    |    4 +-
 lisp/emacs-lisp/lisp-mode.el               |    4 +-
 lisp/emacs-lisp/smie.el                    |    2 +-
 lisp/emacs-lisp/tabulated-list.el          |    2 +-
 lisp/emacs-lisp/timer.el                   |   19 +-
 lisp/emulation/viper-cmd.el                |    2 +-
 lisp/files.el                              |    6 +-
 lisp/format.el                             |    2 +-
 lisp/gnus/gnus-srvr.el                     |    4 +-
 lisp/gnus/gnus-start.el                    |    2 +-
 lisp/gnus/mml-sec.el                       |    6 +-
 lisp/gnus/nnrss.el                         |    2 +-
 lisp/hilit-chg.el                          |    2 +-
 lisp/ibuf-ext.el                           |    2 +-
 lisp/international/ccl.el                  |    6 +-
 lisp/international/fontset.el              |    2 +-
 lisp/mail/feedmail.el                      |    2 +-
 lisp/net/ange-ftp.el                       |    2 +-
 lisp/net/soap-client.el                    |    4 +-
 lisp/net/soap-inspect.el                   |    2 +-
 lisp/net/tramp-fuse.el                     |   25 +-
 lisp/net/tramp-sshfs.el                    |   50 +-
 lisp/obsolete/cc-compat.el                 |    4 +-
 lisp/obsolete/cust-print.el                |   10 +-
 lisp/obsolete/landmark.el                  |   12 +-
 lisp/obsolete/tls.el                       |    4 +-
 lisp/obsolete/vip.el                       |   14 +-
 lisp/printing.el                           |    2 +-
 lisp/progmodes/cc-cmds.el                  |   13 +-
 lisp/progmodes/cc-mode.el                  |    2 +-
 lisp/progmodes/cc-vars.el                  |    2 +-
 lisp/progmodes/cperl-mode.el               |    6 +-
 lisp/progmodes/ebnf-dtd.el                 |    2 +-
 lisp/progmodes/idlw-shell.el               |    5 +-
 lisp/progmodes/idlwave.el                  |    5 +-
 lisp/progmodes/opascal.el                  |    6 +-
 lisp/progmodes/prolog.el                   |    4 +-
 lisp/progmodes/sh-script.el                |    2 +-
 lisp/progmodes/sql.el                      |    4 +-
 lisp/progmodes/verilog-mode.el             |    4 +-
 lisp/progmodes/vhdl-mode.el                |   19 +-
 lisp/progmodes/xscheme.el                  |    2 +-
 lisp/ps-print.el                           |    2 +-
 lisp/subr.el                               |    2 +-
 lisp/textmodes/reftex-global.el            |    2 +-
 lisp/textmodes/reftex-ref.el               |    2 +-
 lisp/textmodes/texnfo-upd.el               |    4 +-
 lisp/vc/ediff-mult.el                      |    2 +-
 lisp/vc/ediff-util.el                      |    2 +-
 lisp/vc/log-edit.el                        |    2 +-
 m4/close-stream.m4                         |   11 -
 m4/dirent_h.m4                             |   45 +-
 m4/environ.m4                              |    5 +-
 m4/explicit_bzero.m4                       |    2 +-
 m4/extern-inline.m4                        |    7 +-
 m4/fcntl_h.m4                              |   39 +-
 m4/free.m4                                 |    7 +-
 m4/gettimeofday.m4                         |    6 +-
 m4/glibc21.m4                              |   34 -
 m4/gnulib-common.m4                        |  269 +++++-
 m4/gnulib-comp.m4                          |  157 +++-
 m4/inttypes.m4                             |   31 +-
 m4/largefile.m4                            |   28 +-
 m4/limits-h.m4                             |    3 +-
 m4/malloc.m4                               |  174 ++++
 m4/malloca.m4                              |   14 -
 m4/manywarnings.m4                         |   12 +-
 m4/memmem.m4                               |    5 +-
 m4/mempcpy.m4                              |    4 +-
 m4/memrchr.m4                              |    4 +-
 m4/mktime.m4                               |    4 +-
 m4/pselect.m4                              |    4 +-
 m4/pthread_sigmask.m4                      |   10 +-
 m4/rawmemchr.m4                            |    4 +-
 m4/realloc.m4                              |   63 ++
 m4/regex.m4                                |   44 +-
 m4/sigdescr_np.m4                          |    4 +-
 m4/signal_h.m4                             |   33 +-
 m4/stdalign.m4                             |    4 +-
 m4/stddef_h.m4                             |   23 +-
 m4/stdint.m4                               |    6 +-
 m4/stdio_h.m4                              |  168 ++--
 m4/stdlib_h.m4                             |  122 +--
 m4/stpcpy.m4                               |    4 +-
 m4/string_h.m4                             |  126 +--
 m4/strnlen.m4                              |    4 +-
 m4/strtoll.m4                              |   36 +-
 m4/sys_random_h.m4                         |   25 +-
 m4/sys_select_h.m4                         |   29 +-
 m4/sys_socket_h.m4                         |   53 +-
 m4/sys_stat_h.m4                           |   65 +-
 m4/sys_time_h.m4                           |   34 +-
 m4/sys_types_h.m4                          |   16 +-
 m4/time_h.m4                               |   62 +-
 m4/time_r.m4                               |    2 +-
 m4/time_rz.m4                              |    2 +-
 m4/timegm.m4                               |    4 +-
 m4/timer_time.m4                           |   11 +-
 m4/unistd_h.m4                             |  194 +++--
 m4/unlocked-io.m4                          |    7 +-
 m4/year2038.m4                             |  124 +++
 nt/gnulib-cfg.mk                           |    4 +
 oldXMenu/AddPane.c                         |    2 +-
 oldXMenu/AddSel.c                          |    2 +-
 src/Makefile.in                            |    3 +
 src/w32heap.c                              |   42 +-
 src/xdisp.c                                |   26 +-
 src/xmenu.c                                |    4 +-
 test/README                                |    4 +
 test/lisp/mh-e/mh-utils-tests.el           |   11 +
 313 files changed, 6167 insertions(+), 4365 deletions(-)
 create mode 100644 lib/malloc.c
 delete mode 100644 lib/malloca.c
 delete mode 100644 lib/malloca.h
 create mode 100644 lib/realloc.c
 delete mode 100644 m4/close-stream.m4
 delete mode 100644 m4/glibc21.m4
 create mode 100644 m4/malloc.m4
 delete mode 100644 m4/malloca.m4
 create mode 100644 m4/realloc.m4
 create mode 100644 m4/year2038.m4



reply via email to

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