gcc/libstdc++-v3/testsuite/28_regex
Tim Shen 4dae67e090 re PR libstdc++/61227 ([C++11] Regex [\w] does not work)
2014-05-20  Tim Shen  <timshen91@gmail.com>

	PR libstdc++/61227
	* include/bits/regex_compiler.h
	(_BracketMatcher<>::_M_add_character_class): Add negative character
	class support.
	* include/bits/regex_compiler.tcc (_BracketMatcher<>::_M_apply):
	Likewise.
	* testsuite/28_regex/algorithms/regex_match/ecma/char/quoted_char.cc:
	Add more testcases.

From-SVN: r210630
2014-05-20 04:31:54 +00:00
..
algorithms re PR libstdc++/61227 ([C++11] Regex [\w] does not work) 2014-05-20 04:31:54 +00:00
basic_regex regex_automaton.tcc (_StateSeq<>::_M_clone()): Do _M_alt before _M_next. 2014-04-24 18:29:21 +00:00
constants regex.tcc: Remove incorrect nosubs handling. 2014-01-21 19:54:03 +00:00
headers/regex Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
iterators Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
match_results regex.tcc (match_results<>::format, [...]): Update __out after calling std::copy. 2014-02-26 19:45:15 +00:00
regex_error gnu.ver (GLIBCXX_3.4.20): Correct regex_error export. 2014-05-09 20:39:14 +01:00
requirements Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
sub_match Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
traits regex_compiler.h (_AnyMatcher<>::_AnyMatcher(), [...]): Fix _AnyMatcher behavior of POSIX style and move _M_flags to template parameter... 2014-01-07 19:17:50 +00:00
init-list.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
range_access.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00