From: Bruno Haible Date: Tue, 13 Sep 2022 23:17:54 +0000 (+0200) Subject: Keep ChangeLog entries order in sync with the git commit order. X-Git-Tag: v1.0~2026 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=4b506cbc3f198d61ed47b3a590bf33e561cf3cde;p=gnulib.git Keep ChangeLog entries order in sync with the git commit order. --- diff --git a/ChangeLog b/ChangeLog index 3e291ebf8f..67be594ec9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,3 @@ -2022-09-13 Bruno Haible - - Prefer talking about alignas than _Alignas. - * m4/gnulib-common.m4 (gl_COMMON_BODY): Don't mention _Alignas in a - comment. - * m4/stdalign.m4 (gl_STDALIGN_H): Likewise. - 2022-09-13 Paul Eggert stdalign: prefer to not include @@ -85,6 +78,15 @@ * tests/tests-assert.c: New test. * modules/assert-h-tests (Files, Makefile.am): Add it. +2022-09-13 Bruno Haible + + Prefer talking about alignas than _Alignas. + * m4/gnulib-common.m4 (gl_COMMON_BODY): Don't mention _Alignas in a + comment. + * m4/stdalign.m4 (gl_STDALIGN_H): Likewise. + +2022-09-13 Paul Eggert + stdalign-tests: port to C23 * tests/test-stdalign.c: Do not test __alignas_is_defined, _Alignof, or _Alignas as they are obsolescent.