aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/28_regex
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-09gnu.ver (GLIBCXX_3.4.20): Correct regex_error export.Jonathan Wakely1-0/+32
2014-04-27regex_automaton.h (_NFA<>::_M_insert_repeat): Add _S_opcode_repeat support to...Tim Shen1-0/+1
2014-04-24regex_automaton.tcc (_StateSeq<>::_M_clone()): Do _M_alt before _M_next.Tim Shen1-0/+4
2014-02-26regex.tcc (match_results<>::format, [...]): Update __out after calling std::c...Tim Shen2-0/+66
2014-01-21regex.tcc: Remove incorrect `nosubs` handling.Tim Shen1-1/+12
2014-01-19regex_compiler.h (_Comipler<>::_M_quantifier()): Fix parse error of multiple ...Tim Shen1-0/+33
2014-01-07regex_compiler.h (_AnyMatcher<>::_AnyMatcher(), [...]): Fix _AnyMatcher behav...Tim Shen2-0/+122
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford122-122/+122
2013-11-19gnu.ver (_ZNSt11regex_errorC*): Export regex_error constructors.Jonathan Wakely6-17/+12
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-08* testsuite/*: Remove stray semi-colons after function definitions.Jonathan Wakely32-37/+37
2013-10-06regex.h: (regex_token_iterator<>::regex_token_iterator): Fix compile error.Tim Shen33-140/+239
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-28regex_scanner.tcc (_Scanner<>::_M_eat_escape_posix): Let ordinary char escapi...Tim Shen1-2/+1
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 Shen5-14/+110
2013-09-18regex.h: Add friend classes.Tim Shen4-12/+101
2013-09-14regex.h (regex_match<>, [...]): Change regex_executor caller.Tim Shen3-1/+152
2013-09-11value.cc: Change template args from char to wchar_t, literals from 'x' to L'x'.Ed Smith-Rowland1-11/+11
2013-09-05regex_automaton.h: Add dummy node type.Tim Shen8-59/+242