summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 196704808d..a6e8d6e997 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2021-08-22 Paul Eggert <eggert@cs.ucla.edu>
+
+ c-stack: depend on inttypes, mempcpy
+ * modules/c-stack (Depends-on): Add inttypes, mempcpy.
+ mempcpy problem reported by Evan Miller in:
+ https://debbugs.gnu.org/50098#31
+
2021-08-22 Bruno Haible <bruno@clisp.org>
mountlist: Use recommended syntax for _GL_UNUSED_LABEL.