aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/22_locale
AgeCommit message (Expand)AuthorFilesLines
2024-11-27libstdc++: Fix unsigned wraparound in codecvt::do_length [PR105857]Jonathan Wakely1-0/+21
2024-11-14libstdc++: Make _GLIBCXX_NODISCARD work for C++11 and C++14Jonathan Wakely2-2/+2
2024-10-11libstdc++: Add missing whitespace in dg-do directivesJonathan Wakely2-2/+2
2024-10-02libstdc++: Populate std::time_get::get's %c format for C localeJonathan Wakely2-0/+74
2024-08-21libstdc++: Check ios::uppercase for ios::fixed floating-point output [PR114862]Jonathan Wakely1-0/+46
2024-06-27libstdc++: Fix std::codecvt<wchar_t, char, mbstate_t> for empty dest [PR37475]Jonathan Wakely4-0/+92
2024-06-21libstdc++: Add [[deprecated]] to std::wstring_convert and std::wbuffer_convertJonathan Wakely13-1/+14
2024-05-22libstdc++: Add [[nodiscard]] to some std::locale functionsJonathan Wakely4-4/+4
2024-05-22libstdc++: Fix effects of combining locales [PR108323]Jonathan Wakely1-0/+61
2024-01-17libstdc++: Implement C++26 std::text_encoding (P1885R12) [PR113318]Jonathan Wakely1-0/+36
2024-01-03Update copyright years.Jakub Jelinek620-620/+620
2023-10-21libstdc++: testsuite: Enhance codecvt_unicode with tests for length()Dimitrij Mijoski1-13/+110
2023-09-29libstdc++: Fix handling of surrogate CP in codecvt [PR108976]Dimitrij Mijoski5-440/+1484
2023-05-12libstdc++: Remove test dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely1-4/+0
2023-04-05Fix 22_locale/locale/cons/12658_thread-2.cc on hppa.John David Anglin1-0/+1
2023-01-18libstdc++: testsuite: Simplify codecvt_unicodeDimitrij Mijoski3-22/+17
2023-01-16Update copyright years.Jakub Jelinek616-616/+616
2023-01-13libstdc++: Fix Unicode codecvt and add tests [PR86419]Dimitrij Mijoski3-0/+1396
2022-11-11libstdc++: Avoid redundant checks in std::use_facet [PR103755]Jonathan Wakely1-2/+3
2022-05-05libstdc++: Fixes for tests that fail with -fno-rttiJonathan Wakely4-13/+10
2022-03-28libstdc++: Fix typos in comments in testsJonathan Wakely6-20/+20
2022-01-14libstdc++: Fix 22_locale/numpunct/members/char/3.cc execution testUros Bizjak1-3/+3
2022-01-10libstdc++: Add %j, %U, %w, %W time_get support, fix %y, %Y, %C, %p [PR77760]Jakub Jelinek8-10/+656
2022-01-03Update copyright years.Jakub Jelinek612-612/+612
2021-12-15libstdc++: Poor man's case insensitive comparisons in time_get [PR71557]Jakub Jelinek2-0/+192
2021-12-14libstdc++: Support old and new T_FMT for en_HK locale [PR103687]Jonathan Wakely3-10/+65
2021-12-10libstdc++: Add std::time_get %r support [PR71367]Jakub Jelinek2-0/+134
2021-12-10libstdc++: Some time_get fixes [PR78714]Jakub Jelinek8-8/+720
2021-10-09libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...Jonathan Wakely1-2/+0
2021-10-09libstdc++: Add missing _GLIBCXX_USE_WCHAR_T checks in testsuiteJonathan Wakely3-5/+25
2021-06-01libstdc++: Fix new test for C++98 mode [PR 89728]Jonathan Wakely1-2/+6
2021-05-17libstdc++: diagnose some misuses of [locale.convenience] functions [PR 89728]Antony Polukhin1-0/+73
2021-01-04Update copyright years.Jakub Jelinek605-605/+605
2020-12-15libstdc++: Fix required locales of a testcaseMarius Hillenbrand1-1/+3
2020-10-29libstdc++: Avoid warnings in testsJonathan Wakely1-0/+12
2020-01-01Update copyright years.Jakub Jelinek605-605/+605
2019-02-22P0482R5 char8_t: Updates to existing standard library testsTom Honermann1-0/+8
2019-02-19Adjust C++11/C++14 tests to work with -fchar8_tJonathan Wakely7-22/+30
2019-02-19P0482R5 char8_t: New standard library testsTom Honermann3-0/+275
2019-01-03PR libstdc++/88681 export missing symbolsJonathan Wakely3-0/+150
2019-01-01Update copyright years.Jakub Jelinek599-599/+599
2018-10-15Adjust test to pass with latest glibcJonathan Wakely1-2/+4
2018-08-29PR libstdc++/31413 fix test failure on Debian systemsJonathan Wakely1-1/+23
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely6-6/+0
2018-06-14P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely2-0/+11
2018-05-19Fix std::codecvt_utf8<wchar_t> for MingwJonathan Wakely2-3/+54
2018-01-03Update copyright years.Jakub Jelinek598-598/+598
2017-11-20streambuf_iterator.h (istreambuf_iterator<>): Declare std::advance for istrea...François Dumont2-12/+10
2017-11-14Fix typo in std::wbuffer_convertJonathan Wakely1-0/+58
2017-10-24libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include.François Dumont1-0/+1