libstdc++: Fix narrowing conversion in year_month_day [PR 99265]
[platform/upstream/gcc.git] / libstdc++-v3 / src /
2021-02-24 Jonathan Wakelylibstdc++: Fix order of arguments to sprintf [PR 99261]
2021-02-24 Patrick Palkalibstdc++: Fix __floating_to_chars_precision for __float128
2021-02-24 Jonathan Wakelylibstdc++: Define std::to_chars overloads for __ieee128...
2021-02-23 Patrick Palkalibstdc++: Fix endianness issue with IBM long double...
2021-02-12 Jonathan Wakelylibstdc++: Re-enable workaround for _wstat64 bug, again...
2021-02-12 Jonathan Wakelylibstdc++: Fix filesystem::rename on Windows [PR 98985]
2021-02-12 Jonathan Wakelylibstdc++: Add unused attributes to shared_ptr functions
2021-02-12 Jonathan Wakelylibstdc++: Fix bootstrap with -fno-rtti [PR 99077]
2021-02-10 Jonathan Wakelylibstdc++: Re-enable workaround for _wstat64 bug [PR...
2021-02-10 Jonathan Wakelylibstdc++: Use correct error category for Windows error...
2021-02-09 Vladimir Vishnevskylibstdc++: Fix build failure for targets without unistd.h
2021-01-21 Jonathan Wakelylibstdc++: Regenerate Makefile.in
2021-01-18 Jakub Jelineklibstd++: : Add workaround for as Error: file number...
2021-01-14 François Dumontlibstdc++: Implement N3644 for _GLIBCXX_DEBUG iterators
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-21 Patrick Palkalibstdc++: Disable floating-point std::to_chars on...
2020-12-18 Patrick Palkalibstdc++: Fix mistake in PR98374 change [PR98377]
2020-12-18 Patrick Palkalibstdc++: Fix build failure on AArch64 ILP32 [PR98370]
2020-12-18 Patrick Palkalibstdc++: Fix build failure due to missing <langinfo...
2020-12-18 Patrick Palkalibstdc++: Check FE_TONEAREST is defined before using it
2020-12-18 Patrick Palkalibstdc++: Add floating-point std::to_chars implementation
2020-12-18 Patrick Palkalibstdc++: Apply modifications to our local copy of Ryu
2020-12-18 Patrick Palkalibstdc++: Import parts of the Ryu library
2020-12-17 Jonathan Wakelylibstdc++: Fix -Wunused warning
2020-12-16 Jonathan Wakelylibstdc++: Add C++ runtime support for new 128-bit...
2020-12-09 Jonathan Wakelylibstdc++: Fix build failure for target with no way...
2020-11-27 Jonathan Wakelylibstdc++: Partially revert r11-5314
2020-11-25 Jonathan Wakelylibstdc++: Encapsulate __gthread_cond_t as std::__condvar
2020-11-24 Jonathan Wakelylibstdc++: Throw instead of segfaulting in std::thread...
2020-11-24 Jonathan Wakelylibstdc++: Use __libc_single_threaded for locale initia...
2020-11-19 Jonathan Wakelylibstdc++: Move std::thread to a new header
2020-11-19 Jonathan Wakelylibstdc++: Fix overflow checks to use the correct ...
2020-11-17 Jonathan Wakelylibstdc++: Revert changes for SYS_clock_gettime64 ...
2020-11-16 Jonathan Wakelylibstdc++: Fix error shown during Solaris build
2020-11-13 Jonathan Wakelylibstdc++: Use custom timespec in system calls [PR...
2020-11-13 Jonathan Wakelylibstdc++: Remove redundant overflow check for futex...
2020-11-13 Jonathan Wakelylibstdc++: Avoid more 32-bit time_t overflows in futex...
2020-11-13 Jonathan Wakelylibstdc++: Avoid 32-bit time_t overflows in futex calls
2020-11-12 Jonathan Wakelylibstdc++: Optimise std::future::wait_for and fix futex...
2020-11-10 Jonathan Wakelylibstdc++: Add remaining C++20 additions to <sstream...
2020-11-05 Jonathan Wakelylibstdc++: Use non-throwing increment in recursive_dire...
2020-11-05 Jonathan Wakelylibstdc++: Export basic_stringbuf constructor [PR 97729]
2020-11-05 Jonathan Wakelylibstdc++: Fix new <sstream> constructors
2020-11-03 Jonathan Wakelylibstdc++: Refactor std::call_once internals
2020-11-03 Jonathan Wakelylibstdc++: Rewrite std::call_once to use futexes [PR...
2020-11-03 Jonathan Yonglibstdc++: use lt_host_flags for libstdc++.la
2020-10-31 François Dumontlibstdc++: Fix gnu-version-namespace buid
2020-10-31 Jonathan Wakelylibstdc++: Use double for unordered container load...
2020-10-28 Thomas Rodgerslibstdc++: Implement C++20 features for <sstream>
2020-10-27 Jonathan Wakelylibstdc++: Fix directory_iterator exception specification
2020-10-05 Jonathan Wakelylibstdc++: Reduce uses of std::numeric_limits
2020-10-05 Jonathan Wakelylibstdc++: Make allocators throw bad_array_new_length...
2020-09-22 Jonathan Wakelylibstdc++: Fix out-of-bounds string_view access in...
2020-09-11 Mike Crowelibstdc++: Support futex waiting on chrono::steady_cloc...
2020-09-11 Mike Crowelibstdc++: Use FUTEX_CLOCK_REALTIME for futex wait
2020-09-10 Jonathan Wakelylibstdc++: handle small max_blocks_per_chunk in pool...
2020-09-10 Jonathan Wakelylibstdc++: Reduce monotonic_buffer_resource overallocat...
2020-08-11 Jonathan Wakelylibstdc++: Make std::this_thread functions work without...
2020-08-10 Jonathan Wakelylibstdc++: Fix build for targets without lstat [PR...
2020-08-10 Jonathan Wakelylibstdc++: Use _wstat64 for Windows [PR 95749]
2020-08-06 Jonathan Wakelylibstdc++: Do not set eofbit eagerly in operator>>...
2020-08-06 Jonathan Wakelylibstdc++: Fix unnecessary allocations in read_symlink...
2020-08-05 Jonathan Wakelylibstdc++: Replace operator>>(istream&, char*) [LWG...
2020-07-31 Jonathan Wakelylibstdc++: Fix use of newlocale in std:::from_chars
2020-07-30 Jonathan Wakelylibstdc++: Check _GLIBCXX_USE_C99_STDLIB for strtof...
2020-07-27 Jonathan Wakelylibstdc++: Make std::from_chars always round to nearest
2020-07-20 Jonathan Wakelylibstdc++: Add std::from_chars for floating-point types
2020-07-13 Jonathan Wakelylibstdc++: Fix istream::ignore exit conditions (PR...
2020-06-23 Jonathan Wakelylibstdc++: Regenerate makefiles
2020-06-11 Jonathan Wakelylibstdc++: Fix istream::ignore discarding too many...
2020-05-23 Jonathan Wakelylibstdc++: Refactor filesystem::path string conversions
2020-05-19 Jonathan Wakelylibstdc++: Use RDRAND as fallback if RDSEED keeps faili...
2020-05-11 François DumontRevert "libstdc++ Enhance thread safety of debug mode...
2020-05-10 François Dumontlibstdc++ Enhance thread safety of debug mode iterators
2020-05-04 Jonathan Wakelylibstdc++: Fix incorrect size calculation in PMR resour...
2020-05-04 Jonathan Wakelylibstdc++: Make pmr::synchronized_pool_resource work...
2020-03-09 Jonathan Wakelylibstdc++: Handle type-changing path concatenations...
2020-03-06 Andreas Krebbellibstdc++: Deal with ENOSYS == ENOTSUP
2020-02-17 Jonathan Wakelylibstdc++ P1956R1 On the names of low-level bit manipul...
2020-01-24 Maciej W. RozyckiAdd `--with-toolexeclibdir=' configuration option
2020-01-09 Jonathan Wakelylibstdc++: Define memory resource key functions non...
2020-01-08 Jonathan Wakelylibstdc++: Fix error handling in filesystem::remove_all...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-12 François Dumontlibstdc++: Qualify isdigit call to fix versioned namesp...
2019-12-09 Jonathan Wakelylibstdc++: fix buffer overflow in path::operator+=...
2019-11-15 Jonathan Wakelylibstdc++: Implement LWG 3070 in path::lexically_relative
2019-10-16 François Dumont[_GLIBCXX_DEBUG] Clarify constness and state <unknown...
2019-10-10 Jonathan WakelyPR libstdc++/91057 fix bootstrap failure on powerpc
2019-10-09 Jonathan WakelyPR libstdc++/91057 set locale::id::_M_index atomically
2019-10-09 Jonathan WakelyPR libstdc++/78552 only construct std::locale for C...
2019-10-04 Jonathan WakelyBuild filesystem library with large file support
2019-09-27 Jonathan WakelyPR libstdc++/91910 fix data race in Debug Mode destructors
2019-09-02 Jonathan WakelyUse __constinit keyword in libstdc++ sources
2019-08-23 Joseph MyersFix libstdc++ lstat missing return type for Windows...
2019-08-12 Jonathan WakelyPR libstdc++/90361 add missing macro definition
2019-06-27 Jonathan WakelyPR libstdc++/91012 fixfilesystem_error::what() string
2019-06-17 Jonathan WakelyPR libstdc++/90281 Fix string conversions for filesyste...
2019-06-07 Jonathan WakelyPR libstdc++/90770 fix missing src/debug/Makefile
2019-05-31 Jonathan WakelyFix breakage due to removing __gnu_cxx::size_t declaration
2019-05-31 Jonathan WakelyFix random_device to work with COW strings again
next