aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/22_locale/locale
AgeCommit message (Expand)AuthorFilesLines
2024-08-01libstdc++: Add [[nodiscard]] to some std::locale functionsJonathan Wakely4-4/+4
2024-01-17libstdc++: Implement C++26 std::text_encoding (P1885R12) [PR113318]Jonathan Wakely1-0/+36
2024-01-03Update copyright years.Jakub Jelinek25-25/+25
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-16Update copyright years.Jakub Jelinek25-25/+25
2022-05-05libstdc++: Fixes for tests that fail with -fno-rttiJonathan Wakely1-13/+5
2022-01-03Update copyright years.Jakub Jelinek25-25/+25
2021-01-04Update copyright years.Jakub Jelinek25-25/+25
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 Jelinek25-25/+25
2019-02-22P0482R5 char8_t: Updates to existing standard library testsTom Honermann1-0/+8
2019-01-01Update copyright years.Jakub Jelinek25-25/+25
2018-01-03Update copyright years.Jakub Jelinek25-25/+25
2017-07-06Fix memory leaks in libstdc++ testsJonathan Wakely1-50/+5
2017-06-15Use pthread effective-target in testsuiteRainer Orth2-4/+6
2017-01-01Update copyright years.Jakub Jelinek25-25/+25
2016-12-07Replace dynamic exception specifications in testsuiteJonathan Wakely1-2/+2
2016-10-17isblank.cc: Remove 'test' variables.Paolo Carlini22-27/+1
2016-09-12[libstdc++-v3] Fix dg-require before dg-run directives in testsuite.Matthew Wahab1-1/+1
2016-08-26Use effective-target instead of -std optionsJonathan Wakely1-1/+1
2016-08-19Simplify dg-options for tests using pthreadsJonathan Wakely2-4/+2
2016-07-21Remove memory leaks in libstdc++ testsuiteJonathan Wakely1-2/+7
2016-01-04Update copyright years.Jakub Jelinek25-25/+25
2015-11-13Improve portability of named locale testsJohn Marino11-38/+38
2015-09-03libstdc++: Run tests on RTEMSSebastian Huber2-2/+2
2015-01-16acinclude.m4: Fix typo in comment.Jonathan Wakely1-0/+10
2015-01-05Update copyright years.Jakub Jelinek25-25/+25
2014-05-23re PR libstdc++/60793 (Add target *-*-dragonfly* to dg-options on 172 libstdc...Jonathan Wakely2-4/+4
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford25-25/+25
2013-06-10forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...Thomas Schwinge2-4/+4
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford25-29/+25
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth2-4/+4
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth2-6/+6
2012-03-09* config/locale/gnu/monetary_members.ccAndreas Schwab1-0/+4
2010-09-15[multiple changes]Paolo Carlini12-12/+18
2010-06-03testsuite_iterators.h: Don't include <cstddef>, don't use NULL, use std::size...Paolo Carlini1-3/+3
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini5-14/+15
2009-05-19re PR libstdc++/40184 (locale(const char* std_name) can create invalid facets...Paolo Carlini1-0/+60
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek24-120/+96
2008-12-05re PR libstdc++/38411 (Revision 142439 caused 22_locale/locale/cons/7.cc exec...Paolo Carlini1-9/+10
2008-12-04re PR libstdc++/38368 (locale(const char* std_name) may create locale with br...Paolo Carlini1-0/+54
2008-12-02re PR libstdc++/38365 (Locale, constructed from named and unnamed locales, be...Paolo Carlini1-0/+45
2007-07-16re PR bootstrap/3456 (bootstrapping gcc-3.0 with threadmodel=posix fails on I...Rainer Orth2-6/+6
2007-05-1111.cc: Include <cstring>.Paolo Carlini1-0/+1
2007-04-22locale_facets.tcc: Do not include <typeinfo>.Paolo Carlini2-1/+3
2007-03-029661-1.cc: Include <cstdlib>.Paolo Carlini2-1/+4
2007-01-29enc_filebuf.h: Resurrect, update.Benjamin Kosnik2-142/+81