aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/22_locale
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-2722131.cc: Make test less istreambuf_iterator implementation dependent.François Dumont2-2/+2
2017-07-06Fix memory leaks in libstdc++ testsJonathan Wakely1-50/+5
2017-06-17Get rid of dg-skip-if etc. default argsRainer Orth9-9/+9
2017-06-16Fix std::wbuffer_convert::sync()Jonathan Wakely1-0/+39
2017-06-15Use pthread effective-target in testsuiteRainer Orth2-4/+6
2017-03-17Fix alignment bugs in std::codecvt_utf16Jonathan Wakely2-0/+316
2017-03-16PR libstdc++/80041 fix codecvt_utf16<wchar_t> to use UTF-16 not UTF-8Jonathan Wakely1-0/+87
2017-03-16Fix encoding() and max_length() values for codecvt facetsJonathan Wakely4-1/+239
2017-03-16PR libstdc++/79980 fix BOM detection, maxcode checks, UCS2 handlingJonathan Wakely2-0/+209