summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-05-23 19:06:16 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-05-23 19:12:34 -0700
commitf58691b91ed22372b4a962432aa3ea860fe1cbbb (patch)
tree2bb27e006540994c1e3bde6625552649c8968d67 /ChangeLog
parentd5ea809c3c7063d0dd5f7b70de7430f5bd4b991a (diff)
downloadgnulib-f58691b91ed22372b4a962432aa3ea860fe1cbbb.tar.gz
assure: new macro ‘affirm’
* lib/assure.h: Include verify.h. (affirm): New macro, after a suggestion by Marc Nieper-Wißkirchen in: https://lists.gnu.org/r/bug-gnulib/2020-05/msg00263.html and commentary by Bruno Haible in: https://lists.gnu.org/r/bug-gnulib/2020-05/msg00278.html * modules/assure (Depends-on:): Add verify.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7101db80f..c05ef910dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2020-05-23 Paul Eggert <eggert@cs.ucla.edu>
+
+ assure: new macro ‘affirm’
+ * lib/assure.h: Include verify.h.
+ (affirm): New macro, after a suggestion by Marc Nieper-Wißkirchen in:
+ https://lists.gnu.org/r/bug-gnulib/2020-05/msg00263.html
+ and commentary by Bruno Haible in:
+ https://lists.gnu.org/r/bug-gnulib/2020-05/msg00278.html
+ * modules/assure (Depends-on:): Add verify.
+
2020-05-23 Bruno Haible <bruno@clisp.org>
calloc-gnu: Make test work in non-flat address spaces.