summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-06-21 01:58:18 +0200
committerBruno Haible <bruno@clisp.org>2017-06-21 01:58:18 +0200
commit22b50b4fdc0fcf967b1e61ff0d391eb4e7a9824d (patch)
treef1c18bda1c1aff5febdc8a486d7f0277a183ab9e /ChangeLog
parent89f319c6c96980ec395ee88c332637e1a39935a1 (diff)
downloadlibunistring-22b50b4fdc0fcf967b1e61ff0d391eb4e7a9824d.tar.gz
Avoid collision between the generated <unistring/stdbool.h> and the platform's original <stdbool.h>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87d6673..906a8bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2017-06-20 Bruno Haible <bruno@clisp.org>
+
+ Avoid collision between the generated <unistring/stdbool.h> and the
+ platform's original <stdbool.h>.
+ Reported by Dennis Clarke <dclarke@blastwave.org> in
+ <https://lists.gnu.org/archive/html/bug-gettext/2017-06/msg00022.html>.
+ * lib/stdbool.mini.h: Update from stdbool.in.h from current gnulib. Use
+ compiler dependent conditionals to determine whether <stdbool.h> should
+ be included.
+
2017-01-10 Bruno Haible <bruno@clisp.org>
Modernize URLs.