aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/c++98
AgeCommit message (Expand)AuthorFilesLines
2024-05-22libstdc++: Fix effects of combining locales [PR108323]Jonathan Wakely1-1/+1
2024-04-15libstdc++: Fix infinite loop in std::istream::ignore(n, delim) [PR93672]Jonathan Wakely1-2/+11
2024-01-03Update copyright years.Jakub Jelinek39-39/+39
2023-11-07libstdc++/112351 - deal with __gthread_once failure during locale initRichard Biener1-5/+8
2023-09-15libstdc++: Implement C++26 native handles for file streams (P1759R6)Jonathan Wakely4-1045/+16
2023-08-17libstdc++: Micro-optimize construction of named std::localeJonathan Wakely1-16/+23
2023-06-30libstdc++: Fix iostream init for Clang on darwin [PR110432]Jonathan Wakely1-1/+1
2023-05-02ibstdc++: Shut up -Wattribute-alias warning [PR109694]Jakub Jelinek1-0/+2
2023-04-28libstdc++: Another attempt to ensure g++ 13+ compiled programs enforce gcc 13...Jakub Jelinek1-0/+5
2023-04-19Revert "libstdc++: Export global iostreams with GLIBCXX_3.4.31 symver [PR1089...Jonathan Wakely3-31/+18
2023-04-18libstdc++: Export global iostreams with GLIBCXX_3.4.31 symver [PR108969]Jonathan Wakely3-18/+31
2023-02-06libstdc++: Enable building libstdc++.{a,so} when !HOSTEDArsen Arsenović2-2/+8
2023-01-16Update copyright years.Jakub Jelinek41-41/+41
2022-11-16libstdc++: Fix stream initialization with static library [PR107701]Patrick Palka3-2/+3
2022-11-11libstdc++: Avoid redundant checks in std::use_facet [PR103755]Jonathan Wakely1-0/+8
2022-11-06libstdc++: Move stream initialization into compiled library [PR44952]Patrick Palka2-0/+14
2022-10-29libstdc++: Don't use gstdint.h anymoreArsen Arsenović1-1/+0
2022-10-11libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]Jonathan Wakely1-0/+1
2022-01-17libstdc++: Define <stacktrace> header for C++23Jonathan Wakely1-0/+7
2022-01-10libstdc++: Add %j, %U, %w, %W time_get support, fix %y, %Y, %C, %p [PR77760]Jakub Jelinek1-0/+110
2022-01-10libstdc++: Fix and simplify freestanding configuration [PR103866]Jonathan Wakely1-0/+1
2022-01-03Update copyright years.Jakub Jelinek41-41/+41
2021-11-19libstdc++: Use __is_single_threaded in locale initializationJonathan Wakely1-2/+9
2021-10-01libstdc++: Allow stateful allocators in std::list::sort [PR 66742]Jonathan Wakely1-0/+2
2021-09-16libstdc++: Fix recipes for C++11-compiled files in src/c++98Jonathan Wakely2-4/+4
2021-08-12libstdc++: Add #error to some files that depend on a specific standard modeJonathan Wakely3-0/+12
2021-04-15libstdc++: Move atomic functions to libsupc++ [PR 96657]Jonathan Wakely2-12/+3
2021-01-04Update copyright years.Jakub Jelinek41-41/+41
2020-12-16libstdc++: Add C++ runtime support for new 128-bit long double formatJonathan Wakely3-5/+34
2020-11-27libstdc++: Partially revert r11-5314Jonathan Wakely2-2/+2
2020-11-24libstdc++: Use __libc_single_threaded for locale initializationJonathan Wakely2-3/+3
2020-08-06libstdc++: Do not set eofbit eagerly in operator>>(istream&, char(&)[N])Jonathan Wakely2-2/+3
2020-08-05libstdc++: Replace operator>>(istream&, char*) [LWG 2499]Jonathan Wakely1-7/+5
2020-07-13libstdc++: Fix istream::ignore exit conditions (PR 94749, PR 96161)Jonathan Wakely2-22/+66
2020-06-23libstdc++: Regenerate makefilesJonathan Wakely1-0/+1
2020-06-11libstdc++: Fix istream::ignore discarding too many chars (PR 94749)Jonathan Wakely1-8/+4
2020-01-24Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki1-0/+1
2020-01-01Update copyright years.Jakub Jelinek41-41/+41
2019-10-10PR libstdc++/91057 fix bootstrap failure on powerpcJonathan Wakely1-1/+2
2019-10-09PR libstdc++/91057 set locale::id::_M_index atomicallyJonathan Wakely1-18/+54
2019-10-09PR libstdc++/78552 only construct std::locale for C locale onceJonathan Wakely1-1/+2
2019-05-31Fix breakage due to removing __gnu_cxx::size_t declarationJonathan Wakely1-0/+2
2019-02-27PR libstdc++/89466 avoid slow xsltproc command in configureJonathan Wakely1-0/+1
2019-02-22re PR libstdc++/89402 (warning: ‘void _ZNKSt4hashIeEclEe()’ specifies les...Jakub Jelinek1-1/+1
2019-02-20re PR libstdc++/89402 (warning: ‘void _ZNKSt4hashIeEclEe()’ specifies les...Jakub Jelinek1-1/+1
2019-02-19P0482R5 char8_t: Standard library supportTom Honermann4-8/+34
2019-01-01Update copyright years.Jakub Jelinek41-41/+41
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers1-71/+154
2018-10-18PR libstdc++/87641 correctly initialize accumulator in valarray::sum()Jonathan Wakely1-6/+12
2018-10-03PR libstdc++/59439 optimize uses of classic ("C") std::localeJonathan Wakely2-9/+16