From f00090baf8f31644d9da9a99548548fab8b710ec Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 27 Nov 2021 00:00:46 -0800 Subject: [PATCH 1/3] 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+. --- ChangeLog | 9 +++++++++ modules/regex | 1 + modules/vararrays | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index efbe6c888..d2e7cc596 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 866ade60c..352c0aaa2 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 335fe46e8..6a7df9a8a 100644 --- a/modules/vararrays +++ b/modules/vararrays @@ -14,7 +14,7 @@ Makefile.am: Include: License: -LGPL +LGPLv2+ Maintainer: Paul Eggert -- 2.32.0