diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2020-05-23 19:06:16 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2020-05-23 19:12:34 -0700 |
commit | f58691b91ed22372b4a962432aa3ea860fe1cbbb (patch) | |
tree | 2bb27e006540994c1e3bde6625552649c8968d67 /ChangeLog | |
parent | d5ea809c3c7063d0dd5f7b70de7430f5bd4b991a (diff) | |
download | gnulib-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |