Paul Eggert wrote:
> One thing I noticed in the neighborhood: modules/gen-uni-tables lists 
> str_startswith and str_endswith as dependencies, but as far as I can see 
> it doesn't actually depend on those two modules because it has copies of 
> the relevant code. Is that dependency intended?

That dependency is a left-over from a 2025-01-03 patch that was reverted
on 2025-05-11. See
https://lists.gnu.org/archive/html/bug-gnulib/2025-01/msg00009.html
https://lists.gnu.org/archive/html/bug-gnulib/2025-05/msg00147.html
Thanks for mentioning it.


2025-09-17  Bruno Haible  <[email protected]>

        gen-uni-tables: Fix module description (left-over from 2025-05-11).
        Reported by Paul Eggert in
        <https://lists.gnu.org/archive/html/bug-gnulib/2025-09/msg00223.html>.
        * modules/gen-uni-tables (Depends-on): Remove str_startswith,
        str_endswith.

diff --git a/modules/gen-uni-tables b/modules/gen-uni-tables
index 5808aef3ad..c61d34194c 100644
--- a/modules/gen-uni-tables
+++ b/modules/gen-uni-tables
@@ -12,8 +12,6 @@ memcmp
 bool
 strdup
 strstr-simple
-str_startswith
-str_endswith
 
 configure.ac:
 AC_REQUIRE([AC_C_INLINE])




Reply via email to