]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Make use of the strncpy module.
authorBruno Haible <bruno@clisp.org>
Tue, 2 Dec 2025 21:18:52 +0000 (22:18 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 2 Dec 2025 21:18:52 +0000 (22:18 +0100)
* modules/unistr/u8-strncpy (Depends-on): Add strncpy.
* modules/crypto/rijndael (Depends-on): Likewise.
* modules/gethostname (Depends-on): Likewise.
* modules/localename-unsafe (Depends-on): Likewise.
* modules/localename-unsafe-limited (Depends-on): Likewise.
* modules/regex (Depends-on): Likewise.
* modules/setlocale-fixes (Depends-on): Likewise.

ChangeLog
modules/crypto/rijndael
modules/gethostname
modules/localename-unsafe
modules/localename-unsafe-limited
modules/regex
modules/setlocale-fixes
modules/unistr/u8-strncpy

index 6db54531a3a00157083e5b6d23a3dab7ca1f169c..1e727e6ba3abb00ac886bbfd2d2a377f655e5c36 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2025-12-02  Bruno Haible  <bruno@clisp.org>
+
+       Make use of the strncpy module.
+       * modules/unistr/u8-strncpy (Depends-on): Add strncpy.
+       * modules/crypto/rijndael (Depends-on): Likewise.
+       * modules/gethostname (Depends-on): Likewise.
+       * modules/localename-unsafe (Depends-on): Likewise.
+       * modules/localename-unsafe-limited (Depends-on): Likewise.
+       * modules/regex (Depends-on): Likewise.
+       * modules/setlocale-fixes (Depends-on): Likewise.
+
 2025-12-02  Bruno Haible  <bruno@clisp.org>
 
        strncpy: Add workaround for FreeBSD 15.0/x86_64.
index 2fcc3d3d875030d2dc988aa888a96a810a45ac41..b1bcb680dd9eb993fc17d5cc4966073eee59b716 100644 (file)
@@ -9,6 +9,7 @@ lib/rijndael-api-fst.h
 
 Depends-on:
 stdint-h
+strncpy
 
 configure.ac:
 AC_REQUIRE([AC_C_RESTRICT])
index 0e4cc30f14ce0f87f72f2c32aba3f1b0e9eb8c82..093d13a132b02f3dba8c491d648d2bda880b709e 100644 (file)
@@ -12,6 +12,7 @@ sys_socket-h    [test $HAVE_GETHOSTNAME = 0]
 errno-h         [test $HAVE_GETHOSTNAME = 0]
 sockets         [test $HAVE_GETHOSTNAME = 0]
 msvc-nothrow    [test $HAVE_GETHOSTNAME = 0]
+strncpy         [test $HAVE_GETHOSTNAME = 0]
 
 configure.ac:
 gl_FUNC_GETHOSTNAME
index 37d225a74b6d9d9e6ff34c9edbb0629b7d28fe8c..5785dd4462c32d4730bd0a65fe50ba230b175d9c 100644 (file)
@@ -18,6 +18,7 @@ extensions
 locale-h
 strdup
 stringeq
+strncpy
 windows-mutex
 getlocalename_l-unsafe
 setlocale-null-unlocked
index f1b9f12205928a8861f50c498b137056b630f51f..1593ce2784786737da82f506769c423f856d25e2 100644 (file)
@@ -17,6 +17,7 @@ localename-environ
 extensions
 locale-h
 strdup
+strncpy
 windows-mutex
 getlocalename_l-unsafe-limited
 setlocale-null-unlocked
index 75e897edde79a455f3a01d23374b0f5839c68bef..d043dc1e7a160251258887b0b4b940ee19e21b8b 100644 (file)
@@ -40,6 +40,7 @@ nl_langinfo             [test $ac_use_included_regex = yes]
 bool                    [test $ac_use_included_regex = yes]
 stdckdint-h             [test $ac_use_included_regex = yes]
 stdint-h                [test $ac_use_included_regex = yes]
+strncpy                 [test $ac_use_included_regex = yes]
 verify                  [test $ac_use_included_regex = yes]
 wchar-h                 [test $ac_use_included_regex = yes]
 wcrtomb                 [test $ac_use_included_regex = yes]
index 7ab3bd821c4f28ef2da7ca07fc2718fda79040e3..9b1f00572a5bde50f38f54ec4cd8d6d2c9ab730b 100644 (file)
@@ -7,6 +7,7 @@ lib/setlocale-fixes.c
 
 Depends-on:
 stringeq
+strncpy
 
 configure.ac:
 AC_REQUIRE([AC_CANONICAL_HOST])
index 1870e03790f74634f5928b749e6b4ec1d44ed73f..a60005969116122aae63cc8ec67e556a63e4e52c 100644 (file)
@@ -6,6 +6,7 @@ lib/unistr/u8-strncpy.c
 
 Depends-on:
 unistr/base
+strncpy
 
 configure.ac:
 gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-strncpy])