r201825 - in /trunk/libstdc++-v3: ChangeLog inc...
timshen@gcc.gnu.org
timshen@gcc.gnu.org
Sun Aug 18 13:55:00 GMT 2013
Author: timshen
Date: Sun Aug 18 13:55:48 2013
New Revision: 201825
URL: http://gcc.gnu.org/viewcvs?rev=201825&root=gcc&view=rev
Log:
2013-08-18 Tim Shen <timshen91@gmail.com>
* include/bits/regex_automaton.h: _S_opcode_backref.
* include/bits/regex_automaton.tcc: Backref automaton support.
* include/bits/regex_compiler.tcc: Parsing support.
* include/bits/regex_executor.h: Add _M_traits for _DFSExecutor.
* include/bits/regex_executor.tcc: Add _S_opcode_backref support.
* testsuite/28_regex/algorithms/regex_match/ecma/string_backref.cc: New.
Added:
trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/
trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/string_backref.cc
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/bits/regex_automaton.h
trunk/libstdc++-v3/include/bits/regex_automaton.tcc
trunk/libstdc++-v3/include/bits/regex_compiler.tcc
trunk/libstdc++-v3/include/bits/regex_executor.h
trunk/libstdc++-v3/include/bits/regex_executor.tcc
More information about the Libstdc++-cvs
mailing list