stdlib: don't get in the way of non-GCC __attribute__
[gnulib.git] / ChangeLog
index f3bbc8c..e706d8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
 2011-02-12  Paul Eggert  <eggert@cs.ucla.edu>
 
+       stdlib: don't get in the way of non-GCC __attribute__
+       See thread starting at
+       <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00161.html>.
+       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  <bruno@clisp.org>
+
+       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  <eggert@cs.ucla.edu>
+
        stdlib: support non-GCC __attribute__
 
        Fix a serious and tricky problem encountered when attempting to