]> Savannah Git Hosting - gnulib.git/commitdiff
regex: revert most trimming
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 Jul 2018 13:37:38 +0000 (06:37 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 Jul 2018 13:38:00 +0000 (06:38 -0700)
Problems reported by Bruno Haible in:
https://lists.gnu.org/r/bug-gnulib/2018-07/msg00001.html
* modules/regex (Depends-on): Add lock, memcmp, memmove,
and wctype back in.  lock because regex users shouldn’t
need to know that regex needs locking, and the rest because
gnulib-tool should ordinarily ignore them anyway.

ChangeLog
modules/regex

index e25f5a7d615985ce98d224e42e7e9388daabc2e0..4e9f4416139354c9a292ef80490104c712b723a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2018-07-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       regex: revert most trimming
+       Problems reported by Bruno Haible in:
+       https://lists.gnu.org/r/bug-gnulib/2018-07/msg00001.html
+       * modules/regex (Depends-on): Add lock, memcmp, memmove,
+       and wctype back in.  lock because regex users shouldn’t
+       need to know that regex needs locking, and the rest because
+       gnulib-tool should ordinarily ignore them anyway.
+
 2018-06-30  Paul Eggert  <eggert@cs.ucla.edu>
 
        regex: trim module dependencies
index 8a6afcb5ba79058fffd3d60bb14b88ad4c42acae..8863a8e11c38f5820f192c873f87b5fd5257f4ab 100644 (file)
@@ -20,6 +20,9 @@ alloca-opt      [test $ac_use_included_regex = yes]
 btowc           [test $ac_use_included_regex = yes]
 builtin-expect  [test $ac_use_included_regex = yes]
 intprops        [test $ac_use_included_regex = yes]
+lock      [test "$ac_cv_gnu_library_2_1:$ac_use_included_regex" = no:yes]
+memcmp          [test $ac_use_included_regex = yes]
+memmove         [test $ac_use_included_regex = yes]
 mbrtowc         [test $ac_use_included_regex = yes]
 mbsinit         [test $ac_use_included_regex = yes]
 nl_langinfo     [test $ac_use_included_regex = yes]
@@ -28,6 +31,7 @@ stdint          [test $ac_use_included_regex = yes]
 wchar           [test $ac_use_included_regex = yes]
 wcrtomb         [test $ac_use_included_regex = yes]
 wctype-h        [test $ac_use_included_regex = yes]
+wctype          [test $ac_use_included_regex = yes]
 
 configure.ac:
 gl_REGEX