summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-08-13 13:18:06 +0200
committerBruno Haible <bruno@clisp.org>2022-08-13 13:18:06 +0200
commit01cd78f9d682ff75cc5ab1c2d21b911bdd9215b8 (patch)
treee408b1a934167dd5cdcdad75713a263e41e51858 /ChangeLog
parent2c984879f02633334ccf80512ad1034dcc9cb922 (diff)
downloadgnulib-01cd78f9d682ff75cc5ab1c2d21b911bdd9215b8.tar.gz
gnulib-tool.py: Reduce code duplication.
* pygnulib/constants.py (relinverse): New function. * pygnulib/GLEmiter.py (GLEmiter.po_Makevars, GLEmiter.tests_Makefile_am): Use it. * pygnulib/GLTestDir.py (GLTestDir.execute): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d04cb70e7..1687348abe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-08-13 Bruno Haible <bruno@clisp.org>
+
+ gnulib-tool.py: Reduce code duplication.
+ * pygnulib/constants.py (relinverse): New function.
+ * pygnulib/GLEmiter.py (GLEmiter.po_Makevars,
+ GLEmiter.tests_Makefile_am): Use it.
+ * pygnulib/GLTestDir.py (GLTestDir.execute): Likewise.
+
2022-08-12 Marc Nieper-Wißkirchen <marc@nieper-wisskirchen.de>
hamt: fix technically undefined behavior