From: Paul Eggert Date: Tue, 12 Jul 2011 08:21:00 +0000 (-0700) Subject: Improve ChangeLog to summarize _Noreturn better. X-Git-Tag: v0.1~2112 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=972228da936bd54d6cf64f8b56c03a13ee4603e6;p=gnulib.git Improve ChangeLog to summarize _Noreturn better. --- diff --git a/ChangeLog b/ChangeLog index 84e49fda6..0f8a15abf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2011-07-12 Paul Eggert + Improvements on _Noreturn and related modules. + modules/_Exit-tests: test _Noreturn too * tests/test-_Exit.c (MTA, Charlie): New functions, taken from the old tests/test-stdnoreturn.c. This tests the _Noreturn keyword a bit. @@ -31,6 +33,10 @@ * tests/test-stdnoreturn.c: Merge from the old tests/test-_Noreturn.c, testing both noreturn and _Noreturn. +2011-07-12 Paul Eggert + + _Noreturn, stdnoreturn, and related modules. + * top/maint.mk: Adjust to new noreturn support. (gl_extract_significant_defines_): Omit pattern ATTRIBUTE_NORETURN. (def_sym_regex): Do not remove ATTRIBUTE_NORETURN.