summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-12-15 11:48:25 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-12-15 11:48:53 -0800
commit501af6ba6cbdb199856d2a12f8a1ee754e7bd2ae (patch)
tree83a87d9a5c7cd2ca414526feaae6085100c59fa1 /ChangeLog
parentc213f005cd02dfb78035559fa519cfc4666feec3 (diff)
downloadgnulib-501af6ba6cbdb199856d2a12f8a1ee754e7bd2ae.tar.gz
stdint: don't assume C++11 when compiling with g++
Problem reported for glibc 2.14 and g++ by Alexander V. Lukyanov in <http://lists.gnu.org/archive/html/bug-gnulib/2011-12/msg00099.html>. * m4/stdint.m4 (gl_STDINT_H): Don't go to extra work to make it work also in C++ before C++11, as that improperly inhibits generating a substitute stdint.h for that case.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58146e44ab..361362bd0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2011-12-15 Paul Eggert <eggert@cs.ucla.edu>
+ stdint: don't assume C++11 when compiling with g++
+ Problem reported for glibc 2.14 and g++ by Alexander V. Lukyanov in
+ <http://lists.gnu.org/archive/html/bug-gnulib/2011-12/msg00099.html>.
+ * m4/stdint.m4 (gl_STDINT_H): Don't go to extra work to make it
+ work also in C++ before C++11, as that improperly inhibits
+ generating a substitute stdint.h for that case.
+
+2011-12-15 Paul Eggert <eggert@cs.ucla.edu>
+
alloca: protect comment from gnulib-tool
* lib/alloca.c: Change "GCC version 2" to "GCC 2" in comment, so
that gnulib-tool doesn't think it's a license, and munge it to