aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/28_regex/traits
AgeCommit message (Expand)AuthorFilesLines
2025-01-15libstdc++: Fix comments in test that reference wrong subclause of C++11Jonathan Wakely1-3/+3
2025-01-02Update copyright years.Jakub Jelinek23-23/+23
2024-07-31libstdc++: drop bogus 'dg_do run' directiveSam James1-1/+0
2024-01-03Update copyright years.Jakub Jelinek23-23/+23
2023-01-16Update copyright years.Jakub Jelinek23-23/+23
2022-01-03Update copyright years.Jakub Jelinek23-23/+23
2021-08-03libstdc++: Reduce header dependencies in <regex>Jonathan Wakely2-0/+2
2021-05-04ctype support for libstdc++ on VxWorksCorentin Gay2-0/+2
2021-01-04Update copyright years.Jakub Jelinek23-23/+23
2020-11-30libstdc++: Set dg-timeout-factor for more slow testsJonathan Wakely23-0/+23
2020-01-01Update copyright years.Jakub Jelinek23-23/+23
2019-01-01Update copyright years.Jakub Jelinek23-23/+23
2018-01-03Update copyright years.Jakub Jelinek23-23/+23
2017-01-01Update copyright years.Jakub Jelinek23-23/+23
2016-12-07Replace use of C++14 std::exchange in C++11 testcaseJonathan Wakely1-2/+4
2016-12-01re PR libstdc++/71500 (regex::icase only works on first character in a range)Tim Shen2-3/+137
2016-10-13container_access.cc: Remove 'test' variables.Paolo Carlini22-61/+36
2016-08-26Use effective-target instead of -std optionsJonathan Wakely22-43/+22
2016-01-04Update copyright years.Jakub Jelinek22-22/+22
2015-03-09re PR libstdc++/64467 (28_regex/traits/char/isctype.cc and wchar_t/isctype.cc)Jonathan Wakely1-11/+7
2015-02-13isctype.cc (test01): Fix mixed line-endings introduced in last change.Matthew Wahab1-8/+8
2015-02-12* testsuite/28_regex/traits/wchar_t/isctype.cc: Fix whitespace.Jason Merrill1-14/+15
2015-02-12isctype.cc (test01): Replace test for __NEWLIB__ macro with a dejagnu set macro.Matthew Wahab2-27/+28
2015-02-04[PATCH][libstdc++][Testsuite] isctype test fails for newlib.Matthew Wahab2-0/+12
2015-01-22re PR libstdc++/64649 (regex_traits::lookup_classname() only works with rando...Tim Shen1-0/+24
2015-01-19re PR libstdc++/64649 (regex_traits::lookup_classname() only works with rando...Tim Shen2-0/+34
2015-01-05Update copyright years.Jakub Jelinek22-22/+22
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini6-6/+6
2014-10-1557899.cc: Prefer -std=gnu++11.Paolo Carlini14-14/+14
2014-01-07regex_compiler.h (_AnyMatcher<>::_AnyMatcher(), [...]): Fix _AnyMatcher behav...Tim Shen2-0/+122
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford20-20/+20
2013-10-08* testsuite/*: Remove stray semi-colons after function definitions.Jonathan Wakely6-6/+6
2013-09-24Makefile.am: Add regex.tcc.Tim Shen2-13/+6
2013-09-11value.cc: Change template args from char to wchar_t, literals from 'x' to L'x'.Ed Smith-Rowland1-11/+11
2013-07-09Implement class regex_traits.Tim Shen8-10/+250
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford16-16/+16
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek16-16/+16
2011-02-11Makefile.am (sources): Add regex.cc.Benjamin Kosnik16-0/+794