]> Savannah Git Hosting - gnulib.git/commitdiff
regex: port to tcc
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 27 Nov 2021 08:00:46 +0000 (00:00 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 27 Nov 2021 08:51:21 +0000 (00:51 -0800)
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
modules/regex
modules/vararrays

index efbe6c88805cf24eb2bffbfe30466071345ca5fd..d2e7cc596c5516e441fdd4f6e9b0500a53c1b65d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2021-11-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       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  <mail@bernhard-voelker.de>
 
        test-framework-sh: remove unsafe entries from PATH
index 866ade60ce1d37c67b2aabe2a29158f712274f9f..352c0aaa24086264ca4210b0738aeae2657ea9d4 100644 (file)
@@ -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]
index 335fe46e83785e6c158f962998dbb5bcfa2dfb60..6a7df9a8ab2c6308c4866facda5d1058425c82cb 100644 (file)
@@ -14,7 +14,7 @@ Makefile.am:
 Include:
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Paul Eggert