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

timshen@gcc.gnu.org timshen@gcc.gnu.org
Tue Aug 27 02:49:00 GMT 2013


Author: timshen
Date: Tue Aug 27 02:49:22 2013
New Revision: 202015

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

	* include/Makefile.am: Add regex_scanner.{h,tcc}.
	* include/Makefile.in: Regenerate.
	* include/bits/regex.h (match_search): Handle the `__first == __last`
	  situation correctly.
	* include/bits/regex_compiler.h: Move _Scanner...
	* include/bits/regex_scanner.h: ...to here. New.
	* include/bits/regex_compiler.tcc: Move _Scanner...
	* include/bits/regex_scanner.tcc: ...to here, too. New.
	* include/bits/regex_executor.tcc: Use value instead of reference for
	  submatch.
	* include/std/regex: Add regex_scanner.h
	* testsuite/28_regex/algorithms/regex_match/awk/cstring_01.cc: New.
	* testsuite/28_regex/algorithms/regex_match/basic/empty_range.cc: New.
	* testsuite/28_regex/algorithms/regex_match/ecma/cstring_hex.cc: New.
	* testsuite/28_regex/algorithms/regex_match/ecma/empty_range.cc: New.
	* testsuite/28_regex/algorithms/regex_search/ecma/string_01.cc: New.

Added:
    trunk/libstdc++-v3/include/bits/regex_scanner.h
    trunk/libstdc++-v3/include/bits/regex_scanner.tcc
    trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/awk/
    trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/awk/cstring_01.cc
    trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/empty_range.cc
    trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/cstring_hex.cc
    trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/empty_range.cc
    trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/
    trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/string_01.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/Makefile.am
    trunk/libstdc++-v3/include/Makefile.in
    trunk/libstdc++-v3/include/bits/regex.h
    trunk/libstdc++-v3/include/bits/regex_compiler.h
    trunk/libstdc++-v3/include/bits/regex_compiler.tcc
    trunk/libstdc++-v3/include/bits/regex_executor.tcc
    trunk/libstdc++-v3/include/std/regex



More information about the Libstdc++-cvs mailing list