summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2022-06-23 08:12:44 -0700
committerJim Meyering <meyering@fb.com>2022-06-23 08:12:44 -0700
commitfc555c0a4bf23b3418e0e9cc3a0800172b716b90 (patch)
tree02c189cddeb742a94ba2988063fa22c8363a118a /ChangeLog
parent1ff0bd82ddbff534902d981f4679b594c367991c (diff)
downloadgnulib-fc555c0a4bf23b3418e0e9cc3a0800172b716b90.tar.gz
maint.mk: fix syntax-check for unnecessary hash.h header use
* top/maint.mk (_hash_re): Correct the regexp. It had two problems: - lacked the "hash_" prefix, so would match non-uses - failed to detect uses of the hash_x?initialize functions The former led to an excess/unneeded use of hash.h in coreutils' cut.c. The latter would have led to a FP "not needed" report for copy.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07580e199a..5ff33c410c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2022-06-23 Jim Meyering <meyering@fb.com>
+
+ maint.mk: fix syntax-check for unnecessary hash.h header use
+ * top/maint.mk (_hash_re): Correct the regexp. It had two problems:
+ - lacked the "hash_" prefix, so would match non-uses
+ - failed to detect uses of the hash_x?initialize functions
+ The former led to an excess/unneeded use of hash.h in coreutils' cut.c.
+ The latter would have led to a FP "not needed" report for copy.c.
+
2022-06-22 Bruno Haible <bruno@clisp.org>
fchmodat: Fix test failure on native Windows.