]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Fix module dependencies after 2025-09-17 "stringeq: prefer streq to strcmp in other...
authorBruno Haible <bruno@clisp.org>
Sat, 28 Feb 2026 15:35:50 +0000 (16:35 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 28 Feb 2026 20:17:43 +0000 (21:17 +0100)
* modules/c-vasnprintf (Dependencies): Add stringeq.
* modules/findprog-lgpl (Dependendies): Likewise.
* modules/localename-environ (Dependendies): Likewise.
* modules/localename-unsafe-limited (Dependendies): Likewise.
* modules/uchar-h-c23 (Dependendies): Likewise.
* modules/unistdio/u16-u16-vasnprintf (Dependendies): Likewise.
* modules/unistdio/u16-vasnprintf (Dependendies): Likewise.
* modules/unistdio/u32-u32-vasnprintf (Dependendies): Likewise.
* modules/unistdio/u32-vasnprintf (Dependendies): Likewise.
* modules/unistdio/u8-u8-vasnprintf (Dependendies): Likewise.
* modules/unistdio/u8-vasnprintf (Dependendies): Likewise.
* modules/unistdio/ulc-vasnprintf (Dependendies): Likewise.
* modules/vasnprintf (Dependendies): Likewise.
* modules/vasnwprintf (Dependendies): Likewise.
* modules/setenv (Dependendies): Remove stringeq.
* modules/uchar-h (Dependendies): Likewise.
* modules/uniconv/base (Dependendies): Likewise.

18 files changed:
ChangeLog
modules/c-vasnprintf
modules/findprog-lgpl
modules/localename-environ
modules/localename-unsafe-limited
modules/setenv
modules/uchar-h
modules/uchar-h-c23
modules/uniconv/base
modules/unistdio/u16-u16-vasnprintf
modules/unistdio/u16-vasnprintf
modules/unistdio/u32-u32-vasnprintf
modules/unistdio/u32-vasnprintf
modules/unistdio/u8-u8-vasnprintf
modules/unistdio/u8-vasnprintf
modules/unistdio/ulc-vasnprintf
modules/vasnprintf
modules/vasnwprintf

index 7b57c0ea311e75ce043feeac51fab74fcdde452d..d7d143c73d0ca6ceee417f1f67f8fe65523925f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2026-02-28  Bruno Haible  <bruno@clisp.org>
+
+       Fix module dependencies after 2025-09-17 "stringeq: prefer streq to strcmp in other modules".
+       * modules/c-vasnprintf (Dependencies): Add stringeq.
+       * modules/findprog-lgpl (Dependendies): Likewise.
+       * modules/localename-environ (Dependendies): Likewise.
+       * modules/localename-unsafe-limited (Dependendies): Likewise.
+       * modules/uchar-h-c23 (Dependendies): Likewise.
+       * modules/unistdio/u16-u16-vasnprintf (Dependendies): Likewise.
+       * modules/unistdio/u16-vasnprintf (Dependendies): Likewise.
+       * modules/unistdio/u32-u32-vasnprintf (Dependendies): Likewise.
+       * modules/unistdio/u32-vasnprintf (Dependendies): Likewise.
+       * modules/unistdio/u8-u8-vasnprintf (Dependendies): Likewise.
+       * modules/unistdio/u8-vasnprintf (Dependendies): Likewise.
+       * modules/unistdio/ulc-vasnprintf (Dependendies): Likewise.
+       * modules/vasnprintf (Dependendies): Likewise.
+       * modules/vasnwprintf (Dependendies): Likewise.
+       * modules/setenv (Dependendies): Remove stringeq.
+       * modules/uchar-h (Dependendies): Likewise.
+       * modules/uniconv/base (Dependendies): Likewise.
+
 2026-02-28  Bruno Haible  <bruno@clisp.org>
 
        Fix module dependencies after 2025-09-17 "stringeq: prefer memeq to memcmp in other modules".
index eb6ecc8144a9fe383a3d3097340b879da8664887..945dc1f6769b38acad8989fa1b8bcd7d3dd62ebf 100644 (file)
@@ -38,6 +38,7 @@ memchr
 multiarch
 mbszero
 mbsnlen
+stringeq
 
 configure.ac:
 AC_REQUIRE([AC_C_RESTRICT])
index 6e0f24736fc73e518f4b55b5c8528b8e37e25815..f641cb038f0feecb89067b73550e71bfb77ec556 100644 (file)
@@ -16,6 +16,7 @@ concat-filename
 access
 stat
 unistd-h
+stringeq
 
 configure.ac:
 gl_FINDPROG
index dcfc47e468d70348df98fa5997aa0342456052f7..bd40238b6dfd0a3de261084aed8e86be0a47489e 100644 (file)
@@ -8,6 +8,7 @@ m4/localename.m4
 m4/intlmacosx.m4
 
 Depends-on:
+stringeq
 
 configure.ac:
 gl_LOCALENAME_ENVIRON
index 701170ebcfbf8980e04ac0431eb07981cf61469a..52e49e78e30d0710841361864873b77d007c9a36 100644 (file)
@@ -17,6 +17,7 @@ localename-environ
 extensions
 locale-h
 strdup
+stringeq
 strncpy
 strnul
 windows-mutex
index 76c7dc13e79011652ee25c1591525bb70164a915..df5b9c014df327b205b71e4283096d9db1020974 100644 (file)
@@ -10,7 +10,6 @@ stdlib-h
 malloca         [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1]
 alloca-opt      [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1]
 malloc-posix    [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1]
-stringeq        [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1]
 unistd-h        [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1]
 environ         [test $HAVE_SETENV = 0 || test $REPLACE_SETENV = 1]
 
index a9a905db0c8f62c00c487c2956d8a0aaef3d7122..636085985758aa82574a08dce209b4f0e0e3a532 100644 (file)
@@ -15,7 +15,6 @@ snippet/warn-on-use
 extern-inline
 assert-h
 stdint-h
-stringeq
 wchar-h
 wctype-h
 
index b22f68a6ab8cb1d6ada2f4bd398d8628fa898848..5cdc3a51c8582ed8d402602d47376d67449546b8 100644 (file)
@@ -10,6 +10,7 @@ uchar-h
 wchar-h
 iconv
 localcharset
+streq
 streq-opt
 once
 tls
index 432348c8635b6df0c36500b6979e05793b9a075e..f60d1b468d91b89dc6eab0b1eea0ecabb24f4091 100644 (file)
@@ -11,7 +11,6 @@ m4/libunistring-base.m4
 Depends-on:
 gen-header
 bool
-stringeq
 unitypes-h
 
 configure.ac:
index f09b4b57f7217fbcc84f5c378923f5a43ba708a5..148078e3636a39e7b5783360bc6bcb14514a3632 100644 (file)
@@ -44,6 +44,7 @@ memchr
 multiarch
 assert-h
 mbszero
+stringeq
 
 configure.ac:
 gl_PREREQ_VASNPRINTF_WITH_POSIX_EXTRAS
index f82fdb33905b30dfa2fd6cb3e8ba91ff3bed70ba..64a46356f726eec67f3a659e14fef7e919fc63a4 100644 (file)
@@ -44,6 +44,7 @@ memchr
 multiarch
 assert-h
 mbszero
+stringeq
 
 configure.ac:
 gl_PREREQ_VASNPRINTF_WITH_POSIX_EXTRAS
index b15cf7c97ce6aae9b5efaab71854b002f9823d9d..db1c7c5e181ee941ec2a5f67633548942e9eff7b 100644 (file)
@@ -44,6 +44,7 @@ memchr
 multiarch
 assert-h
 mbszero
+stringeq
 
 configure.ac:
 gl_PREREQ_VASNPRINTF_WITH_POSIX_EXTRAS
index 07fe0ed54815a5601992e50c9fc48590bc9b7b9b..d212e0d8d29a4772b5b0035429e6a14cfcc94a88 100644 (file)
@@ -44,6 +44,7 @@ memchr
 multiarch
 assert-h
 mbszero
+stringeq
 
 configure.ac:
 gl_PREREQ_VASNPRINTF_WITH_POSIX_EXTRAS
index 356e5d441a3334d1aea1b4ee39b4986065ec573a..7d1834801f513650bd5a03ceda4c2440f2acdc30 100644 (file)
@@ -44,6 +44,7 @@ memchr
 multiarch
 assert-h
 mbszero
+stringeq
 
 configure.ac:
 gl_PREREQ_VASNPRINTF_WITH_POSIX_EXTRAS
index e2b0355d79ca866c7647305ca321445842d9c246..d3419f7315ede95746a8f4550ed5eee7a91022e6 100644 (file)
@@ -44,6 +44,7 @@ memchr
 multiarch
 assert-h
 mbszero
+stringeq
 
 configure.ac:
 gl_PREREQ_VASNPRINTF_WITH_POSIX_EXTRAS
index 3078a6c64ca7384d3c3f67ea85168f1ca6f9ed8d..69ce44df3086ee62ba106146477e773d6480cc1a 100644 (file)
@@ -42,6 +42,7 @@ memchr
 multiarch
 assert-h
 mbszero
+stringeq
 
 configure.ac:
 gl_PREREQ_VASNPRINTF_WITH_POSIX_EXTRAS
index 4418d891799880e60a0ca4a69f4186101f2b54a5..d9a81f98c6347fab4b6d6aaa02a7c1fb2469e44f 100644 (file)
@@ -35,6 +35,7 @@ assert-h
 wchar-h
 mbszero
 mbsnlen
+stringeq
 
 configure.ac:
 AC_REQUIRE([AC_C_RESTRICT])
index 987e9fd95e9281a997821d868f70e6f6787e5337..763c45c3247ee0c7f1a146a1afc5ced543cefbcd 100644 (file)
@@ -41,6 +41,7 @@ mbszero
 mbrtowc
 wmemcpy
 wmemset
+stringeq
 
 configure.ac:
 AC_REQUIRE([AC_C_RESTRICT])