This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r202958 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: timshen
Date: Thu Sep 26 21:48:04 2013
New Revision: 202958

URL: http://gcc.gnu.org/viewcvs?rev=202958&root=gcc&view=rev
Log:
2013-09-26  Tim Shen  <timshen91@gmail.com>

	* regex_error.h: Remove _S_error_last to follow the standard.
	* regex_scanner.tcc:
	(_Scanner<_FwdIter>::_M_scan_in_brace): Change error_brace to
	error_badbrace.
	(_Scanner<>::_M_eat_escape_posix): Extended doesn't support
	back-reference.
	* testsuite/28_regex/algorithms/regex_match/ecma/char/53622.cc:
	Move here from ../../extended.
	* testsuite/28_regex/algorithms/regex_match/ecma/char/57173.cc:
	Likewise.

Added:
    trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/53622.cc
    trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/57173.cc
Removed:
    trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/53622.cc
    trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/57173.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/regex_error.h
    trunk/libstdc++-v3/include/bits/regex_scanner.tcc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]