summaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2021-12-15Daily bump.GCC Administrator
2021-12-14libstdc++: Support old and new T_FMT for en_HK locale [PR103687]Jonathan Wakely
2021-12-14libstdc++: Fix handling of invalid ranges in std::regex [PR102447]Jonathan Wakely
2021-12-14libstdc++: Simplify typedefs by using __UINTPTR_TYPE__Jonathan Wakely
2021-12-14libstdc++: Simplify definition of std::regex_constants variablesJonathan Wakely
2021-12-14libstdc++: Fix non-reserved name in <regex> headerJonathan Wakely
2021-12-14Daily bump.GCC Administrator
2021-12-13libstdc++: Add support for '?' in linker script globsJonathan Wakely
2021-12-13libstdc++: Make ranges::size and ranges::empty check for unbounded arraysJonathan Wakely
2021-12-13libstdc++: Fix std::regex_replace for strings with embedded null [PR103664]Jonathan Wakely
2021-12-12Daily bump.GCC Administrator
2021-12-10libstdc++: check length in string append [PR103534]Jason Merrill
2021-12-11Daily bump.GCC Administrator
2021-12-10libstdc++: Add std::time_get %r support [PR71367]Jakub Jelinek
2021-12-10libstdc++: Some time_get fixes [PR78714]Jakub Jelinek
2021-12-10libstdc++: Guard mutex and condvar with gthreads macro [PR103638]Jonathan Wakely
2021-12-10libstdc++: Fix definition of _GLIBCXX_NO_SLEEP config macroJonathan Wakely
2021-12-10libstdc++: Fix diagnostic pragma push that should be popJonathan Wakely
2021-12-09libstdc++: Make atomic<T*>::wait() const [PR102994]Thomas Rodgers
2021-12-10Daily bump.GCC Administrator
2021-12-09libstdc++: Fix ambiguous comparisons for iterators in C++20Jonathan Wakely
2021-12-09libstdc++: Remove bogus dg-error for effective-target c++20Jonathan Wakely
2021-12-09libstdc++: Make std::make_exception_ptr work with -fno-exceptions [PR85813]Jonathan Wakely
2021-12-09libstdc++: Fix std::exception_ptr regressions [PR103630]Jonathan Wakely
2021-12-09libstdc++: Implement std::ios_base::noreplace for C++23 [PR59769]Jonathan Wakely
2021-12-09libstdc++: Allow std::condition_variable waits to be cancelled [PR103382]Jonathan Wakely
2021-12-09libstdc++: Avoid unnecessary allocations in std::map insertions [PR92300]Jonathan Wakely
2021-12-09libstdc++: Do not leak empty COW stringsJonathan Wakely
2021-12-09libstdc++: Disable over-zealous warnings about std::string copies [PR103332]Jonathan Wakely
2021-12-09libstdc++: Fix non-reserved name in std::allocator base class [PR64135]Jonathan Wakely
2021-12-09Daily bump.GCC Administrator
2021-12-08libstdc++: Fix undefined shift when _Atomic_word is 64-bitJonathan Wakely
2021-12-08libstdc++: [_GLIBCXX_DEBUG] Enhance std::erase_if for vector/dequeFrançois Dumont
2021-12-08libstdc++: Skip atomic instructions in shared_ptr when both counts are 1Maged Michael
2021-12-08Daily bump.GCC Administrator
2021-12-07Revert "libstdc++: Fix ctype changed after newlib update."Tamar Christina
2021-12-05Daily bump.GCC Administrator
2021-12-04libstdc++: Initialize member in std::match_results [PR103549]Jonathan Wakely
2021-12-04Daily bump.GCC Administrator
2021-12-03libstdc++: Simplify emplace member functions in _Rb_treeJonathan Wakely
2021-12-03Fix typos in libstdc++-v3/ChangeLogJonathan Wakely
2021-12-03Daily bump.GCC Administrator
2021-12-02libstdc++: Allow exception classes to move fully-dynamic stringsJonathan Wakely
2021-12-02libstdc++: Remove broken std::allocator base classes [PR103340]Jonathan Wakely
2021-12-02libstdc++: Restore unconditional atomic load in COW std::stringJonathan Wakely
2021-12-02Daily bump.GCC Administrator
2021-12-01libstdc++: Clear RB tree after moving elements [PR103501]Jonathan Wakely
2021-12-01libstdc++: Define std::__is_constant_evaluated() for internal useJonathan Wakely
2021-12-01libstdc++: Optimize ref-count updates in COW std::stringJonathan Wakely
2021-12-01libstdc++: Avoid unwanted allocations in filesystem::pathJonathan Wakely