X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=e706d8abc7314af9f33a74647a64f6b733d7ca84;hb=d19a89f;hp=f3bbc8c35a91d1a9a639300deb857c490d858eed;hpb=1138b90e8056cdc1d170ed6661223c6e3ec1dab4;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index f3bbc8c35..e706d8abc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,22 @@ 2011-02-12 Paul Eggert + stdlib: don't get in the way of non-GCC __attribute__ + See thread starting at + . + Revert previous stdlib change, installing the following instead: + * lib/stdin.in.h (__attribute__): Remove. We do not want + to get in the way of a non-GCC compiler that supports __attribute__. + (_GL_ATTRIBUTE_RETURN): New macro. + (_Exit): Use it instead of __attribute__. + +2011-02-12 Bruno Haible + + quotearg test: Avoid test failure on mingw. + * tests/test-quotearg.sh: Convert the locale identifier from native + Windows syntax to Unix syntax. + +2011-02-12 Paul Eggert + stdlib: support non-GCC __attribute__ Fix a serious and tricky problem encountered when attempting to