summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-08-07 17:29:16 +0200
committerBruno Haible <bruno@clisp.org>2022-08-07 23:04:21 +0200
commit8341b4a206b8f1f6ec14966292afb5134de2a4c2 (patch)
treedab7c74e346a01af56d654aa6540ab41076c0b6a /ChangeLog
parent72ac023526e84e7847cc67788be9afca2f3204fb (diff)
downloadgnulib-8341b4a206b8f1f6ec14966292afb5134de2a4c2.tar.gz
gnulib-tool.py: Reduce code duplication.
* pygnulib/GLModuleSystem.py (GLModule): Declare two regexes are class variables.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index acb82e903c..a8d020edab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2022-08-07 Bruno Haible <bruno@clisp.org>
+ gnulib-tool.py: Reduce code duplication.
+ * pygnulib/GLModuleSystem.py (GLModule): Declare two regexes are class
+ variables.
+
gnulib-tool.py: Implement option --find.
* pygnulib/GLModuleSystem.py (GLModuleSystem.file_is_module): New
method.