aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config/abi/pre/gnu.ver
AgeCommit message (Expand)AuthorFilesLines
2022-11-07libstdc++: Add _Float128 to_chars/from_chars support for x86, ia64 and ppc64l...Jakub Jelinek1-0/+4
2022-11-01libstdc++: std::from_chars std::{,b}float16_t supportJakub Jelinek1-0/+2
2022-11-01libstdc++: std::to_chars std::{,b}float16_t supportJakub Jelinek1-0/+2
2022-09-12libstdc++: Outline the overlapping case of string _M_replace into a separate ...Jakub Jelinek1-1/+5
2022-03-16libstdc++: Fix symbol versioning for Solaris 11.3 [PR103407]Jonathan Wakely1-0/+7
2022-01-10libstdc++: Add %j, %U, %w, %W time_get support, fix %y, %Y, %C, %p [PR77760]Jakub Jelinek1-2/+10
2022-01-05libstdc++: Implement P1328 "Making std::type_info::operator== constexpr"Jonathan Wakely1-0/+3
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-10libstdc++: Add std::time_get %r support [PR71367]Jakub Jelinek1-1/+14
2021-12-09libstdc++: Allow std::condition_variable waits to be cancelled [PR103382]Jonathan Wakely1-1/+11
2021-11-12libstdc++: Print assertion messages to stderr [PR59675]Jonathan Wakely1-0/+6
2021-03-16libstdc++: Remove symbols for new std::call_once implementation [PR 99341]Jonathan Wakely1-5/+0
2021-02-24libstdc++: Define std::to_chars overloads for __ieee128 [PR 98389]Jonathan Wakely1-3/+3
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-17libstdc++: Add floating-point std::to_chars implementationPatrick Palka1-0/+7
2020-12-16libstdc++: Add C++ runtime support for new 128-bit long double formatJonathan Wakely1-2/+2
2020-11-10libstdc++: Add remaining C++20 additions to <sstream> [P0408R7]Jonathan Wakely1-3/+18
2020-11-06libstdc++: Fix symbol version conflict in linker scriptJonathan Wakely1-1/+2
2020-11-05libstdc++: Export basic_stringbuf constructor [PR 97729]Jonathan Wakely1-0/+1
2020-11-03libstdc++: Rewrite std::call_once to use futexes [PR 66146]Jonathan Wakely1-0/+5
2020-10-29libstdc++: Fix linker script to remove conflicting patternsJonathan Wakely1-3/+3
2020-10-28libstdc++: Fix linker scriptJonathan Wakely1-47/+11
2020-10-28libstdc++: Implement C++20 features for <sstream>Thomas Rodgers1-13/+95
2020-10-06libstdc++: Inline std::exception_ptr members [PR 90295]Jonathan Wakely1-0/+9
2020-10-05libstdc++: Make allocators throw bad_array_new_length on overflow [LWG 3190]Jonathan Wakely1-0/+3
2020-09-11libstdc++: Support futex waiting on chrono::steady_clock directlyMike Crowe1-4/+6
2020-08-07libstdc++: Fix linker script patterns for 32-bit targetsJonathan Wakely1-3/+3
2020-08-06libstdc++: Implement P0966 std::string::reserve should not shrinkAndrew Luo1-3/+14
2020-08-05libstdc++: Replace operator>>(istream&, char*) [LWG 2499]Jonathan Wakely1-0/+5
2020-07-20libstdc++: Add std::from_chars for floating-point typesJonathan Wakely1-0/+7
2020-01-09libstdc++: Define memory resource key functions non-inline (PR93208)Jonathan Wakely1-0/+6
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-02Remove greedy wildcards from libstdc++ linker scriptJonathan Wakely1-2/+1
2019-08-29PR libstdc++/91067 add more missing exports for directory iteratorsJonathan Wakely1-2/+14
2019-07-03PR libstdc++/91067 fix missing exports for filesystem iteratorsJonathan Wakely1-0/+16
2019-04-30gnu.ver (GLIBCXX_3.4.26): Change _Lock_policyE2 exports to _Lock_policyE[012].Jakub Jelinek1-11/+11
2019-04-26Reduce code instantiated by filesystem::path::_S_convert_locJonathan Wakely1-1/+2
2019-04-05PR libstdc++/89986 export directory_iterator::incrementJonathan Wakely1-4/+6
2019-04-05Share all recursive_directory_iterator state [LWG 2708]Jonathan Wakely1-0/+6
2019-02-19P0482R5 char8_t: Standard library supportTom Honermann1-0/+20
2019-01-29Add missing exports for symbols used by directory iteratorsJonathan Wakely1-0/+6
2019-01-18PR libstdc++/88782 avoid ODR problems in std::make_sharedJonathan Wakely1-0/+3
2019-01-16Fix failing filesystem tests on mingw targetsJonathan Wakely1-6/+16
2019-01-11PR libstdc++/88125 remove duplicate entry in linker scriptJonathan Wakely1-4/+0
2019-01-11Fix incorrect linker script patternsJonathan Wakely1-2/+4
2019-01-10Implement LWG 2221: formatted output operator for nullptrVille Voutilainen1-2/+6
2019-01-08Fix libstdc++.so link on Solaris with C++17 std::basic_string member functionsRainer Orth1-5/+5
2019-01-07Fix build for systems without POSIX truncateJonathan Wakely1-20/+24
2019-01-06PR libstdc++/86756 Move rest of std::filesystem to libstdc++.soJonathan Wakely1-0/+52
2019-01-06PR libstdc++/86756 add std::filesystem::path to libstdc++.soJonathan Wakely1-27/+95