diff options
| author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-04-04 00:21:55 +0000 |
|---|---|---|
| committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-04-04 00:21:55 +0000 |
| commit | 370f05455e1f96b758ec8983cd105c2566e254bf (patch) | |
| tree | 2a7289f9d332847849f1ff52cae91a2a96369d7b /libstdc++-v3 | |
| parent | 83cd4bda12f1218fea878acfc964949649ca9fc7 (diff) | |
Daily bump.
Diffstat (limited to 'libstdc++-v3')
| -rw-r--r-- | libstdc++-v3/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0b454057ff2..c5379e9dec3 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,22 @@ +2025-04-03 Tomasz Kamiński <tkaminsk@redhat.com> + + Backported from master: + 2025-04-03 Tomasz Kamiński <tkaminsk@redhat.com> + + * testsuite/std/format/functions/format.cc: Restored line. + +2025-04-03 Tomasz Kamiński <tkaminsk@redhat.com> + + PR libstdc++/119593 + * include/bits/unicode.h + (__unicode::__literal_encoding_is_unicode<_CharT>): + Corrected handing for UTF-16 and UTF-32 with "LE" or "BE" suffix. + * include/std/format (__formatter_str::_S_character_width): + Define. + (__formatter_str::_S_character_width): Updated passed char + length. + * testsuite/std/format/functions/format.cc: Test for wchar_t. + 2025-04-02 Jonathan Wakely <jwakely@redhat.com> Backported from master: |
