summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00d31cdc77..78590feae9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2021-07-14 Paul Eggert <eggert@cs.ucla.edu>
+ regex: modernize to newer regex bugset
+ Problem reported by Hiroo Hayashi in:
+ https://lists.gnu.org/r/bug-gnulib/2021-07/msg00024.html
+ * m4/regex.m4 (gl_REGEX): Allow newer glibc behavior for ()0|\1,
+ behavior where the regex compiles but does not match.
+ Test for glibc bug 11053.
+ * tests/test-regex.c (bug_regex11, main): Add casts needed
+ for printf portability.
+ (main): Allow newer glibc behavior for ()0|\1.
+
regex: fix shell quoting problem in configuration
* m4/regex.m4 (gl_REGEX): Fix quoting problems.
These C programs are put into unquoted here-documents,