summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/28_regex/traits
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-1623-23/+23
* Update copyright years.Jakub Jelinek2022-01-0323-23/+23
* libstdc++: Reduce header dependencies in <regex>Jonathan Wakely2021-08-032-0/+2
* ctype support for libstdc++ on VxWorksCorentin Gay2021-05-042-0/+2
* Update copyright years.Jakub Jelinek2021-01-0423-23/+23
* libstdc++: Set dg-timeout-factor for more slow testsJonathan Wakely2020-11-3023-0/+23
* Update copyright years.Jakub Jelinek2020-01-0123-23/+23
* Update copyright years.Jakub Jelinek2019-01-0123-23/+23
* Update copyright years.Jakub Jelinek2018-01-0323-23/+23
* Update copyright years.Jakub Jelinek2017-01-0123-23/+23
* Replace use of C++14 std::exchange in C++11 testcaseJonathan Wakely2016-12-071-2/+4
* re PR libstdc++/71500 (regex::icase only works on first character in a range)Tim Shen2016-12-012-3/+137
* container_access.cc: Remove 'test' variables.Paolo Carlini2016-10-1322-61/+36
* Use effective-target instead of -std optionsJonathan Wakely2016-08-2622-43/+22
* Update copyright years.Jakub Jelinek2016-01-0422-22/+22
* re PR libstdc++/64467 (28_regex/traits/char/isctype.cc and wchar_t/isctype.cc)Jonathan Wakely2015-03-091-11/+7
* isctype.cc (test01): Fix mixed line-endings introduced in last change.Matthew Wahab2015-02-131-8/+8
* * testsuite/28_regex/traits/wchar_t/isctype.cc: Fix whitespace.Jason Merrill2015-02-121-14/+15
* isctype.cc (test01): Replace test for __NEWLIB__ macro with a dejagnu set macro.Matthew Wahab2015-02-122-27/+28
* [PATCH][libstdc++][Testsuite] isctype test fails for newlib.Matthew Wahab2015-02-042-0/+12
* re PR libstdc++/64649 (regex_traits::lookup_classname() only works with rando...Tim Shen2015-01-221-0/+24
* re PR libstdc++/64649 (regex_traits::lookup_classname() only works with rando...Tim Shen2015-01-192-0/+34
* Update copyright years.Jakub Jelinek2015-01-0522-22/+22
* libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2014-10-166-6/+6
* 57899.cc: Prefer -std=gnu++11.Paolo Carlini2014-10-1514-14/+14
* regex_compiler.h (_AnyMatcher<>::_AnyMatcher(), [...]): Fix _AnyMatcher behav...Tim Shen2014-01-072-0/+122
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-0220-20/+20
* * testsuite/*: Remove stray semi-colons after function definitions.Jonathan Wakely2013-10-086-6/+6
* Makefile.am: Add regex.tcc.Tim Shen2013-09-242-13/+6
* value.cc: Change template args from char to wchar_t, literals from 'x' to L'x'.Ed Smith-Rowland2013-09-111-11/+11
* Implement class regex_traits.Tim Shen2013-07-098-10/+250
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-0316-16/+16
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-0416-16/+16
* Makefile.am (sources): Add regex.cc.Benjamin Kosnik2011-02-1116-0/+794