aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-09-15 00:16:32 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-09-15 00:16:32 +0000
commite07fbc9d38389cffcfdd49d9c837f29424f0b008 (patch)
treeaa83649210cadfa6abe4863d01590a3b9cc48caf /libstdc++-v3/ChangeLog
parent1dd6dd18783c3a7411b494f8b9d911cea784a270 (diff)
downloadgcc-e07fbc9d38389cffcfdd49d9c837f29424f0b008.zip
gcc-e07fbc9d38389cffcfdd49d9c837f29424f0b008.tar.gz
gcc-e07fbc9d38389cffcfdd49d9c837f29424f0b008.tar.bz2
Daily bump.
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index cb20494..d6f33fe 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,19 @@
+2024-09-14 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/std/format (__formatter_fp::_M_localize): Add comments
+ and micro-optimize string copy.
+
+2024-09-14 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/bits/semaphore_base.h (__platform_semaphore): Refactor
+ loops to all use similar forms.
+ (__platform_semaphore::_M_try_acquire_until): Use chrono::ceil
+ to explicitly convert to __clock_t::time_point.
+ * testsuite/30_threads/semaphore/try_acquire_for.cc: Check that
+ using a very high resolution timeout compiles.
+ * testsuite/30_threads/semaphore/platform_try_acquire_for.cc:
+ New test.
+
2024-09-13 Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
PR libstdc++/108846