From b9b3966fd2e77cbbcc1f913d3b2011ecc1263422 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Wed, 18 Dec 2013 17:25:26 +0000 Subject: [PATCH] Update history and version number, regenerate docs. --- doc/history.qbk | 6 +- .../boost_regex/background_information.html | 6 +- .../acknowledgements.html | 4 +- .../background_information/examples.html | 4 +- .../background_information/faq.html | 4 +- .../background_information/futher.html | 4 +- .../background_information/headers.html | 4 +- .../background_information/history.html | 14 +- .../background_information/locale.html | 4 +- .../background_information/performance.html | 4 +- .../background_information/redist.html | 4 +- .../background_information/standards.html | 4 +- .../background_information/thread_safety.html | 4 +- doc/html/boost_regex/captures.html | 6 +- doc/html/boost_regex/configuration.html | 8 +- .../boost_regex/configuration/algorithm.html | 4 +- .../boost_regex/configuration/compiler.html | 4 +- .../boost_regex/configuration/linkage.html | 4 +- .../boost_regex/configuration/locale.html | 4 +- .../boost_regex/configuration/tuning.html | 4 +- doc/html/boost_regex/format.html | 6 +- .../format/boost_format_syntax.html | 4 +- doc/html/boost_regex/format/perl_format.html | 4 +- doc/html/boost_regex/format/sed_format.html | 4 +- doc/html/boost_regex/install.html | 6 +- .../introduction_and_overview.html | 6 +- doc/html/boost_regex/partial_matches.html | 6 +- doc/html/boost_regex/ref.html | 6 +- doc/html/boost_regex/ref/bad_expression.html | 4 +- doc/html/boost_regex/ref/basic_regex.html | 4 +- doc/html/boost_regex/ref/concepts.html | 4 +- .../ref/concepts/charT_concept.html | 4 +- .../ref/concepts/iterator_concepts.html | 4 +- .../ref/concepts/traits_concept.html | 4 +- .../ref/deprecated_interfaces.html | 4 +- .../ref/deprecated_interfaces/old_regex.html | 4 +- .../deprecated_interfaces/regex_format.html | 4 +- .../ref/deprecated_interfaces/regex_grep.html | 4 +- .../deprecated_interfaces/regex_split.html | 4 +- doc/html/boost_regex/ref/error_type.html | 4 +- .../boost_regex/ref/internal_details.html | 4 +- .../ref/internal_details/uni_iter.html | 4 +- doc/html/boost_regex/ref/match_flag_type.html | 4 +- doc/html/boost_regex/ref/match_results.html | 4 +- doc/html/boost_regex/ref/non_std_strings.html | 4 +- .../boost_regex/ref/non_std_strings/icu.html | 4 +- .../ref/non_std_strings/icu/intro.html | 4 +- .../ref/non_std_strings/icu/unicode_algo.html | 4 +- .../ref/non_std_strings/icu/unicode_iter.html | 4 +- .../non_std_strings/icu/unicode_types.html | 4 +- .../ref/non_std_strings/mfc_strings.html | 4 +- .../non_std_strings/mfc_strings/mfc_algo.html | 4 +- .../mfc_strings/mfc_intro.html | 4 +- .../non_std_strings/mfc_strings/mfc_iter.html | 4 +- .../mfc_strings/mfc_regex_create.html | 4 +- .../mfc_strings/mfc_regex_types.html | 4 +- doc/html/boost_regex/ref/posix.html | 4 +- doc/html/boost_regex/ref/regex_iterator.html | 4 +- doc/html/boost_regex/ref/regex_match.html | 4 +- doc/html/boost_regex/ref/regex_replace.html | 4 +- doc/html/boost_regex/ref/regex_search.html | 4 +- .../boost_regex/ref/regex_token_iterator.html | 4 +- doc/html/boost_regex/ref/regex_traits.html | 4 +- doc/html/boost_regex/ref/sub_match.html | 4 +- .../boost_regex/ref/syntax_option_type.html | 4 +- .../syntax_option_type_basic.html | 4 +- .../syntax_option_type_extended.html | 4 +- .../syntax_option_type_literal.html | 4 +- .../syntax_option_type_overview.html | 4 +- .../syntax_option_type_perl.html | 4 +- .../syntax_option_type_synopsis.html | 4 +- doc/html/boost_regex/syntax.html | 6 +- .../boost_regex/syntax/basic_extended.html | 4 +- doc/html/boost_regex/syntax/basic_syntax.html | 4 +- .../boost_regex/syntax/character_classes.html | 4 +- .../optional_char_class_names.html | 4 +- .../character_classes/std_char_classes.html | 396 ++++++++++++++++++ .../boost_regex/syntax/collating_names.html | 4 +- .../syntax/collating_names/digraphs.html | 4 +- .../syntax/collating_names/named_unicode.html | 4 +- .../collating_names/posix_symbolic_names.html | 4 +- .../syntax/leftmost_longest_rule.html | 4 +- doc/html/boost_regex/syntax/perl_syntax.html | 4 +- doc/html/boost_regex/unicode.html | 6 +- doc/html/index.html | 10 +- doc/regex.qbk | 3 +- 86 files changed, 592 insertions(+), 183 deletions(-) create mode 100644 doc/html/boost_regex/syntax/character_classes/std_char_classes.html diff --git a/doc/history.qbk b/doc/history.qbk index e4d819a7..9f507954 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -15,12 +15,16 @@ Currently open issues can be viewed [@https://svn.boost.org/trac/boost/query?sta All issues including closed ones can be viewed [@https://svn.boost.org/trac/boost/query?status=assigned&status=closed&status=new&status=reopened&component=regex&order=priority&col=id&col=summary&col=status&col=type&col=milestone&col=component here]. -[h4 Post 1.55] +[h4 Boost.Regex-5.0.0] +* Moved to library-specific version number post the move to Git. And since we have one (minor) breaking change +this gets bumped up from v4 to v5. * [*Breaking change:] corrected behavior of `basic_regex<>::mark_count()` to match existing documentation, `basic_regex<>::subexpression(n)` changed to match, see [@https://svn.boost.org/trac/boost/ticket/9227 #9227] * Fixed issue [@https://svn.boost.org/trac/boost/ticket/8903 #8903]. * Fixed documentation typos from [@https://svn.boost.org/trac/boost/ticket/9283 #9283]. +* Fixed bug in collation code that failed if the locale generated collation strings with embedded nul's, +see [@https://svn.boost.org/trac/boost/ticket/9451 #9451]. [h4 Boost-1.54] diff --git a/doc/html/boost_regex/background_information.html b/doc/html/boost_regex/background_information.html index c8a3dbfc..437b7faf 100644 --- a/doc/html/boost_regex/background_information.html +++ b/doc/html/boost_regex/background_information.html @@ -4,8 +4,8 @@ Background Information - - + + @@ -46,7 +46,7 @@ -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-