aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
2024-09-22libstdc++: Silence -Woverloaded-virtual warning in cxx11-ios_failure.ccJonathan Wakely1-0/+2
2024-09-10libstdc++: Only use std::ios_base_library_init() for ELF [PR116159]Jonathan Wakely1-1/+1
2024-09-03libstdc++: Fix error handling in fs::hard_link_count for WindowsJonathan Wakely1-26/+33
2024-08-23libstdc++: Use noexcept insted of throw() in src/c++11/debug.ccJonathan Wakely1-16/+16
2024-08-21libstdc++: Check ios::uppercase for ios::fixed floating-point output [PR114862]Jonathan Wakely1-5/+8
2024-07-31libstdc++: Fix src/c++20/format.cc for non-gthreads targetsJonathan Wakely1-4/+13
2024-07-31libstdc++: Handle strerror returning nullJonathan Wakely1-1/+5
2024-07-31libstdc++: Handle encodings in localized chrono formatting [PR109162]Jonathan Wakely3-3/+228
2024-07-30libstdc++: Fix name of source file in commentJonathan Wakely1-1/+1
2024-07-30libstdc++: Fix overwriting files with fs::copy_file on WindowsJonathan Wakely3-33/+68
2024-07-30libstdc++: Fix fs::hard_link_count behaviour on MinGW [PR113663]Lennox Shou Hao Ho1-22/+37
2024-07-23libstdc++: Use [[maybe_unused]] attribute in src/c++23/print.ccJonathan Wakely1-2/+2
2024-07-23libstdc++: Do not use isatty on avr [PR115482]Detlef Vollmann1-2/+2
2024-07-10libstdc++: Minor optimization for std::locale::encoding()Jonathan Wakely1-3/+13
2024-06-28libstdc++: Define __glibcxx_assert_fail for non-verbose build [PR115585]Jonathan Wakely1-1/+9
2024-06-26libstdc++: Fix std::chrono::tzdb to work with vanguard formatJonathan Wakely1-102/+163
2024-05-29libstdc++: Build libbacktrace and 19_diagnostics/stacktrace with -funwind-tab...Rainer Orth2-2/+2
2024-05-22libstdc++: Fix effects of combining locales [PR108323]Jonathan Wakely2-2/+4
2024-05-14libstdc++: Guard dynamic_cast use in src/c++23/print.cc [PR115015]Jonathan Wakely1-1/+1
2024-05-07build: Derive object names in make_sunver.plRainer Orth2-6/+2
2024-04-19libstdc++: Support link chains in std::chrono::tzdb::locate_zone [PR114770]Jonathan Wakely1-4/+53
2024-04-18[libstdc++] define zoneinfo_dir_override on vxworksAlexandre Oliva1-2/+3
2024-04-15libstdc++: Fix infinite loop in std::istream::ignore(n, delim) [PR93672]Jonathan Wakely1-2/+11
2024-04-10libstdc++: Handle EMLINK and EFTYPE in std::filesystem::remove_allJonathan Wakely1-2/+14
2024-03-07libstdc++: Do not define lock-free atomic aliases if not fully lock-free [PR1...Jonathan Wakely1-1/+6
2024-02-15libstdc++: Update tzdata to 2024aJonathan Wakely2-1988/+1986
2024-02-04libstdc++: Fix libstdc++exp.a so it really does contain Filesystem TS symbolsJonathan Wakely4-9/+38
2024-01-31libstdc++: Enable std::text_encoding for darwin and FreeBSDJonathan Wakely1-0/+3
2024-01-17libstdc++: Implement C++26 std::text_encoding (P1885R12) [PR113318]Jonathan Wakely7-4/+957
2024-01-15libstdc++: Update tzdata to 2023dJonathan Wakely2-8/+19
2024-01-11libstdc++: [_GLIBCXX_DEBUG] Fix assignment of value-initialized iterator [PR1...François Dumont1-0/+8
2024-01-11libstdc++: Use using instead of typedef in opts-common.hKen Matsui1-2/+2
2024-01-11libstdc++: Fix error handling in filesystem::equivalent [PR113250]Ken Matsui2-2/+2
2024-01-08libstdc++: Add Unicode-aware width estimation for std::formatJonathan Wakely1-1/+1
2024-01-05libstdc++: Avoid overflow when appending to std::filesystem::pathJonathan Wakely1-11/+24
2024-01-05libstdc++: Remove unneeded double operation in src/c++17/fs_path.ccMartin Küttler1-2/+3
2024-01-05Update copyright years.Jakub Jelinek1-1/+1
2024-01-03Update copyright years.Jakub Jelinek138-138/+138
2023-12-16libstdc++: Fix bootstrap on AIX due to fileno macroJonathan Wakely1-1/+1
2023-12-15libstdc++: Fix std::print test case for WindowsJonathan Wakely1-1/+12
2023-12-14libstdc++: Implement C++23 <print> header [PR107760]Jonathan Wakely3-3/+363
2023-12-12libstdc++: Remove redundant -std flags from MakefileJonathan Wakely2-8/+8
2023-11-07libstdc++/112351 - deal with __gthread_once failure during locale initRichard Biener1-5/+8
2023-11-04libstdc++: Use strerror_r in std::generic_category()::message(int) [PR110133]Jonathan Wakely1-8/+70
2023-10-30libstdc++: [_GLIBCXX_INLINE_VERSION] Un-weak handle_contract_violationFrançois Dumont1-2/+3
2023-10-29libstdc++: [_GLIBCXX_INLINE_VERSION] Provide handle_contract_violation symbolFrançois Dumont1-0/+8
2023-10-25libstdc++: Build libstdc++_libbacktrace.a as PIC [PR111936]Jonathan Wakely2-5/+10
2023-10-22Config,Darwin: Allow for configuring Darwin to use embedded runpath.Iain Sandoe2-2/+10
2023-09-29libstdc++: Fix handling of surrogate CP in codecvt [PR108976]Dimitrij Mijoski1-9/+9
2023-09-15libstdc++: Implement C++26 native handles for file streams (P1759R6)Jonathan Wakely6-55/+67