summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-08-07 13:11:07 +0200
committerBruno Haible <bruno@clisp.org>2022-08-07 23:04:04 +0200
commita68f103cc3863310e1c1b4dd9e05b7924381d9a1 (patch)
tree9c7943c92bc699abeefbd4c219ebae06f1a21726 /ChangeLog
parente6f143f01dd7f1629f56f4073ff28fe317118f54 (diff)
downloadgnulib-a68f103cc3863310e1c1b4dd9e05b7924381d9a1.tar.gz
gnulib-tool.py: Make regex uses more straightforward.
* pygnulib/GLEmiter.py: Don't use flag re.S on regular expressions on regular expressions with no '.'. * pygnulib/GLImport.py: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5396f935a3..bcaedf98e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-08-07 Bruno Haible <bruno@clisp.org>
+
+ gnulib-tool.py: Make regex uses more straightforward.
+ * pygnulib/GLEmiter.py: Don't use flag re.S on regular expressions on
+ regular expressions with no '.'.
+ * pygnulib/GLImport.py: Likewise.
+
2022-08-06 Bruno Haible <bruno@clisp.org>
gnulib-tool: In the VC files messages, omit the destination directory.