From: Bruno Haible Date: Mon, 15 Feb 2021 02:35:27 +0000 (+0100) Subject: Correct placement of last ChangeLog entry. X-Git-Tag: v1.0~3074 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=4ef9c7af055927b434cc789fb70d4d447ee8f675;p=gnulib.git Correct placement of last ChangeLog entry. --- diff --git a/ChangeLog b/ChangeLog index d6d8e09225..5df08e2ab1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,15 @@ -2021-02-08 Bruno Haible - - stddef: Fix test-stddef compilation error on MidnightBSD/x86. - * lib/stddef.in.h (_GL_STDDEF_ALIGNAS, rpl_max_align_t, max_align_t): - Don't ignore HAVE_MAX_ALIGN_T if the compiler is clang. - 2021-02-13 Ozkan Sezer lib-symbol-visibility: Make it work with -Wmissing-prototypes. * m4/visibility.m4 (gl_VISIBILITY): Avoid error from simultaneous use of -Wmissing-prototypes and -Werror. +2021-02-08 Bruno Haible + + stddef: Fix test-stddef compilation error on MidnightBSD/x86. + * lib/stddef.in.h (_GL_STDDEF_ALIGNAS, rpl_max_align_t, max_align_t): + Don't ignore HAVE_MAX_ALIGN_T if the compiler is clang. + 2021-02-08 Bruno Haible Document non-standard prototypes on MidnightBSD.