aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/28_regex/algorithms
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek46-46/+46
2024-01-03Update copyright years.Jakub Jelinek46-46/+46
2023-01-16Update copyright years.Jakub Jelinek46-46/+46
2022-10-28libstdc++: Fix allocator propagation in regex algorithms [PR107376]Jonathan Wakely1-0/+76
2022-01-10libstdc++: Add dg-timeout-factor to some more regex testsJonathan Wakely1-0/+1
2022-01-03Update copyright years.Jakub Jelinek46-46/+46
2021-12-14libstdc++: Fix handling of invalid ranges in std::regex [PR102447]Jonathan Wakely1-1/+61
2021-12-13libstdc++: Fix std::regex_replace for strings with embedded null [PR103664]Jonathan Wakely1-0/+11
2021-10-09libstdc++: Add missing _GLIBCXX_USE_WCHAR_T checks in testsuiteJonathan Wakely1-0/+2
2021-09-29libstdc++: Implement std::regex_constants::multiline (LWG 2503)Jonathan Wakely1-0/+74
2021-01-04Update copyright years.Jakub Jelinek46-46/+46
2020-11-30libstdc++: Set dg-timeout-factor for more slow testsJonathan Wakely35-0/+35
2020-11-26libstdc++: Set dg-timeout-factor for some slow testsJonathan Wakely11-1/+12
2020-01-01Update copyright years.Jakub Jelinek46-46/+46
2019-01-01Update copyright years.Jakub Jelinek46-46/+46
2018-01-14re PR libstdc++/83601 (std::regex_replace C++14 conformance issue: escaping i...Tim Shen2-0/+70
2018-01-03Update copyright years.Jakub Jelinek44-44/+44
2017-01-01Update copyright years.Jakub Jelinek44-44/+44
2016-10-13container_access.cc: Remove 'test' variables.Paolo Carlini38-206/+120
2016-08-26Use effective-target instead of -std optionsJonathan Wakely44-48/+44
2016-01-04Update copyright years.Jakub Jelinek44-44/+44
2015-12-15re PR libstdc++/68863 (Regular expressions: Backreferences don't work in nega...Tim Shen1-0/+43
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-01-05Update copyright years.Jakub Jelinek43-43/+43
2014-12-10Implement LWG DR 2329 and DR 2332.Jonathan Wakely2-0/+56
2014-11-25re PR libstdc++/63920 (Any regular expression should not match an empty seque...Tim Shen1-0/+2
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 Carlini2-2/+2
2014-10-1557899.cc: Prefer -std=gnu++11.Paolo Carlini10-10/+10
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
2014-04-27regex_automaton.h (_NFA<>::_M_insert_repeat): Add _S_opcode_repeat support to...Tim Shen1-0/+1
2014-02-26regex.tcc (match_results<>::format, [...]): Update __out after calling std::c...Tim Shen1-0/+49
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford36-36/+36
2013-10-26regex.h: Remove unnecessary friends.Tim Shen3-75/+53
2013-10-18regex_scanner.tcc: (_Scanner<>::_M_scan_normal...Tim Shen1-0/+50
2013-10-06regex.h: (regex_token_iterator<>::regex_token_iterator): Fix compile error.Tim Shen32-138/+235
2013-10-022013-10-02 Tim Shen <timshen91@gmail.com>Tim Shen1-0/+5
2013-10-01re PR libstdc++/58576 (std::regex_match() reports mismatched braces on a vali...Tim Shen1-0/+98
2013-09-26regex_error.h: Remove _S_error_last to follow the standard.Tim Shen2-7/+5
2013-09-24Makefile.am: Add regex.tcc.Tim Shen2-1/+53
2013-09-18regex.h: Add friend classes.Tim Shen2-3/+88
2013-09-14regex.h (regex_match<>, [...]): Change regex_executor caller.Tim Shen3-1/+152
2013-09-05regex_automaton.h: Add dummy node type.Tim Shen7-59/+183
2013-09-02regex_automaton.h: Rearrange _NFA's layout.Tim Shen7-5/+151
2013-08-29regex.h (basic_regex<>::assign): Don't lose _M_traits.Tim Shen1-0/+48