summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-1616-16/+16
* Update copyright years.Jakub Jelinek2022-01-0316-16/+16
* Update copyright years.Jakub Jelinek2021-01-0416-16/+16
* libstdc++: Set dg-timeout-factor for more slow testsJonathan Wakely2020-11-3011-0/+11
* libstdc++: Set dg-timeout-factor for some slow testsJonathan Wakely2020-11-265-0/+5
* Update copyright years.Jakub Jelinek2020-01-0116-16/+16
* Update copyright years.Jakub Jelinek2019-01-0116-16/+16
* Update copyright years.Jakub Jelinek2018-01-0316-16/+16
* Update copyright years.Jakub Jelinek2017-01-0116-16/+16
* container_access.cc: Remove 'test' variables.Paolo Carlini2016-10-1315-30/+0
* Use effective-target instead of -std optionsJonathan Wakely2016-08-2616-16/+16
* Update copyright years.Jakub Jelinek2016-01-0416-16/+16
* re PR libstdc++/68863 (Regular expressions: Backreferences don't work in nega...Tim Shen2015-12-151-0/+43
* Update copyright years.Jakub Jelinek2015-01-0515-15/+15
* re PR libstdc++/63199 (Inserting std::wregex to std::vector loses some std::w...Tim Shen2014-09-251-0/+69
* re PR testsuite/61061 (FAIL: g++.dg/inherit/covariant7.C)Tim Shen2014-07-011-0/+48
* re PR libstdc++/61227 ([C++11] Regex [\w] does not work)Tim Shen2014-05-201-0/+10
* regex_automaton.h (_NFA<>::_M_insert_repeat): Add _S_opcode_repeat support to...Tim Shen2014-04-271-0/+1
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-0213-13/+13
* regex.h: Remove unnecessary friends.Tim Shen2013-10-261-0/+50
* regex_scanner.tcc: (_Scanner<>::_M_scan_normal...Tim Shen2013-10-181-0/+50
* regex.h: (regex_token_iterator<>::regex_token_iterator): Fix compile error.Tim Shen2013-10-0611-27/+53
* re PR libstdc++/58576 (std::regex_match() reports mismatched braces on a vali...Tim Shen2013-10-011-0/+98
* regex_error.h: Remove _S_error_last to follow the standard.Tim Shen2013-09-262-0/+126
* regex_automaton.h: Add dummy node type.Tim Shen2013-09-051-0/+52
* regex_automaton.h: Rearrange _NFA's layout.Tim Shen2013-09-027-5/+151
* Makefile.am: Add regex_scanner.{h,tcc}.Tim Shen2013-08-272-0/+101
* regex.h: Executor caller.Tim Shen2013-08-221-0/+58
* regex_automaton.h: _S_opcode_backref.Tim Shen2013-08-181-0/+78