summaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2025-10-09 00:21:21 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2025-10-09 00:21:21 +0000
commit954b679175190d06c0ceaf3aaea648c874497d71 (patch)
treee1b233f5f4cd0394e1d7417479ebccce9135fbd9 /libcpp
parent921d6497aeecbde19ee4a022abe491fbfc59eb0c (diff)
Daily bump.
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 4a05748a368..43d3f39dd08 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,16 @@
+2025-10-08 Jakub Jelinek <jakub@redhat.com>
+
+ * makeucnid.cc (write_copyright): Adjust copyright year.
+ * makeuname2c.cc (generated_ranges): Adjust end points for a couple
+ of ranges based on UnicodeData.txt Last changes and add a whole new
+ CJK UNIFIED IDEOGRAPH- entry. None of these changes are in the 4-8
+ table, but clearly it has just been forgotten.
+ (write_copyright): Adjust copyright year.
+ (write_dict): Fix up condition when to print semicolon.
+ * generated_cpp_wcwidth.h: Regenerate.
+ * ucnid.h: Regenerate.
+ * uname2c.h: Regenerate.
+
2025-09-23 David Malcolm <dmalcolm@redhat.com>
PR diagnostics/121986