[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (e7dc30c1d58 -> ebf5e4ca1cd)
From: |
Paul Eggert |
Subject: |
master updated (e7dc30c1d58 -> ebf5e4ca1cd) |
Date: |
Sun, 14 May 2023 22:28:23 -0400 (EDT) |
eggert pushed a change to branch master.
from e7dc30c1d58 * lisp/net/net-utils.el (finger): Fix botched logic.
new b77d357ea35 Update from Gnulib by running admin/merge-gnulib
new 8c0671b9cbf Avoid duplicate configure-time codeset tests
new 3e3f34d71e9 Fix ebrowse -f buffer overflow
new 92d4bda2797 Fix movemail fd leak
new 67ee74f8e55 Pacify GCC 13 -fanalyzer in tty_menu_activate
new 7166737b5c9 Work around GCC bug 109577
new 0b9677a192b Work around GCC bug 109579 in ccl.c
new 9eef5a678c3 Do not use -Wanalyzer-fd-leak
new 4fedd5af4cc Work around GCC bug 109847 in buffer.c
new 0c11c2ae71f Pacify GCC 13 -Wanalyzer-out-of-bounds
new 919e1b81a4a Pacify GCC 13 -Wnull-dereference in itree.c
new 3cd8ce87d29 Work after 2038 on 32-bit GNU/Linux
new 0f5b1fcdf0b Help GCC compute modiff_incr
new 85c4efc9f41 Prefer UINTMAX_WIDTH in print_object
new 9f8a5989b65 Prefer PTRDIFF_WIDTH in sort.c
new ebf5e4ca1cd Prefer _WIDTH macros to sizeof in pdumper.c
Summary of changes:
admin/merge-gnulib | 4 +-
configure.ac | 40 +++---
doc/misc/texinfo.tex | 151 +++++++++-----------
lib-src/ebrowse.c | 5 +-
lib-src/movemail.c | 2 +-
lib/acl-internal.h | 8 +-
lib/acl.h | 5 +
lib/attribute.h | 15 ++
lib/binary-io.h | 8 +-
lib/c++defs.h | 6 +
lib/c-ctype.h | 4 +-
lib/c-strcase.h | 5 +
lib/careadlinkat.h | 5 +
lib/count-leading-zeros.h | 8 +-
lib/count-one-bits.h | 8 +-
lib/count-trailing-zeros.h | 8 +-
lib/dirent-private.h | 67 +++++++++
lib/dirent.in.h | 49 ++++++-
lib/dirfd.c | 17 ++-
lib/eloop-threshold.h | 5 +
lib/execinfo.in.h | 4 +-
lib/fcntl.in.h | 5 +
lib/fdopendir.c | 97 ++++++++-----
lib/file-has-acl.c | 96 +++++++++----
lib/filemode.h | 6 +
lib/filevercmp.h | 5 +
lib/flexmember.h | 5 +
lib/fpending.h | 6 +
lib/gnulib.mk.in | 22 ++-
lib/inttypes.in.h | 5 +
lib/limits.in.h | 5 +
lib/malloc/dynarray_emplace_enlarge.c | 4 +-
lib/malloc/dynarray_resize.c | 4 +-
lib/md5.h | 5 +
lib/minmax.h | 5 +
lib/mktime.c | 11 +-
lib/openat.h | 9 +-
lib/pathmax.h | 5 +
lib/pselect.c | 6 +
lib/regex_internal.h | 3 +-
lib/regexec.c | 2 +-
lib/sha1.h | 5 +
lib/sha256.h | 5 +
lib/sha512.h | 5 +
lib/signal.in.h | 5 +
lib/stat-time.h | 9 +-
lib/stddef.in.h | 52 ++++++-
lib/stdio.in.h | 84 +++++++++--
lib/stdlib.in.h | 63 ++++++++-
lib/string.in.h | 6 +
lib/strtol.c | 14 +-
lib/sys_random.in.h | 5 +
lib/sys_select.in.h | 12 ++
lib/sys_stat.in.h | 12 ++
lib/sys_time.in.h | 12 ++
lib/sys_types.in.h | 7 +
lib/time.in.h | 17 +++
lib/timespec.h | 9 +-
lib/u64.h | 8 +-
lib/unistd.in.h | 9 +-
lib/unlocked-io.h | 5 +
lib/utimens.h | 8 +-
lib/verify.h | 34 +++--
m4/acl.m4 | 48 +++----
m4/codeset.m4 | 24 ++++
m4/dirent_h.m4 | 21 ++-
m4/dirfd.m4 | 25 ++--
m4/extern-inline.m4 | 4 +-
m4/gnulib-common.m4 | 74 +++++++---
m4/gnulib-comp.m4 | 57 ++++----
m4/largefile.m4 | 175 ++++++++++-------------
m4/libgmp.m4 | 4 +-
m4/limits-h.m4 | 1 +
m4/locale-fr.m4 | 253 ++++++++++++++++++++++++++++++++++
m4/manywarnings.m4 | 22 +--
m4/musl.m4 | 20 +++
m4/regex.m4 | 4 +-
m4/stdalign.m4 | 30 ++--
m4/stddef_h.m4 | 17 ++-
m4/stdio_h.m4 | 24 +++-
m4/stdlib_h.m4 | 53 ++++++-
m4/strtoll.m4 | 19 ++-
m4/xattr.m4 | 4 +-
src/alloc.c | 9 --
src/buffer.c | 8 ++
src/ccl.c | 8 ++
src/floatfns.c | 12 +-
src/itree.c | 6 +-
src/lisp.h | 28 +++-
src/pdumper.c | 26 ++--
src/print.c | 4 +-
src/sort.c | 2 +-
src/term.c | 2 +-
src/thread.h | 9 ++
94 files changed, 1569 insertions(+), 540 deletions(-)
create mode 100644 lib/dirent-private.h
create mode 100644 m4/codeset.m4
create mode 100644 m4/locale-fr.m4
create mode 100644 m4/musl.m4
- master updated (e7dc30c1d58 -> ebf5e4ca1cd),
Paul Eggert <=
- master b77d357ea35 01/16: Update from Gnulib by running admin/merge-gnulib, Paul Eggert, 2023/05/14
- master 8c0671b9cbf 02/16: Avoid duplicate configure-time codeset tests, Paul Eggert, 2023/05/14
- master 3e3f34d71e9 03/16: Fix ebrowse -f buffer overflow, Paul Eggert, 2023/05/14
- master 92d4bda2797 04/16: Fix movemail fd leak, Paul Eggert, 2023/05/14
- master 0c11c2ae71f 10/16: Pacify GCC 13 -Wanalyzer-out-of-bounds, Paul Eggert, 2023/05/14
- master 85c4efc9f41 14/16: Prefer UINTMAX_WIDTH in print_object, Paul Eggert, 2023/05/14
- master 919e1b81a4a 11/16: Pacify GCC 13 -Wnull-dereference in itree.c, Paul Eggert, 2023/05/14
- master 67ee74f8e55 05/16: Pacify GCC 13 -fanalyzer in tty_menu_activate, Paul Eggert, 2023/05/14
- master 0b9677a192b 07/16: Work around GCC bug 109579 in ccl.c, Paul Eggert, 2023/05/14
- master 0f5b1fcdf0b 13/16: Help GCC compute modiff_incr, Paul Eggert, 2023/05/14