r189039 - in /trunk/libstdc++-v3: ChangeLog inc...
bkoz@gcc.gnu.org
bkoz@gcc.gnu.org
Thu Jun 28 07:50:00 GMT 2012
Author: bkoz
Date: Thu Jun 28 07:50:34 2012
New Revision: 189039
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189039
Log:
2012-06-27 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/c++config: Remove __regex nested namespace.
* include/bits/regex_compiler.h: Change __regex to
__detail. Adjust doxygen markup, add regex-details group.
* include/bits/regex_constants.h: Same.
* include/bits/regex_cursor.h: Same.
* include/bits/regex_error.h: Same.
* include/bits/regex_grep_matcher.h: Same.
* include/bits/regex_grep_matcher.tcc: Same.
* include/bits/regex_nfa.h: Same.
* include/bits/regex_nfa.tcc: Same.
* include/bits/regex.h: Same. Remove static from global constants.
* testsuite/ext/profile/mutex_extensions_neg.cc: Adjust line numbers.
* include/bits/locale_classes.tcc: Add use_facet, has_facet to
locales group.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/bits/c++config
trunk/libstdc++-v3/include/bits/locale_classes.tcc
trunk/libstdc++-v3/include/bits/regex.h
trunk/libstdc++-v3/include/bits/regex_compiler.h
trunk/libstdc++-v3/include/bits/regex_constants.h
trunk/libstdc++-v3/include/bits/regex_cursor.h
trunk/libstdc++-v3/include/bits/regex_error.h
trunk/libstdc++-v3/include/bits/regex_grep_matcher.h
trunk/libstdc++-v3/include/bits/regex_grep_matcher.tcc
trunk/libstdc++-v3/include/bits/regex_nfa.h
trunk/libstdc++-v3/include/bits/regex_nfa.tcc
trunk/libstdc++-v3/testsuite/ext/profile/mutex_extensions_neg.cc
More information about the Libstdc++-cvs
mailing list