]> Savannah Git Hosting - gnulib.git/commitdiff
Keep ChangeLog entries order in sync with the git commit order.
authorBruno Haible <bruno@clisp.org>
Tue, 13 Sep 2022 23:17:54 +0000 (01:17 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 13 Sep 2022 23:17:54 +0000 (01:17 +0200)
ChangeLog

index 3e291ebf8f50ffff1ab6c7558f77c80168f70232..67be594ec93e8aa7c9c5a9ee29098d71affb8de4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,3 @@
-2022-09-13  Bruno Haible  <bruno@clisp.org>
-
-       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  <eggert@cs.ucla.edu>
 
        stdalign: prefer to not include <stdalign.h>
        * tests/tests-assert.c: New test.
        * modules/assert-h-tests (Files, Makefile.am): Add it.
 
+2022-09-13  Bruno Haible  <bruno@clisp.org>
+
+       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  <eggert@cs.ucla.edu>
+
        stdalign-tests: port to C23
        * tests/test-stdalign.c: Do not test __alignas_is_defined,
        _Alignof, or _Alignas as they are obsolescent.