From: Paul Eggert Date: Sat, 27 Nov 2021 08:00:46 +0000 (-0800) Subject: regex: port to tcc X-Git-Tag: v1.0~2549 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=b9c0c4a79d336fc3ae5ac71f2d5e85e553812fa2;p=gnulib.git regex: port to tcc Problem reported by Benno Schulenberg in: https://lists.gnu.org/r/bug-gnulib/2021-11/msg00038.html * modules/regex (Depends-on): Depend on vararrays, since lib/regex.h uses __STDC_NO_VLA__. * modules/vararrays: Change license from LGPL to LGPLv2+. --- diff --git a/ChangeLog b/ChangeLog index efbe6c8880..d2e7cc596c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2021-11-27 Paul Eggert + + regex: port to tcc + Problem reported by Benno Schulenberg in: + https://lists.gnu.org/r/bug-gnulib/2021-11/msg00038.html + * modules/regex (Depends-on): Depend on vararrays, since + lib/regex.h uses __STDC_NO_VLA__. + * modules/vararrays: Change license from LGPL to LGPLv2+. + 2021-11-25 Bernhard Voelker test-framework-sh: remove unsafe entries from PATH diff --git a/modules/regex b/modules/regex index 866ade60ce..352c0aaa24 100644 --- a/modules/regex +++ b/modules/regex @@ -16,6 +16,7 @@ Depends-on: c99 extensions ssize_t +vararrays attribute [test $ac_use_included_regex = yes] btowc [test $ac_use_included_regex = yes] builtin-expect [test $ac_use_included_regex = yes] diff --git a/modules/vararrays b/modules/vararrays index 335fe46e83..6a7df9a8ab 100644 --- a/modules/vararrays +++ b/modules/vararrays @@ -14,7 +14,7 @@ Makefile.am: Include: License: -LGPL +LGPLv2+ Maintainer: Paul Eggert