[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (bf7041a -> 29064d0)
From: |
Philipp Stephani |
Subject: |
master updated (bf7041a -> 29064d0) |
Date: |
Thu, 24 Dec 2020 10:49:30 -0500 (EST) |
phst pushed a change to branch master.
from bf7041a Centralize subprocess creation in a single function.
new 26b8b30 Ensure that Gnulib objects in subdirectories are built
correctly.
new 29064d0 Update Gnulib.
Summary of changes:
build-aux/config.guess | 221 +++++++-------
build-aux/config.sub | 60 ++--
build-aux/install-sh | 35 ++-
doc/misc/texinfo.tex | 65 ++++-
lib/Makefile.in | 2 +-
lib/attribute.h | 23 +-
lib/c++defs.h | 8 +
lib/canonicalize-lgpl.c | 381 +++++++++++-------------
lib/careadlinkat.c | 22 +-
lib/cdefs.h | 4 +-
lib/fcntl.c | 4 +-
lib/fcntl.in.h | 37 ++-
lib/filemode.c | 14 -
lib/fpending.c | 7 +-
lib/{fpending.h => free.c} | 30 +-
lib/gnulib.mk.in | 93 +++++-
lib/idx.h | 113 ++++++++
lib/intprops.h | 50 +++-
lib/malloc/scratch_buffer.h | 135 +++++++++
lib/{timegm.c => malloc/scratch_buffer_grow.c} | 54 ++--
lib/malloc/scratch_buffer_grow_preserve.c | 67 +++++
lib/malloc/scratch_buffer_set_array_size.c | 64 ++++
lib/{memrchr.c => rawmemchr.c} | 107 +++----
lib/rawmemchr.valgrind | 28 ++
lib/readlink.c | 48 ++-
lib/readlinkat.c | 47 ++-
lib/regex_internal.c | 19 +-
lib/regex_internal.h | 8 +
lib/{save-cwd.h => scratch_buffer.h} | 27 +-
lib/signal.in.h | 6 +-
lib/stdint.in.h | 5 -
lib/stdio-impl.h | 2 +-
lib/stdio.in.h | 183 ++++++++----
lib/stdlib.in.h | 169 ++++++++++-
lib/string.in.h | 36 ++-
lib/sys_select.in.h | 9 +-
lib/sys_stat.in.h | 32 +-
lib/tempname.c | 49 ++--
lib/time.in.h | 23 +-
lib/time_rz.c | 16 +-
lib/unistd.in.h | 386 ++++++++++++++++++++-----
lib/xalloc-oversized.h | 2 +-
m4/alloca.m4 | 4 +-
m4/extensions.m4 | 160 +++++-----
m4/fcntl.m4 | 52 +++-
m4/filemode.m4 | 3 +-
m4/free.m4 | 49 ++++
m4/fsusage.m4 | 3 +-
m4/gnulib-common.m4 | 63 ++--
m4/gnulib-comp.m4 | 92 ++++--
m4/largefile.m4 | 2 +-
m4/mbstate_t.m4 | 11 +-
m4/pid_t.m4 | 38 +++
m4/rawmemchr.m4 | 20 ++
m4/readlink.m4 | 61 +++-
m4/readlinkat.m4 | 13 +-
m4/std-gnu11.m4 | 5 +
m4/stdint.m4 | 10 +-
m4/stdio_h.m4 | 8 +-
m4/stdlib_h.m4 | 36 ++-
m4/sys_types_h.m4 | 22 +-
m4/unistd_h.m4 | 11 +-
m4/vararrays.m4 | 14 +-
63 files changed, 2389 insertions(+), 979 deletions(-)
copy lib/{fpending.h => free.c} (66%)
create mode 100644 lib/idx.h
create mode 100644 lib/malloc/scratch_buffer.h
copy lib/{timegm.c => malloc/scratch_buffer_grow.c} (50%)
create mode 100644 lib/malloc/scratch_buffer_grow_preserve.c
create mode 100644 lib/malloc/scratch_buffer_set_array_size.c
copy lib/{memrchr.c => rawmemchr.c} (61%)
create mode 100644 lib/rawmemchr.valgrind
copy lib/{save-cwd.h => scratch_buffer.h} (55%)
create mode 100644 m4/free.m4
create mode 100644 m4/pid_t.m4
create mode 100644 m4/rawmemchr.m4
- master updated (bf7041a -> 29064d0),
Philipp Stephani <=