X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=1ad494fd391a52bca9607635963c19883047ff13;hb=5e2a6b1f1f59b920775fdc38b81d1a389a5089ed;hp=5c7bc011cd04fa43de2a6c5fd5fdc8e3a64ffb44;hpb=6267b9ec0238f2b31c44644d75ce98e97349ef25;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 5c7bc011c..1ad494fd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,19 @@ 2011-07-12 Paul Eggert + * lib/openat-die.c (openat_save_fail): Modernize comment. + + * lib/xalloc-die.c (xalloc_die): Modernize comment. + + * lib/glthread/thread.h: Modernize comment. + + obstack: use _Noreturn + * lib/obstack.c (__attribute__): Remove macro. + (print_and_abort): Use _Noreturn. + + c-stack: use _Noreturn + * lib/c-stack.c (die, overflow_handler, segv_handler): + Use _Noreturn rather than __attribute__((noreturn)). + argmatch-tests, exclude_tests: use _Noreturn * tests/test-argmatch.c, tests/test-exclude.c (_GL_ATTRIBUTE_NORETURN): Remove.