aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/28_regex
AgeCommit message (Expand)AuthorFilesLines
2017-12-27PR libstdc++/83538 fix std::match_results<T>::reference (LWG 2306)Jonathan Wakely1-0/+7
2017-09-19PR libstdc++/71500 restore C++11 compatibility in <regex>Jonathan Wakely1-0/+27
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek1-1/+1
2017-09-11re PR libstdc++/71500 (regex::icase only works on first character in a range)Tim Shen1-0/+12
2017-06-07Add C++17 deduction guide for std::basic_regex (P0433R2, partial)Jonathan Wakely1-0/+61
2017-06-07PR libstdc++/81002 fix std::basic_regex range constructorJonathan Wakely1-0/+30
2017-01-01Update copyright years.Jakub Jelinek145-145/+145
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-11-09regex.h (regex_iterator::regex_iterator()): Define end() as _M_pregex == null...Tim Shen1-0/+22
2016-10-13container_access.cc: Remove 'test' variables.Paolo Carlini113-475/+248
2016-08-27re PR libstdc++/77356 (regex error for a ECMAScript syntax string)Tim Shen1-0/+23
2016-08-26Use effective-target instead of -std optionsJonathan Wakely142-210/+142
2016-08-01Remove unused headers and variables from libstdc++ testsJonathan Wakely2-5/+0
2016-07-31Enable std::regex test for C++11 or laterJonathan Wakely1-0/+1
2016-07-31Fix non-portable std::regex test and test more casesJonathan Wakely1-4/+13
2016-04-23re PR libstdc++/70745 (Wrong handling of regex_constant::match_not_eow and re...Tim Shen1-1/+15
2016-02-17re PR libstdc++/69794 (std::regex_search match failure with regex object with...Tim Shen1-0/+16
2016-01-04Update copyright years.Jakub Jelinek144-144/+144
2015-12-15re PR libstdc++/68863 (Regular expressions: Backreferences don't work in nega...Tim Shen1-0/+43
2015-08-28re PR libstdc++/67362 (std::regex("((.)", std::regex_constants::basic) throws)Tim Shen1-0/+42
2015-07-29re PR libstdc++/67015 ("^[a-z0-9][a-z0-9-]*$", std::regex::extended is miscom...Tim Shen1-0/+57
2015-04-28regex.tcc: Handle regex_constants::__polynomial.Tim Shen1-1/+3
2015-03-28re PR libstdc++/65420 (Enumerators in std::regex_constants should be constexp...Tim Shen1-0/+60
2015-03-10re PR libstdc++/64441 (A match_results returns an incorrect sub_match if the ...Tim Shen1-0/+81
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++/64680 (basic_regex::operator= does not reset flags)Tim Shen1-2/+11
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-19re PR libstdc++/64584 (basic_regex::assign breaks *this if it throws regex_er...Tim Shen2-1/+63
2015-01-09re PR libstdc++/64239 (regex_iterator::operator= should copy match_results::p...Tim Shen1-0/+43
2015-01-05Update copyright years.Jakub Jelinek138-138/+138
2014-12-17re PR libstdc++/64302 (The match_results::cbegin()/cend() return incorrect re...Tim Shen1-0/+49
2014-12-13re PR libstdc++/64239 (regex_iterator::operator= should copy match_results::p...Tim Shen1-0/+45
2014-12-10Implement LWG DR 2329 and DR 2332.Jonathan Wakely4-0/+124
2014-12-04re PR libstdc++/64140 (match_results.prefix() returns an incorrect result if ...Tim Shen1-0/+53
2014-11-25re PR libstdc++/63920 (Any regular expression should not match an empty seque...Tim Shen1-0/+2
2014-11-14regex.h: Support embedded zeros in sub_match comparisons (DR 2217)Daniel Kruegler1-0/+55
2014-11-13re PR libstdc++/63775 ([C++11] Regex range with leading dash (-) not working)Tim Shen1-0/+51
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini36-36/+36
2014-10-1557899.cc: Prefer -std=gnu++11.Paolo Carlini53-53/+53
2014-09-25re PR libstdc++/63199 (Inserting std::wregex to std::vector loses some std::w...Tim Shen1-0/+69
2014-07-15re PR libstdc++/61720 (std::regex_search matches incorrectly)Tim Shen1-0/+48
2014-07-01re PR testsuite/61061 (FAIL: g++.dg/inherit/covariant7.C)Tim Shen1-0/+48
2014-07-01re PR libstdc++/61424 (std::regex matches right to left, not leftmost longest)Tim Shen1-0/+52
2014-05-20re PR libstdc++/61227 ([C++11] Regex [\w] does not work)Tim Shen1-0/+10