]> git.ipfire.org Git - thirdparty/gnulib.git/commit
regex: fix support for overriding "gnulib"
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 Sep 2025 15:33:49 +0000 (08:33 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 Sep 2025 15:33:49 +0000 (08:33 -0700)
commitd4cdb40ad1254b834d69a76c4e2a393ea09cf45c
tree2019174696699f072083eb8f4dddd3f4ece297a0
parent4234562e7e3ecbd789a9bdfa3c6a7a76ac7b8a89
regex: fix support for overriding "gnulib"

Problem reported by Pádraig Brady in:
https://lists.gnu.org/r/bug-gnulib/2025-09/msg00104.html
* lib/regex_internal.h [!_LIBC]: Simplify by including gettext.h
rather than doing things by hand and mishandling GNULIB_TEXT_DOMAIN.
(gettext_noop) [!_LIBC]: Remove, since gettext.h does that now.
* modules/regex (Depends-on): Add gettext-h.
ChangeLog
lib/regex_internal.h
modules/regex