summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2016-12-10 11:26:23 +0100
committerBruno Haible <bruno@clisp.org>2016-12-10 11:26:23 +0100
commit37a4dfd41674500647a0376d252ab8e8a5bfd118 (patch)
tree25a187c378f93b7687108710c07f23ab71f682de /ChangeLog
parent873aa4f61ca1cb0d331a547d138b57ded067a44c (diff)
downloadlibunistring-37a4dfd41674500647a0376d252ab8e8a5bfd118.tar.gz
Make the generated <unistring/stdint.h> work for GCC >= 4.5 when GCC is not the system's default compiler.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f605e3..6f93463 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2016-12-10 Bruno Haible <bruno@clisp.org>
+
+ Make the generated <unistring/stdint.h> work for GCC >= 4.5
+ when GCC is not the system's default compiler.
+ * lib/Makefile.am (unistring/stdint.h): When the compiler is
+ GCC >= 4.5, include its <stdint.h> file.
+ Reported by Marcin Cieślak and analyzed by Krzysztof Malinowski
+ at <https://savannah.gnu.org/bugs/?45783>.
+
2016-12-02 Daiki Ueno <ueno@gnu.org>
* version.sh: Bump version number and date.