about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-07-06 16:31:24 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-07-06 16:31:55 +0200
commitddb3c626b0a159de3547d901420198b626c29554 (patch)
treec9011713466dcab036de028c570f7dbff005e6d1 /ChangeLog
parentbce5911b67392717b44f857a97bb348747be50e7 (diff)
downloadglibc-ddb3c626b0a159de3547d901420198b626c29554.tar.gz
glibc-ddb3c626b0a159de3547d901420198b626c29554.tar.xz
glibc-ddb3c626b0a159de3547d901420198b626c29554.zip
conform/conformtest.pl: Escape literal braces in regular expressions
This suppresses Perl warnings like these:

Unescaped left brace in regex is deprecated here (and will be fatal in
Perl 5.32), passed through in regex; marked by <-- HERE in m/^element
*({ <-- HERE ([^}]*)}|([^{ ]*)) *({([^}]*)}|([^{ ]*)) *([A-Za-z0-9_]*)
*(.*)/ at conformtest.pl line 370.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fe8e2463e..13c7293253 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-07-06  Florian Weimer  <fweimer@redhat.com>
+
+	* conform/conformtest.pl (checknamespace): Escape literal braces
+	in regular expressions.
+
 2018-07-06  Amit Pawar  <amit.pawar@amd.com>
 
 	* sysdeps/x86/cpu-features.c (get_common_indeces):