]> git.eshelyaron.com Git - emacs.git/commitdiff
Update from Gnulib by running admin/merge-gnulib
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Jan 2025 23:18:19 +0000 (15:18 -0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 4 Jan 2025 20:40:41 +0000 (21:40 +0100)
(cherry picked from commit 3adf3f546e1ccd9c178dec2710f8e6e3e529373a)

68 files changed:
build-aux/config.guess
build-aux/config.sub
build-aux/update-copyright
doc/misc/texinfo.tex
lib/alloca.in.h
lib/binary-io.h
lib/c-ctype.h
lib/c-strcasecmp.c
lib/c-strncasecmp.c
lib/careadlinkat.c
lib/cloexec.c
lib/close-stream.c
lib/diffseq.h
lib/dup2.c
lib/endian.in.h
lib/file-has-acl.c
lib/filemode.h
lib/fpending.c
lib/fpending.h
lib/fsusage.c
lib/getgroups.c
lib/getloadavg.c
lib/gettime.c
lib/gettimeofday.c
lib/gnulib.mk.in
lib/group-member.c
lib/malloc.c
lib/md5-stream.c
lib/md5.c
lib/md5.h
lib/memmem.c
lib/memrchr.c
lib/nanosleep.c
lib/save-cwd.h
lib/sha1.c
lib/sig2str.c
lib/stdlib.in.h
lib/strtoimax.c
lib/strtol.c
lib/strtoll.c
lib/time_r.c
lib/verify.h
m4/alloca.m4
m4/codeset.m4
m4/d-type.m4
m4/dup2.m4
m4/endian_h.m4
m4/filemode.m4
m4/fsusage.m4
m4/getgroups.m4
m4/getline.m4
m4/gettime.m4
m4/gettimeofday.m4
m4/gnulib-comp.m4
m4/group-member.m4
m4/mempcpy.m4
m4/memrchr.m4
m4/mktime.m4
m4/nstrftime.m4
m4/pathmax.m4
m4/sig2str.m4
m4/ssize_t.m4
m4/stat-time.m4
m4/strnlen.m4
m4/strtoimax.m4
m4/strtoll.m4
m4/time_h.m4
m4/timespec.m4

index a41cf66028bdde83888c7894bdd7463156310861..48a684601bd23221a41c43c16890dd3034c5b7cc 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
-#   Copyright 1992-2025 Free Software Foundation, Inc.
+#   Copyright 1992-2024 Free Software Foundation, Inc.
 
 # shellcheck disable=SC2006,SC2268 # see below for rationale
 
@@ -60,7 +60,7 @@ version="\
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright 1992-2025 Free Software Foundation, Inc.
+Copyright 1992-2024 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
index ca779e379fdeb2c7d1028b342f9587e2d33fd8da..4aaae46f6f74428949f32922308f48bd1316e7c1 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Configuration validation subroutine script.
-#   Copyright 1992-2025 Free Software Foundation, Inc.
+#   Copyright 1992-2024 Free Software Foundation, Inc.
 
 # shellcheck disable=SC2006,SC2268,SC2162 # see below for rationale
 
@@ -76,7 +76,7 @@ Report bugs and patches to <config-patches@gnu.org>."
 version="\
 GNU config.sub ($timestamp)
 
-Copyright 1992-2025 Free Software Foundation, Inc.
+Copyright 1992-2024 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
index 549e1c696331f0e0b9182b1dd04a6ab0652573d9..124c7d2e423dc3b3142370a80e5aca8634b82406 100755 (executable)
@@ -47,8 +47,8 @@
 # Each file's copyright statement must be formatted correctly in
 # order to be recognized.  For example, each of these is fine:
 #
-#   Copyright @copyright{} 1990-2005, 2007-2009, 2025 Free Software
-#   Foundation, Inc.
+#   Copyright @copyright{} 1990-2005, 2007-2009, 2025 Free Software Foundation,
+#   Inc.
 #
 #   # Copyright (C) 1990-2005, 2007-2009 Free Software
 #   # Foundation, Inc.
index 0e0043f789eef15a78578e7841be1b9135af0dee..456696f4c9e7913b06a314a91f81d0170ac7bf00 100644 (file)
@@ -5,7 +5,7 @@
 %
 \def\texinfoversion{2024-11-04.20}
 %
-% Copyright 1985--1986, 1988, 1990--2025 Free Software Foundation, Inc.
+% Copyright 1985, 1986, 1988, 1990-2024 Free Software Foundation, Inc.
 %
 % This texinfo.tex file is free software: you can redistribute it and/or
 % modify it under the terms of the GNU General Public License as
index 9eb5ff87c9c2f2f9d20c2b9f0b88054d305eb154..afb00caf8f12e6714211c58efb86235a3c2dec25 100644 (file)
@@ -1,7 +1,7 @@
 /* Memory allocation on the stack.
 
-   Copyright (C) 1995, 1999, 2001-2004, 2006-2025 Free Software
-   Foundation, Inc.
+   Copyright (C) 1995, 1999, 2001-2004, 2006-2025 Free Software Foundation,
+   Inc.
 
    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as
index e6bc762ed89cd96eb7b40aa9ffa1bcc9bd0a9dc0..20b9b5d8976db69e8ed609fcd4cce070b95a3da3 100644 (file)
@@ -1,6 +1,5 @@
 /* Binary mode I/O.
-   Copyright (C) 2001, 2003, 2005, 2008-2025 Free Software Foundation,
-   Inc.
+   Copyright (C) 2001, 2003, 2005, 2008-2025 Free Software Foundation, Inc.
 
    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as
index 76a1fc5452f416cce95accc4ea313f7a1755c112..390631420f17fec65512af078a6837118d8a03c6 100644 (file)
@@ -5,8 +5,7 @@
    <ctype.h> functions' behaviour depends on the current locale set via
    setlocale.
 
-   Copyright (C) 2000-2003, 2006, 2008-2025 Free Software Foundation,
-   Inc.
+   Copyright (C) 2000-2003, 2006, 2008-2025 Free Software Foundation, Inc.
 
    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as
index 79e0dd1d96d7048ea87044b7f73923ef19d94a20..2d963c30e98e25261df15d10c2847d85dd7b0b1f 100644 (file)
@@ -1,6 +1,5 @@
 /* c-strcasecmp.c -- case insensitive string comparator in C locale
-   Copyright (C) 1998-1999, 2005-2006, 2009-2025 Free Software
-   Foundation, Inc.
+   Copyright (C) 1998-1999, 2005-2006, 2009-2025 Free Software Foundation, Inc.
 
    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as
index b14a3314230b75c28b23009358d1b0925113313a..6da59d09b32c063063e850588ad35ab3d2936c54 100644 (file)
@@ -1,6 +1,5 @@
 /* c-strncasecmp.c -- case insensitive string comparator in C locale
-   Copyright (C) 1998-1999, 2005-2006, 2009-2025 Free Software
-   Foundation, Inc.
+   Copyright (C) 1998-1999, 2005-2006, 2009-2025 Free Software Foundation, Inc.
 
    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as
index 13575af52a8696e9baef228984bee293b83cdd31..9ec3ca3322412ee703a6a52b1b8e39632907d024 100644 (file)
@@ -1,7 +1,7 @@
 /* Read symbolic links into a buffer without size limitation, relative to fd.
 
-   Copyright (C) 2001, 2003-2004, 2007, 2009-2025 Free Software
-   Foundation, Inc.
+   Copyright (C) 2001, 2003-2004, 2007, 2009-2025 Free Software Foundation,
+   Inc.
 
    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as
index a73b4dca087d49f13a9ead7ff57c4a0397e42968..8ab5591f5e98e3076b620ac2e9304f9065cdd336 100644 (file)
@@ -1,7 +1,6 @@
 /* cloexec.c - set or clear the close-on-exec descriptor flag
 
-   Copyright (C) 1991, 2004-2006, 2009-2025 Free Software Foundation,
-   Inc.
+   Copyright (C) 1991, 2004-2006, 2009-2025 Free Software Foundation, Inc.
 
    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as
index 4ee8d77216bd3f0513965118b3bc1786a809e8b2..5dbb19c6ce9214daf615dea6fb6a818fb0f05076 100644 (file)
@@ -1,7 +1,6 @@
 /* Close a stream, with nicer error checking than fclose's.
 
-   Copyright (C) 1998-2002, 2004, 2006-2025 Free Software Foundation,
-   Inc.
+   Copyright (C) 1998-2002, 2004, 2006-2025 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 9ce6e7c275ee14e278b5b18d52678c2a58f5b0c5..8a823f98ea025eafcca3aa4c056924819e5bc861 100644 (file)
@@ -1,7 +1,7 @@
 /* Analyze differences between two vectors.
 
-   Copyright (C) 1988-1989, 1992-1995, 2001-2004, 2006-2025 Free
-   Software Foundation, Inc.
+   Copyright (C) 1988-1989, 1992-1995, 2001-2004, 2006-2025 Free Software
+   Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index ef3d4e777807ffee472bd092897449ff596b5a9d..69b37196dee121aa6777d204d31420f5684ad8af 100644 (file)
@@ -1,7 +1,6 @@
 /* Duplicate an open file descriptor to a specified file descriptor.
 
-   Copyright (C) 1999, 2004-2007, 2009-2025 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999, 2004-2007, 2009-2025 Free Software Foundation, Inc.
 
    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as
index 30fd8aff12881372473c839cd8facd460f3adc1d..e81aa7da8ce93e9e7b162079aad64b777db7c082 100644 (file)
 /* The include_next requires a split double-inclusion guard.  */
 # @INCLUDE_NEXT@ @NEXT_ENDIAN_H@
 
+#elif @HAVE_SYS_ENDIAN_H@
+
+# include <sys/endian.h>
+
 #endif
 
 
@@ -69,7 +73,7 @@ _GL_INLINE_HEADER_BEGIN
 # define BYTE_ORDER LITTLE_ENDIAN
 #endif
 
-#if @HAVE_ENDIAN_H@
+#if @HAVE_ENDIAN_H@ || @HAVE_SYS_ENDIAN_H@
 
 /* Make sure we don't have any system definitions.  */
 # undef be16toh
index c64280c2a0f094ce3224cd8b9aa9ececdaa12e66..35dcc19f169cc2b817059cb03d432d8c43b584a1 100644 (file)
@@ -55,6 +55,12 @@ static char const UNKNOWN_SECURITY_CONTEXT[] = "?";
 # include <arpa/inet.h>
 # include <sys/xattr.h>
 # include <linux/xattr.h>
+# ifndef XATTR_NAME_SMACK
+#  define XATTR_NAME_SMACK "security.SMACK64"
+# endif
+# ifndef XATTR_NAME_SELINUX
+#  define XATTR_NAME_SELINUX "security.selinux"
+# endif
 # ifndef XATTR_NAME_NFSV4_ACL
 #  define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
 # endif
index 633c618c9ca269f1e355cbc5ed991559366cc3c4..288b3619a2ffbda53d74acc075c2723455fc1839 100644 (file)
@@ -1,7 +1,7 @@
 /* Make a string describing file modes.
 
-   Copyright (C) 1998-1999, 2003, 2006, 2009-2025 Free Software
-   Foundation, Inc.
+   Copyright (C) 1998-1999, 2003, 2006, 2009-2025 Free Software Foundation,
+   Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 7786fd98945b27435196e9c654d8fd2ad606dc72..7614b6078323ff11eb9267af0179a42a0ce85395 100644 (file)
@@ -1,6 +1,6 @@
 /* fpending.c -- return the number of pending output bytes on a stream
-   Copyright (C) 2000, 2004, 2006-2007, 2009-2025 Free Software
-   Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006-2007, 2009-2025 Free Software Foundation,
+   Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index f2a94655872c1065523f47aee6aeb8bbdabf84c6..423a6fa211637a5d72289e4bc5ae1c2a53a6494b 100644 (file)
@@ -1,7 +1,7 @@
 /* Declare __fpending.
 
-   Copyright (C) 2000, 2003, 2005-2006, 2009-2025 Free Software
-   Foundation, Inc.
+   Copyright (C) 2000, 2003, 2005-2006, 2009-2025 Free Software Foundation,
+   Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 1ddf18a280ddb830821672774f9fb466c1383195..e26bda88aa665e7fcd8a00fa1face2faebc90ebf 100644 (file)
@@ -1,7 +1,7 @@
 /* fsusage.c -- return space usage of mounted file systems
 
-   Copyright (C) 1991-1992, 1996, 1998-1999, 2002-2006, 2009-2025 Free
-   Software Foundation, Inc.
+   Copyright (C) 1991-1992, 1996, 1998-1999, 2002-2006, 2009-2025 Free Software
+   Foundation, Inc.
 
    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as
index fe165f66abbe44c7945f64823c99e940feb11c8c..402206bf8860efa32336403b66ab26914b1cdee2 100644 (file)
@@ -1,7 +1,6 @@
 /* provide consistent interface to getgroups for systems that don't allow N==0
 
-   Copyright (C) 1996, 1999, 2003, 2006-2025 Free Software Foundation,
-   Inc.
+   Copyright (C) 1996, 1999, 2003, 2006-2025 Free Software Foundation, Inc.
 
    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as
index b777af3d875a1532b08ae2a9378c253bad4a9da8..a7966462c73a3834870e5f02585c7a1a98ba50c5 100644 (file)
@@ -1,7 +1,7 @@
 /* Get the system load averages.
 
-   Copyright (C) 1985-1989, 1991-1995, 1997, 1999-2000, 2003-2025 Free
-   Software Foundation, Inc.
+   Copyright (C) 1985-1989, 1991-1995, 1997, 1999-2000, 2003-2025 Free Software
+   Foundation, Inc.
 
    NOTE: The canonical source of this file is maintained with gnulib.
    Bugs can be reported to bug-gnulib@gnu.org.
index f1c2f18c6bb5e924d9b762bf3a8be5c0ff2e84b3..b124614a060111755fe25abbe19be244242401b5 100644 (file)
@@ -1,7 +1,6 @@
 /* gettime -- get the system clock
 
-   Copyright (C) 2002, 2004-2007, 2009-2025 Free Software Foundation,
-   Inc.
+   Copyright (C) 2002, 2004-2007, 2009-2025 Free Software Foundation, Inc.
 
    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as
index cb10bff8d76359ec621f866ddcf474f22581bfb9..304e23b23c79d9aa3a4e5f6809ee703a21f78e7d 100644 (file)
@@ -1,7 +1,6 @@
 /* Provide gettimeofday for systems that don't have it or for which it's broken.
 
-   Copyright (C) 2001-2003, 2005-2007, 2009-2025 Free Software
-   Foundation, Inc.
+   Copyright (C) 2001-2003, 2005-2007, 2009-2025 Free Software Foundation, Inc.
 
    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as
index 2c569b394eb4005a1a65b6fb428046e7c4a1dffc..a42e77e99b84a348d552315dd96c44ff25fac45a 100644 (file)
@@ -47,7 +47,7 @@
 #  --avoid=iswctype \
 #  --avoid=iswdigit \
 #  --avoid=iswxdigit \
-#  --avoid=langinfo \
+#  --avoid=langinfo-h \
 #  --avoid=libgmp-mpq \
 #  --avoid=localename-unsafe-limited \
 #  --avoid=lock \
 #  --avoid=setenv \
 #  --avoid=sigprocmask \
 #  --avoid=stat \
-#  --avoid=stdarg \
+#  --avoid=stdarg-h \
 #  --avoid=threadlib \
 #  --avoid=tzset \
 #  --avoid=unsetenv \
 #  --avoid=utime \
 #  --avoid=utime-h \
-#  --avoid=wchar \
+#  --avoid=wchar-h \
 #  --avoid=wcrtomb \
 #  --avoid=wctype \
 #  --avoid=wctype-h \
 #  alignasof \
 #  alloca-opt \
 #  binary-io \
+#  bool \
 #  boot-time \
 #  builtin-expect \
 #  byteswap \
 #  socklen \
 #  stat-time \
 #  std-gnu11 \
-#  stdbool \
 #  stdc_bit_width \
 #  stdc_count_ones \
 #  stdc_trailing_zeros \
-#  stdckdint \
-#  stddef \
-#  stdio \
+#  stdckdint-h \
+#  stddef-h \
+#  stdio-h \
 #  stpcpy \
 #  strnlen \
 #  strtoimax \
 #  symlink \
-#  sys_stat \
-#  sys_time \
+#  sys_stat-h \
+#  sys_time-h \
 #  tempname \
 #  time-h \
 #  time_r \
@@ -927,6 +927,7 @@ HAVE_SYMLINK = @HAVE_SYMLINK@
 HAVE_SYMLINKAT = @HAVE_SYMLINKAT@
 HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
 HAVE_SYS_CDEFS_H = @HAVE_SYS_CDEFS_H@
+HAVE_SYS_ENDIAN_H = @HAVE_SYS_ENDIAN_H@
 HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
 HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
 HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
@@ -1037,6 +1038,7 @@ LIB_WSOCK32 = @LIB_WSOCK32@
 LIB_XATTR = @LIB_XATTR@
 LIMITS_H = @LIMITS_H@
 LN_S_FILEONLY = @LN_S_FILEONLY@
+LOCALE_EN_UTF8 = @LOCALE_EN_UTF8@
 LTLIBGMP = @LTLIBGMP@
 LTLIBINTL = @LTLIBINTL@
 LTLIBOBJS = @LTLIBOBJS@
@@ -1823,8 +1825,8 @@ libgnu_a_SOURCES += diffseq.h
 endif
 ## end   gnulib module diffseq
 
-## begin gnulib module dirent
-ifeq (,$(OMIT_GNULIB_MODULE_dirent))
+## begin gnulib module dirent-h
+ifeq (,$(OMIT_GNULIB_MODULE_dirent-h))
 
 BUILT_SOURCES += dirent.h
 
@@ -1872,7 +1874,7 @@ MOSTLYCLEANFILES += dirent.h dirent.h-t
 EXTRA_DIST += dirent.in.h
 
 endif
-## end   gnulib module dirent
+## end   gnulib module dirent-h
 
 ## begin gnulib module dirfd
 ifeq (,$(OMIT_GNULIB_MODULE_dirfd))
@@ -1946,6 +1948,7 @@ endian.h: endian.in.h $(top_builddir)/config.status
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
              -e 's|@''HAVE_ENDIAN_H''@|$(HAVE_ENDIAN_H)|g' \
              -e 's|@''NEXT_ENDIAN_H''@|$(NEXT_ENDIAN_H)|g' \
+             -e 's|@''HAVE_SYS_ENDIAN_H''@|$(HAVE_SYS_ENDIAN_H)|g' \
              -e 's|@''ENDIAN_H_JUST_MISSING_STDINT''@|$(ENDIAN_H_JUST_MISSING_STDINT)|g' \
        $(srcdir)/endian.in.h > $@-t
        $(AM_V_at)mv $@-t $@
@@ -1962,8 +1965,8 @@ EXTRA_DIST += endian.in.h
 endif
 ## end   gnulib module endian
 
-## begin gnulib module errno
-ifeq (,$(OMIT_GNULIB_MODULE_errno))
+## begin gnulib module errno-h
+ifeq (,$(OMIT_GNULIB_MODULE_errno-h))
 
 BUILT_SOURCES += $(ERRNO_H)
 
@@ -1994,7 +1997,7 @@ MOSTLYCLEANFILES += errno.h errno.h-t
 EXTRA_DIST += errno.in.h
 
 endif
-## end   gnulib module errno
+## end   gnulib module errno-h
 
 ## begin gnulib module euidaccess
 ifeq (,$(OMIT_GNULIB_MODULE_euidaccess))
@@ -2534,8 +2537,8 @@ EXTRA_DIST += intprops-internal.h intprops.h
 endif
 ## end   gnulib module intprops
 
-## begin gnulib module inttypes-incomplete
-ifeq (,$(OMIT_GNULIB_MODULE_inttypes-incomplete))
+## begin gnulib module inttypes-h-incomplete
+ifeq (,$(OMIT_GNULIB_MODULE_inttypes-h-incomplete))
 
 BUILT_SOURCES += inttypes.h
 
@@ -2577,7 +2580,7 @@ MOSTLYCLEANFILES += inttypes.h inttypes.h-t
 EXTRA_DIST += inttypes.in.h
 
 endif
-## end   gnulib module inttypes-incomplete
+## end   gnulib module inttypes-h-incomplete
 
 ## begin gnulib module lchmod
 ifeq (,$(OMIT_GNULIB_MODULE_lchmod))
@@ -3169,8 +3172,8 @@ endif
 endif
 ## end   gnulib module stdc_trailing_zeros
 
-## begin gnulib module stdckdint
-ifeq (,$(OMIT_GNULIB_MODULE_stdckdint))
+## begin gnulib module stdckdint-h
+ifeq (,$(OMIT_GNULIB_MODULE_stdckdint-h))
 
 BUILT_SOURCES += $(STDCKDINT_H)
 
@@ -3190,10 +3193,10 @@ MOSTLYCLEANFILES += stdckdint.h stdckdint.h-t
 EXTRA_DIST += intprops-internal.h stdckdint.in.h
 
 endif
-## end   gnulib module stdckdint
+## end   gnulib module stdckdint-h
 
-## begin gnulib module stddef
-ifeq (,$(OMIT_GNULIB_MODULE_stddef))
+## begin gnulib module stddef-h
+ifeq (,$(OMIT_GNULIB_MODULE_stddef-h))
 
 BUILT_SOURCES += $(STDDEF_H)
 
@@ -3222,10 +3225,10 @@ MOSTLYCLEANFILES += stddef.h stddef.h-t
 EXTRA_DIST += stddef.in.h
 
 endif
-## end   gnulib module stddef
+## end   gnulib module stddef-h
 
-## begin gnulib module stdint
-ifeq (,$(OMIT_GNULIB_MODULE_stdint))
+## begin gnulib module stdint-h
+ifeq (,$(OMIT_GNULIB_MODULE_stdint-h))
 
 BUILT_SOURCES += $(STDINT_H)
 
@@ -3272,10 +3275,10 @@ MOSTLYCLEANFILES += stdint.h stdint.h-t
 EXTRA_DIST += stdint.in.h
 
 endif
-## end   gnulib module stdint
+## end   gnulib module stdint-h
 
-## begin gnulib module stdio
-ifeq (,$(OMIT_GNULIB_MODULE_stdio))
+## begin gnulib module stdio-h
+ifeq (,$(OMIT_GNULIB_MODULE_stdio-h))
 
 BUILT_SOURCES += stdio.h
 
@@ -3435,10 +3438,10 @@ endif
 EXTRA_DIST += stdio.in.h
 
 endif
-## end   gnulib module stdio
+## end   gnulib module stdio-h
 
-## begin gnulib module stdlib
-ifeq (,$(OMIT_GNULIB_MODULE_stdlib))
+## begin gnulib module stdlib-h
+ifeq (,$(OMIT_GNULIB_MODULE_stdlib-h))
 
 BUILT_SOURCES += stdlib.h
 libgnu_a_SOURCES += stdlib.c
@@ -3609,7 +3612,7 @@ MOSTLYCLEANFILES += stdlib.h stdlib.h-t1 stdlib.h-t2 stdlib.h-t3
 EXTRA_DIST += stdlib.in.h
 
 endif
-## end   gnulib module stdlib
+## end   gnulib module stdlib-h
 
 ## begin gnulib module stpcpy
 ifeq (,$(OMIT_GNULIB_MODULE_stpcpy))
@@ -3621,8 +3624,8 @@ endif
 endif
 ## end   gnulib module stpcpy
 
-## begin gnulib module string
-ifeq (,$(OMIT_GNULIB_MODULE_string))
+## begin gnulib module string-h
+ifeq (,$(OMIT_GNULIB_MODULE_string-h))
 
 BUILT_SOURCES += string.h
 
@@ -3740,7 +3743,7 @@ MOSTLYCLEANFILES += string.h string.h-t1 string.h-t2
 EXTRA_DIST += string.in.h
 
 endif
-## end   gnulib module string
+## end   gnulib module string-h
 
 ## begin gnulib module strnlen
 ifeq (,$(OMIT_GNULIB_MODULE_strnlen))
@@ -3788,8 +3791,8 @@ endif
 endif
 ## end   gnulib module symlink
 
-## begin gnulib module sys_random
-ifeq (,$(OMIT_GNULIB_MODULE_sys_random))
+## begin gnulib module sys_random-h
+ifeq (,$(OMIT_GNULIB_MODULE_sys_random-h))
 
 BUILT_SOURCES += sys/random.h
 
@@ -3818,10 +3821,10 @@ MOSTLYCLEANDIRS += sys
 EXTRA_DIST += sys_random.in.h
 
 endif
-## end   gnulib module sys_random
+## end   gnulib module sys_random-h
 
-## begin gnulib module sys_select
-ifeq (,$(OMIT_GNULIB_MODULE_sys_select))
+## begin gnulib module sys_select-h
+ifeq (,$(OMIT_GNULIB_MODULE_sys_select-h))
 
 BUILT_SOURCES += sys/select.h
 
@@ -3852,10 +3855,10 @@ MOSTLYCLEANDIRS += sys
 EXTRA_DIST += sys_select.in.h
 
 endif
-## end   gnulib module sys_select
+## end   gnulib module sys_select-h
 
-## begin gnulib module sys_stat
-ifeq (,$(OMIT_GNULIB_MODULE_sys_stat))
+## begin gnulib module sys_stat-h
+ifeq (,$(OMIT_GNULIB_MODULE_sys_stat-h))
 
 BUILT_SOURCES += sys/stat.h
 
@@ -3927,10 +3930,10 @@ MOSTLYCLEANDIRS += sys
 EXTRA_DIST += sys_stat.in.h
 
 endif
-## end   gnulib module sys_stat
+## end   gnulib module sys_stat-h
 
-## begin gnulib module sys_time
-ifeq (,$(OMIT_GNULIB_MODULE_sys_time))
+## begin gnulib module sys_time-h
+ifeq (,$(OMIT_GNULIB_MODULE_sys_time-h))
 
 BUILT_SOURCES += sys/time.h
 
@@ -3962,10 +3965,10 @@ MOSTLYCLEANDIRS += sys
 EXTRA_DIST += sys_time.in.h
 
 endif
-## end   gnulib module sys_time
+## end   gnulib module sys_time-h
 
-## begin gnulib module sys_types
-ifeq (,$(OMIT_GNULIB_MODULE_sys_types))
+## begin gnulib module sys_types-h
+ifeq (,$(OMIT_GNULIB_MODULE_sys_types-h))
 
 BUILT_SOURCES += sys/types.h
 
@@ -3990,7 +3993,7 @@ MOSTLYCLEANDIRS += sys
 EXTRA_DIST += sys_types.in.h
 
 endif
-## end   gnulib module sys_types
+## end   gnulib module sys_types-h
 
 ## begin gnulib module tempname
 ifeq (,$(OMIT_GNULIB_MODULE_tempname))
@@ -4140,8 +4143,8 @@ EXTRA_DIST += u64.h
 endif
 ## end   gnulib module u64
 
-## begin gnulib module unistd
-ifeq (,$(OMIT_GNULIB_MODULE_unistd))
+## begin gnulib module unistd-h
+ifeq (,$(OMIT_GNULIB_MODULE_unistd-h))
 
 BUILT_SOURCES += unistd.h
 libgnu_a_SOURCES += unistd.c
@@ -4359,7 +4362,7 @@ MOSTLYCLEANFILES += unistd.h unistd.h-t1 unistd.h-t2 unistd.h-t3 unistd.h-t4
 EXTRA_DIST += unistd.in.h
 
 endif
-## end   gnulib module unistd
+## end   gnulib module unistd-h
 
 ## begin gnulib module unlocked-io-internal
 ifeq (,$(OMIT_GNULIB_MODULE_unlocked-io-internal))
index 919f6e7d84b4ba13355c5f764548772b84474080..a26eebe37d2cdf1ed444fc01eb07985b1d798e20 100644 (file)
@@ -1,7 +1,7 @@
 /* group-member.c -- determine whether group id is in calling user's group list
 
-   Copyright (C) 1994, 1997-1998, 2003, 2005-2006, 2009-2025 Free
-   Software Foundation, Inc.
+   Copyright (C) 1994, 1997-1998, 2003, 2005-2006, 2009-2025 Free Software
+   Foundation, Inc.
 
    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as
index 6b650b8105a077b9e8f428b0c45cf0e5af533680..5642c83c2d96725c3c3d7a1ec2cf14a51e3ec1f4 100644 (file)
@@ -1,7 +1,6 @@
 /* malloc() function that is glibc compatible.
 
-   Copyright (C) 1997-1998, 2006-2007, 2009-2025 Free Software
-   Foundation, Inc.
+   Copyright (C) 1997-1998, 2006-2007, 2009-2025 Free Software Foundation, Inc.
 
    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as
index 8eeafc1df33c25a8d8e3186ed8422341a2228418..fdbf97a682b0e0dd016964696033ee9c505142bb 100644 (file)
@@ -1,7 +1,7 @@
 /* Functions to compute MD5 message digest of files or memory blocks.
    according to the definition of MD5 in RFC 1321 from April 1992.
-   Copyright (C) 1995-1997, 1999-2001, 2005-2006, 2008-2025 Free
-   Software Foundation, Inc.
+   Copyright (C) 1995-1997, 1999-2001, 2005-2006, 2008-2025 Free Software
+   Foundation, Inc.
    This file is part of the GNU C Library.
 
    This file is free software: you can redistribute it and/or modify
index c8578476c96f9f380ccb1835d1bcf71d25ec4bb3..ae2622a1e75bb8e8ea480caaed6de1987791919e 100644 (file)
--- a/lib/md5.c
+++ b/lib/md5.c
@@ -1,7 +1,7 @@
 /* Functions to compute MD5 message digest of files or memory blocks.
    according to the definition of MD5 in RFC 1321 from April 1992.
-   Copyright (C) 1995-1997, 1999-2001, 2005-2006, 2008-2025 Free
-   Software Foundation, Inc.
+   Copyright (C) 1995-1997, 1999-2001, 2005-2006, 2008-2025 Free Software
+   Foundation, Inc.
    This file is part of the GNU C Library.
 
    This file is free software: you can redistribute it and/or modify
index 3635cd65ebde70488047b91b76fae6433b9134a9..b42b7b010cecf71ae53ae98be853757ad41da8c0 100644 (file)
--- a/lib/md5.h
+++ b/lib/md5.h
@@ -1,7 +1,7 @@
 /* Declaration of functions and data types used for MD5 sum computing
    library functions.
-   Copyright (C) 1995-1997, 1999-2001, 2004-2006, 2008-2025 Free
-   Software Foundation, Inc.
+   Copyright (C) 1995-1997, 1999-2001, 2004-2006, 2008-2025 Free Software
+   Foundation, Inc.
    This file is part of the GNU C Library.
 
    This file is free software: you can redistribute it and/or modify
index 9801fe387f00dd7cbab242022fe76808a290b808..0410596a110f4acc0e85869570dd4a14b0a9a9d8 100644 (file)
@@ -1,5 +1,5 @@
-/* Copyright (C) 1991-1994, 1996-1998, 2000, 2004, 2007-2025 Free
-   Software Foundation, Inc.
+/* Copyright (C) 1991-1994, 1996-1998, 2000, 2004, 2007-2025 Free Software
+   Foundation, Inc.
    This file is part of the GNU C Library.
 
    This file is free software: you can redistribute it and/or modify
index b45f4e7c60121bcc0da50ac346a1b00e5f1068f5..b143fb0a3a5b7244d124cb62f45316d8ba8ce9d2 100644 (file)
@@ -1,7 +1,7 @@
 /* memrchr -- find the last occurrence of a byte in a memory block
 
-   Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2025 Free
-   Software Foundation, Inc.
+   Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2025 Free Software
+   Foundation, Inc.
 
    Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
    with help from Dan Sahlin (dan@sics.se) and
index e3dbd4ec14270e83916391822e5dcfc05fa87d18..cfafa4e37e18849efacaab3ba0877be609544d2a 100644 (file)
@@ -1,7 +1,6 @@
 /* Provide a replacement for the POSIX nanosleep function.
 
-   Copyright (C) 1999-2000, 2002, 2004-2025 Free Software Foundation,
-   Inc.
+   Copyright (C) 1999-2000, 2002, 2004-2025 Free Software Foundation, Inc.
 
    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as
index 8e3ace79c683e0261cef24d786fce1272e557032..f0c79431eb16ab26aefa640da1de090f7f5aedbe 100644 (file)
@@ -1,7 +1,7 @@
 /* Save and restore current working directory.
 
-   Copyright (C) 1995, 1997-1998, 2003, 2009-2025 Free Software
-   Foundation, Inc.
+   Copyright (C) 1995, 1997-1998, 2003, 2009-2025 Free Software Foundation,
+   Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 7a17e1c4575e6f395d841a3df823e2d0de7e7913..d10c159af6c6210018cfa6530ae73c9dabeb9b6e 100644 (file)
@@ -1,8 +1,7 @@
 /* sha1.c - Functions to compute SHA1 message digest of files or
    memory blocks according to the NIST specification FIPS-180-1.
 
-   Copyright (C) 2000-2001, 2003-2006, 2008-2025 Free Software
-   Foundation, Inc.
+   Copyright (C) 2000-2001, 2003-2006, 2008-2025 Free Software Foundation, Inc.
 
    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as
index dc906b3e00e98337c620884a97c2308d2f2a58d2..e8c830c6daf28cfac2348abfb2848ac4d3334b1f 100644 (file)
@@ -1,7 +1,6 @@
 /* sig2str.c -- convert between signal names and numbers
 
-   Copyright (C) 2002, 2004, 2006, 2009-2025 Free Software Foundation,
-   Inc.
+   Copyright (C) 2002, 2004, 2006, 2009-2025 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
index 2b785a1896a50c4cd609d8412b44b423e90e0ef0..f8e2a6ce344ec111da57898256717ada6ecc6ef9 100644 (file)
@@ -1,7 +1,6 @@
 /* A GNU-like <stdlib.h>.
 
-   Copyright (C) 1995, 2001-2004, 2006-2025 Free Software Foundation,
-   Inc.
+   Copyright (C) 1995, 2001-2004, 2006-2025 Free Software Foundation, Inc.
 
    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as
index e34f081a10395e6927af5f147d4abab39237485e..1dec8130baf577923c35e1834ce79ee88bb370f4 100644 (file)
@@ -1,7 +1,7 @@
 /* Convert string representation of a number into an intmax_t value.
 
-   Copyright (C) 1999, 2001-2004, 2006, 2009-2025 Free Software
-   Foundation, Inc.
+   Copyright (C) 1999, 2001-2004, 2006, 2009-2025 Free Software Foundation,
+   Inc.
 
    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as
index 381a694edb265ff2ea36a86e0571be75f46545ae..0bcc6f40eca2cb8d510b22c9d15fb3db117c34f2 100644 (file)
@@ -1,7 +1,7 @@
 /* Convert string representation of a number into an integer value.
 
-   Copyright (C) 1991-1992, 1994-1999, 2003, 2005-2007, 2009-2025 Free
-   Software Foundation, Inc.
+   Copyright (C) 1991-1992, 1994-1999, 2003, 2005-2007, 2009-2025 Free Software
+   Foundation, Inc.
 
    NOTE: The canonical source of this file is maintained with the GNU C
    Library.  Bugs can be reported to bug-glibc@gnu.org.
index efcf708920213b5579be8f635c9236d4048af572..4326f5f0306287083c8003efa215bd1a866af1f4 100644 (file)
@@ -1,6 +1,6 @@
 /* Function to parse a 'long long int' from text.
-   Copyright (C) 1995-1997, 1999, 2001, 2009-2025 Free Software
-   Foundation, Inc.
+   Copyright (C) 1995-1997, 1999, 2001, 2009-2025 Free Software Foundation,
+   Inc.
    This file is part of the GNU C Library.
 
    This file is free software: you can redistribute it and/or modify
index e2dd422b9c65a907adee262b5a33ea4847d2acaf..15d65d599c2ff9d70a431bff9a9ab3adf25a492e 100644 (file)
@@ -1,7 +1,6 @@
 /* Reentrant time functions like localtime_r.
 
-   Copyright (C) 2003, 2006-2007, 2010-2025 Free Software Foundation,
-   Inc.
+   Copyright (C) 2003, 2006-2007, 2010-2025 Free Software Foundation, Inc.
 
    This file is free software: you can redistribute it and/or modify
    it under the terms of the GNU Lesser General Public License as
index 4b67aa226ebc4d296614643b5a26ff39e7dc4ac6..96fde0b9c81b976d10edad082df8d75b48e957cf 100644 (file)
@@ -255,6 +255,11 @@ template <int w>
 #  endif
 # endif
 /* Define static_assert if needed.  */
+# if defined __cplusplus && defined __clang__ && __clang_major__ < 9
+/* clang++ before commit 5c739665a8721228cf6143fd4ef95870a59f55ae had a
+   two-arguments static_assert but not the one-argument static_assert.  */
+#  undef static_assert
+# endif
 # if (!defined static_assert \
       && __STDC_VERSION__ < 202311 \
       && (!defined __cplusplus \
index 965973acf175bca17a12a398287ea65b8a47a523..68fc6211deff49d41826a278a78be00f8bf77946 100644 (file)
@@ -1,7 +1,7 @@
 # alloca.m4
 # serial 21
-dnl Copyright (C) 2002-2004, 2006-2007, 2009-2025 Free Software
-dnl Foundation, Inc.
+dnl Copyright (C) 2002-2004, 2006-2007, 2009-2025 Free Software Foundation,
+dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index a96b50abb8fa9e297f3d34b2d908b44ee1f470e0..6bed9deecccba8a92fdc7208e07afeb5f7e3bbe5 100644 (file)
@@ -1,7 +1,7 @@
 # codeset.m4
 # serial 5 (gettext-0.18.2)
-dnl Copyright (C) 2000-2002, 2006, 2008-2014, 2016, 2019-2025 Free
-dnl Software Foundation, Inc.
+dnl Copyright (C) 2000-2002, 2006, 2008-2014, 2016, 2019-2025 Free Software
+dnl Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 88e2f240b5fdf06b75716aed00eff888be246cc2..d52ac301310cb0a94a858aa427fc883f0d43c596 100644 (file)
@@ -1,7 +1,7 @@
 # d-type.m4
 # serial 12
-dnl Copyright (C) 1997, 1999-2004, 2006, 2009-2025 Free Software
-dnl Foundation, Inc.
+dnl Copyright (C) 1997, 1999-2004, 2006, 2009-2025 Free Software Foundation,
+dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index d5f4e0e033779940cbca9b12e586cd15126dcb2f..5da3a0b9f612c2da907f9bb7eec6bbe668c79419 100644 (file)
@@ -1,7 +1,6 @@
 # dup2.m4
 # serial 28
-dnl Copyright (C) 2002, 2005, 2007, 2009-2025 Free Software Foundation,
-dnl Inc.
+dnl Copyright (C) 2002, 2005, 2007, 2009-2025 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index a090ef971f150920be5c2f0568b9e522dabd0248..f34402fd3740510bf5f6b359d8d7c54f3dadd17e 100644 (file)
@@ -1,5 +1,5 @@
 # endian_h.m4
-# serial 4
+# serial 6
 dnl Copyright 2024-2025 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -34,7 +34,7 @@ AC_DEFUN_ONCE([gl_ENDIAN_H],
     AC_CACHE_CHECK([if endian.h defines functions and macros],
       [gl_cv_header_working_endian_h],
       [gl_cv_header_working_endian_h=no
-       AC_COMPILE_IFELSE(
+       AC_LINK_IFELSE(
          [AC_LANG_PROGRAM(
 [[
 #include <endian.h>
@@ -80,6 +80,75 @@ return !(value16_1 + value32_1 + value64_1
     HAVE_ENDIAN_H=0
   fi
 
+  AC_CHECK_HEADERS_ONCE([sys/endian.h])
+  if test $ac_cv_header_sys_endian_h = yes; then
+    HAVE_SYS_ENDIAN_H=1
+    dnl Check if sys/endian.h defines uint16_t, uint32_t, and uint64_t.
+    dnl Note: We don't use the result of this test for now.
+    AC_CACHE_CHECK([if sys/endian.h defines stdint types],
+      [gl_cv_header_sys_endian_h_stdint_types],
+      [AC_COMPILE_IFELSE(
+         [AC_LANG_PROGRAM(
+            [[#include <sys/endian.h>
+            ]],
+            [[uint16_t t1 = 0;
+              uint32_t t2 = 0;
+              uint64_t t3 = 0;
+              return !(t1 + t2 + t3);
+            ]])],
+      [gl_cv_header_sys_endian_h_stdint_types=yes],
+      [gl_cv_header_sys_endian_h_stdint_types=no])
+    ])
+    dnl Note: We don't use the result of this test for now.
+    AC_CACHE_CHECK([if sys/endian.h defines functions and macros],
+      [gl_cv_header_working_sys_endian_h],
+      [gl_cv_header_working_sys_endian_h=no
+       AC_LINK_IFELSE(
+         [AC_LANG_PROGRAM(
+[[
+#include <sys/endian.h>
+]],
+[[
+#if LITTLE_ENDIAN == BIG_ENDIAN
+# error "Endian macros not unique."
+#endif
+#if BYTE_ORDER != LITTLE_ENDIAN && BYTE_ORDER != BIG_ENDIAN
+# error "Byte order not defined."
+#endif
+
+/* Big endian to host.  */
+int value16_1 = be16toh (0.0);
+int value32_1 = be32toh (0.0);
+int value64_1 = be64toh (0.0);
+
+/* Host to big endian.  */
+int value16_2 = htobe16 (0.0);
+int value32_2 = htobe32 (0.0);
+int value64_2 = htobe64 (0.0);
+
+/* Little endian to host.  */
+int value16_3 = le16toh (0.0);
+int value32_3 = le32toh (0.0);
+int value64_3 = le64toh (0.0);
+
+/* Host to little endian.  */
+int value16_4 = htole16 (0.0);
+int value32_4 = htole32 (0.0);
+int value64_4 = htole64 (0.0);
+
+/* Make sure the variables get used.  */
+return !(value16_1 + value32_1 + value64_1
+         + value16_2 + value32_2 + value64_2
+         + value16_3 + value32_3 + value64_3
+         + value16_4 + value32_4 + value64_4);
+]])],
+         [gl_cv_header_working_sys_endian_h=yes],
+         [gl_cv_header_working_sys_endian_h=no])
+      ])
+  else
+    HAVE_SYS_ENDIAN_H=0
+  fi
+
   dnl Check if endian.h should be generated.
   if test "$gl_cv_header_endian_h_stdint_types" = yes \
      && test "$gl_cv_header_working_endian_h" = yes; then
@@ -100,5 +169,6 @@ return !(value16_1 + value32_1 + value64_1
   fi
 
   AC_SUBST([HAVE_ENDIAN_H])
+  AC_SUBST([HAVE_SYS_ENDIAN_H])
   AC_SUBST([ENDIAN_H_JUST_MISSING_STDINT])
 ])
index eda8397a811d97daca3819ff92df4671eb915c22..7a66a21124ba8512d0aceb162a585ba26b385d6d 100644 (file)
@@ -1,7 +1,6 @@
 # filemode.m4
 # serial 9
-dnl Copyright (C) 2002, 2005-2006, 2009-2025 Free Software Foundation,
-dnl Inc.
+dnl Copyright (C) 2002, 2005-2006, 2009-2025 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 1f7e62542903200bdaa5a10c4ba0f21413a08823..bb7b6e4303db8ae0e877fe095ce75f0195659ee8 100644 (file)
@@ -1,7 +1,7 @@
 # fsusage.m4
 # serial 35
-dnl Copyright (C) 1997-1998, 2000-2001, 2003-2025 Free Software
-dnl Foundation, Inc.
+dnl Copyright (C) 1997-1998, 2000-2001, 2003-2025 Free Software Foundation,
+dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 1332e98a3d2a0856d16eb9aabbd73ce04eb39899..325ea7fd1ddbfdd6c5ba3fce2e948a1b7c0cd192 100644 (file)
@@ -1,7 +1,7 @@
 # getgroups.m4
 # serial 25
-dnl Copyright (C) 1996-1997, 1999-2004, 2008-2025 Free Software
-dnl Foundation, Inc.
+dnl Copyright (C) 1996-1997, 1999-2004, 2008-2025 Free Software Foundation,
+dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 92b7db7f18e0e5610edc353512e6ff0b215bb6e4..b97b801124828da1097c21d35b44223419b98fe6 100644 (file)
@@ -1,8 +1,8 @@
 # getline.m4
 # serial 33
 
-dnl Copyright (C) 1998-2003, 2005-2007, 2009-2025 Free Software
-dnl Foundation, Inc.
+dnl Copyright (C) 1998-2003, 2005-2007, 2009-2025 Free Software Foundation,
+dnl Inc.
 dnl
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
index 90e025522fb523a27ea15c3009a6552c42cbeff2..87f81cdee3c8cd463293d6083f0e252f4546a2dc 100644 (file)
@@ -1,7 +1,6 @@
 # gettime.m4
 # serial 15
-dnl Copyright (C) 2002, 2004-2006, 2009-2025 Free Software Foundation,
-dnl Inc.
+dnl Copyright (C) 2002, 2004-2006, 2009-2025 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index a4b194e8b7386eae7fe6f6bc03daf3549ee1552d..5cd84cc997c06ac99c678554affabf5240f1bf13 100644 (file)
@@ -1,7 +1,7 @@
 # gettimeofday.m4
 # serial 30
-dnl Copyright (C) 2001-2003, 2005, 2007, 2009-2025 Free Software
-dnl Foundation, Inc.
+dnl Copyright (C) 2001-2003, 2005, 2007, 2009-2025 Free Software Foundation,
+dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index a699c8107900b2f0680bb2e466300f970c9f97e7..771181cb1bf210c503dff67b390c1c21517f1bee 100644 (file)
@@ -51,6 +51,7 @@ AC_DEFUN([gl_EARLY],
   # Code from module at-internal:
   # Code from module attribute:
   # Code from module binary-io:
+  # Code from module bool:
   # Code from module boot-time:
   # Code from module builtin-expect:
   # Code from module byteswap:
@@ -70,7 +71,7 @@ AC_DEFUN([gl_EARLY],
   # Code from module crypto/sha512-buffer:
   # Code from module d-type:
   # Code from module diffseq:
-  # Code from module dirent:
+  # Code from module dirent-h:
   # Code from module dirfd:
   # Code from module double-slash-root:
   # Code from module dtoastr:
@@ -79,7 +80,7 @@ AC_DEFUN([gl_EARLY],
   # Code from module eloop-threshold:
   # Code from module endian:
   # Code from module environ:
-  # Code from module errno:
+  # Code from module errno-h:
   # Code from module euidaccess:
   # Code from module execinfo:
   # Code from module extensions:
@@ -127,7 +128,7 @@ AC_DEFUN([gl_EARLY],
   # Code from module ignore-value:
   # Code from module include_next:
   # Code from module intprops:
-  # Code from module inttypes-incomplete:
+  # Code from module inttypes-h-incomplete:
   # Code from module largefile:
   AC_REQUIRE([AC_SYS_LARGEFILE])
   # Code from module lchmod:
@@ -177,28 +178,27 @@ AC_DEFUN([gl_EARLY],
   # Code from module stat-time:
   # Code from module std-gnu11:
   # Code from module stdbit-h:
-  # Code from module stdbool:
   # Code from module stdc_bit_width:
   # Code from module stdc_count_ones:
   # Code from module stdc_leading_zeros:
   # Code from module stdc_trailing_zeros:
-  # Code from module stdckdint:
-  # Code from module stddef:
-  # Code from module stdint:
-  # Code from module stdio:
+  # Code from module stdckdint-h:
+  # Code from module stddef-h:
+  # Code from module stdint-h:
+  # Code from module stdio-h:
   gl_STDIO_H_EARLY
-  # Code from module stdlib:
+  # Code from module stdlib-h:
   # Code from module stpcpy:
-  # Code from module string:
+  # Code from module string-h:
   # Code from module strnlen:
   # Code from module strtoimax:
   # Code from module strtoll:
   # Code from module symlink:
-  # Code from module sys_random:
-  # Code from module sys_select:
-  # Code from module sys_stat:
-  # Code from module sys_time:
-  # Code from module sys_types:
+  # Code from module sys_random-h:
+  # Code from module sys_select-h:
+  # Code from module sys_stat-h:
+  # Code from module sys_time-h:
+  # Code from module sys_types-h:
   AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])
   # Code from module tempname:
   # Code from module time-h:
@@ -210,7 +210,7 @@ AC_DEFUN([gl_EARLY],
   # Code from module timespec-add:
   # Code from module timespec-sub:
   # Code from module u64:
-  # Code from module unistd:
+  # Code from module unistd-h:
   # Code from module unlocked-io:
   # Code from module unlocked-io-internal:
   # Code from module update-copyright:
@@ -251,6 +251,7 @@ AC_DEFUN([gl_INIT],
   gl_ASSERT_H
   gl_CONDITIONAL_HEADER([assert.h])
   AC_PROG_MKDIR_P
+  gl_C_BOOL
   gl_PREREQ_READUTMP_H
   gl___BUILTIN_EXPECT
   gl_BYTESWAP
@@ -525,7 +526,6 @@ AC_DEFUN([gl_INIT],
   gl_STDBIT_H
   gl_CONDITIONAL_HEADER([stdbit.h])
   AC_PROG_MKDIR_P
-  gl_C_BOOL
   AC_REQUIRE([gl_STDBIT_H])
   GL_STDC_BIT_WIDTH=1
   AC_REQUIRE([gl_STDBIT_H])
index 046b36be433080911b2931c145cb245df2449497..9a04aaeefeefeab6793caa0ac14f9977b4a463d3 100644 (file)
@@ -1,7 +1,7 @@
 # group-member.m4
 # serial 14
-dnl Copyright (C) 1999-2001, 2003-2007, 2009-2025 Free Software
-dnl Foundation, Inc.
+dnl Copyright (C) 1999-2001, 2003-2007, 2009-2025 Free Software Foundation,
+dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 7e353c16bf9e2ef314b3d7028f088c20c1741847..4436adaa683c7da086fc003425ac594181fbb7ab 100644 (file)
@@ -1,7 +1,7 @@
 # mempcpy.m4
 # serial 14
-dnl Copyright (C) 2003-2004, 2006-2007, 2009-2025 Free Software
-dnl Foundation, Inc.
+dnl Copyright (C) 2003-2004, 2006-2007, 2009-2025 Free Software Foundation,
+dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 8ca0e85b172788ee3e89bde5f26eb02503141779..8ebc2dd6ead7f163877a66e7db22660f9238a5b9 100644 (file)
@@ -1,7 +1,7 @@
 # memrchr.m4
 # serial 11
-dnl Copyright (C) 2002-2003, 2005-2007, 2009-2025 Free Software
-dnl Foundation, Inc.
+dnl Copyright (C) 2002-2003, 2005-2007, 2009-2025 Free Software Foundation,
+dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index af0646e7bc5c39a1af82a09035a63ffc94aa2bdb..eca6c4d892411686de57f9ee01ef1b5392704e3f 100644 (file)
@@ -1,7 +1,7 @@
 # mktime.m4
 # serial 42
-dnl Copyright (C) 2002-2003, 2005-2007, 2009-2025 Free Software
-dnl Foundation, Inc.
+dnl Copyright (C) 2002-2003, 2005-2007, 2009-2025 Free Software Foundation,
+dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 3ebdffd0cb7bd02effebb6c56886c9100603d991..bdb139bfc446114ed591c20ffd14eef46dcff633 100644 (file)
@@ -1,7 +1,7 @@
 # nstrftime.m4
 # serial 40
-dnl Copyright (C) 1996-1997, 1999-2007, 2009-2025 Free Software
-dnl Foundation, Inc.
+dnl Copyright (C) 1996-1997, 1999-2007, 2009-2025 Free Software Foundation,
+dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index a77c861fe52b3c9d415ec3aba672b5cd7e872b9e..0c3925df9dd00fbbaa1498824677807e7e1a761f 100644 (file)
@@ -1,7 +1,7 @@
 # pathmax.m4
 # serial 11
-dnl Copyright (C) 2002-2003, 2005-2006, 2009-2025 Free Software
-dnl Foundation, Inc.
+dnl Copyright (C) 2002-2003, 2005-2006, 2009-2025 Free Software Foundation,
+dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 4d57aa8da8c6bcd0093b9746217bce44b7620ef0..d49e363f3ae96690f0001e3bfb1a1dc0148b85e4 100644 (file)
@@ -1,7 +1,6 @@
 # sig2str.m4
 # serial 8
-dnl Copyright (C) 2002, 2005-2006, 2009-2025 Free Software Foundation,
-dnl Inc.
+dnl Copyright (C) 2002, 2005-2006, 2009-2025 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 3935fe2104ed2b8fed5e318d7eca8245c017d8d9..a2ffd6fc4a10bf2fdd7b9700b74df8180a315a23 100644 (file)
@@ -1,7 +1,6 @@
 # ssize_t.m4
 # serial 6
-dnl Copyright (C) 2001-2003, 2006, 2010-2025 Free Software Foundation,
-dnl Inc.
+dnl Copyright (C) 2001-2003, 2006, 2010-2025 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 62e01671d0dcf85f40f05ee834d55b35c603ead1..4aa24e7f8dac5c6556e86d68c4f2eaf0bc3b25eb 100644 (file)
@@ -1,7 +1,7 @@
 # stat-time.m4
 # serial 1
-dnl Copyright (C) 1998-1999, 2001, 2003, 2005-2007, 2009-2025 Free
-dnl Software Foundation, Inc.
+dnl Copyright (C) 1998-1999, 2001, 2003, 2005-2007, 2009-2025 Free Software
+dnl Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 10b2e807c0301e1c188b689ee4c6bc5ff026ad37..afc15cf4816879ede70d663f1126b5db079ec951 100644 (file)
@@ -1,7 +1,7 @@
 # strnlen.m4
 # serial 15
-dnl Copyright (C) 2002-2003, 2005-2007, 2009-2025 Free Software
-dnl Foundation, Inc.
+dnl Copyright (C) 2002-2003, 2005-2007, 2009-2025 Free Software Foundation,
+dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index a81fd13fb215e284158e74a5a97fc20318326dc6..5f5e5178e97f4f0202124b72d56722a25c54beb9 100644 (file)
@@ -1,7 +1,6 @@
 # strtoimax.m4
 # serial 17
-dnl Copyright (C) 2002-2004, 2006, 2009-2025 Free Software Foundation,
-dnl Inc.
+dnl Copyright (C) 2002-2004, 2006, 2009-2025 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 49c56b1eafccfbc0765b6b771da0f64f545572f6..9ba4768e93239edac69e16b3c7a4203153317868 100644 (file)
@@ -1,7 +1,6 @@
 # strtoll.m4
 # serial 12
-dnl Copyright (C) 2002, 2004, 2006, 2008-2025 Free Software Foundation,
-dnl Inc.
+dnl Copyright (C) 2002, 2004, 2006, 2008-2025 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 1bb1a4ad2945f52dcbc08819a90e5abf0a2a51e3..f4d8e20f5ba1dcadc8ff8a9cbcb64b63492a99b1 100644 (file)
@@ -1,7 +1,7 @@
 # time_h.m4
 # serial 27
-dnl Copyright (C) 2000-2001, 2003-2007, 2009-2025 Free Software
-dnl Foundation, Inc.
+dnl Copyright (C) 2000-2001, 2003-2007, 2009-2025 Free Software Foundation,
+dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index d077029c9a5db75782b4b9fd215e5002f069b10e..38be99143587c61ea154f5ffa34103080e95b7e1 100644 (file)
@@ -1,7 +1,7 @@
 # timespec.m4
 # serial 15
-dnl Copyright (C) 2000-2001, 2003-2007, 2009-2025 Free Software
-dnl Foundation, Inc.
+dnl Copyright (C) 2000-2001, 2003-2007, 2009-2025 Free Software Foundation,
+dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.