diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-09-15 00:16:32 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-09-15 00:16:32 +0000 |
commit | e07fbc9d38389cffcfdd49d9c837f29424f0b008 (patch) | |
tree | aa83649210cadfa6abe4863d01590a3b9cc48caf /libstdc++-v3/ChangeLog | |
parent | 1dd6dd18783c3a7411b494f8b9d911cea784a270 (diff) | |
download | gcc-e07fbc9d38389cffcfdd49d9c837f29424f0b008.zip gcc-e07fbc9d38389cffcfdd49d9c837f29424f0b008.tar.gz gcc-e07fbc9d38389cffcfdd49d9c837f29424f0b008.tar.bz2 |
Daily bump.
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 16 |
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 |