summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-07-21 09:48:09 +0200
committerBruno Haible <bruno@clisp.org>2020-07-21 09:48:09 +0200
commite747e8f9f585cfcc58935ae5b98884ad5e367b9d (patch)
treedf8e387ef045eb5f2ddcbf6d11568ed70cf45316 /ChangeLog
parent6c61644f385f133f38ed8a8c6dbdc98fea6a1ef9 (diff)
downloadgnulib-e747e8f9f585cfcc58935ae5b98884ad5e367b9d.tar.gz
printf-posix: Make an autoconf test more future-proof.
* m4/printf.m4 (gl_PRINTF_DIRECTIVE_N): Include <inttypes.h> before using uintptr_t.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 290e933f2f..7ebfe9ebdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-07-21 Bruno Haible <bruno@clisp.org>
+
+ printf-posix: Make an autoconf test more future-proof.
+ * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N): Include <inttypes.h> before
+ using uintptr_t.
+
2020-07-20 Bruno Haible <bruno@clisp.org>
list, oset, omap: Relicense some of the container modules under LGPLv2+.