summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20319c82a0..c0cee5fe53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2020-08-12 Bruno Haible <bruno@clisp.org>
+
+ Avoid implicit conversion from 'unsigned int' to 'int' in initializers.
+ Reported by Florian Weimer in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2020-08/msg00086.html>.
+ * lib/gen-uni-tables.c (output_predicate): Change the element type of
+ the level3 array to 'unsigned int'.
+ * lib/unictype/bitmap.h (bitmap_lookup): Access an 'unsigned int'.
+ * lib/unictype/categ_*.h: Regenerated.
+ * lib/unictype/ctype_*.h: Regenerated.
+ * lib/unictype/pr_*.h: Regenerated.
+ * lib/unictype/sy_*.h: Regenerated.
+ * lib/unicase/cased.h: Regenerated.
+ * lib/unicase/ignorable.h: Regenerated.
+
2020-08-12 Paul Eggert <eggert@cs.ucla.edu>
stdint: port intptr_t to more-recent MinGW