gcc/libstdc++-v3
Jonathan Wakely bf6319b96a regex.h (sub_match::sub_match): Add.
2011-02-14  Jonathan Wakely  <jwakely.gcc@gmail.com>

	* include/bits/regex.h (sub_match::sub_match): Add.
	(match_results::ready): Add.
	(match_results::empty): Adjust.
	(match_results::length): Add missing dereference.
	(match_results::operator[],prefix,suffix): Add debug mode checks.
	(match_results::cend): Re-use end().
	(match_results::format): Adjust signatures.
	(operator==(match_results,match_results)): Implement.
	* include/bits/regex_compiler.h (_Scanner_base): Use constexpr.
	* include/bits/regex_constants.h (syntax_option_type): Likewise.
	* include/bits/regex_grep_matcher.h: Fix comment typo.
	(_Specialized_results::_Specialized_results): Simplify.
	* include/bits/regex_cursor.h: Fix comment typo.
	* include/bits/regex_nfa.h: Likewise.
	* testsuite/28_regex/basic_regex/ctors/basic/string_range_01_02_03.cc:
	Fix error code, remove xfail.
	* testsuite/28_regex/basic_regex/ctors/extended/
	string_range_01_02_03.cc: Likewise.

From-SVN: r170158
2011-02-14 23:35:22 +00:00
..
config gnu.ver: Fix. 2011-02-09 13:13:32 +00:00
doc status_cxx200x.xml: Update. 2011-02-10 00:54:53 +00:00
include regex.h (sub_match::sub_match): Add. 2011-02-14 23:35:22 +00:00
libsupc++ re PR libstdc++/43863 (Unused recursive_init_error class defined with -fno-exceptions) 2011-02-09 23:22:27 +00:00
po run_doxygen: Allow doxygen 1.7.1 again. 2010-12-31 22:20:22 +00:00
python Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
scripts run_doxygen: Allow doxygen 1.7.0 again. 2011-02-01 01:31:42 +00:00
src Makefile.am (sources): Add regex.cc. 2011-02-11 01:23:10 +00:00
testsuite regex.h (sub_match::sub_match): Add. 2011-02-14 23:35:22 +00:00
acinclude.m4
aclocal.m4 aclocal.m4: Regenerate. 2011-01-11 16:43:25 +00:00
ChangeLog regex.h (sub_match::sub_match): Add. 2011-02-14 23:35:22 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010 Rotate ChangeLogs. 2011-01-02 08:22:05 -08:00
config.h.in
configure Remove freebsd1 from libtool.m4 macros and config.rpath. 2011-02-13 11:45:53 +00:00
configure.ac re PR libstdc++/47145 (configure test for docbook-xsl-ns stylesheets uses hardcoded path) 2011-01-04 18:59:39 +01:00
configure.host
crossconfig.m4 crossconfig.m4 (GLIBCXX_CROSSCONFIG): Add *-rtems*. 2011-02-04 08:26:57 +01:00
fragment.am
linkage.m4
Makefile.am run_doxygen: Allow doxygen 1.7.1 again. 2010-12-31 22:20:22 +00:00
Makefile.in run_doxygen: Allow doxygen 1.7.1 again. 2010-12-31 22:20:22 +00:00
README

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.