From 3c8ecc2b35be228bc7e602b2530818802f1fa244 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sat, 14 Feb 2015 13:21:37 +0000 Subject: [PATCH] Update history. --- doc/history.qbk | 11 +++ .../boost_regex/background_information.html | 8 +-- .../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 | 71 ++++++++++++++----- .../background_information/locale.html | 6 +- .../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 | 10 +-- .../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 | 8 +-- .../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 | 8 +-- .../introduction_and_overview.html | 12 ++-- doc/html/boost_regex/partial_matches.html | 6 +- doc/html/boost_regex/ref.html | 8 +-- 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 | 6 +- .../ref/concepts/charT_concept.html | 4 +- .../ref/concepts/iterator_concepts.html | 4 +- .../ref/concepts/traits_concept.html | 4 +- .../ref/deprecated_interfaces.html | 6 +- .../ref/deprecated_interfaces/old_regex.html | 27 ++++--- .../deprecated_interfaces/regex_format.html | 4 +- .../ref/deprecated_interfaces/regex_grep.html | 4 +- .../deprecated_interfaces/regex_split.html | 6 +- doc/html/boost_regex/ref/error_type.html | 4 +- .../boost_regex/ref/internal_details.html | 6 +- .../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 | 8 +-- .../boost_regex/ref/non_std_strings/icu.html | 6 +- .../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 | 6 +- .../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 | 6 +- .../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 | 8 +-- .../boost_regex/syntax/basic_extended.html | 4 +- doc/html/boost_regex/syntax/basic_syntax.html | 6 +- .../boost_regex/syntax/character_classes.html | 6 +- .../optional_char_class_names.html | 4 +- .../character_classes/std_char_classes.html | 4 +- .../boost_regex/syntax/collating_names.html | 6 +- .../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 | 12 ++-- doc/regex.qbk | 2 +- 86 files changed, 278 insertions(+), 235 deletions(-) diff --git a/doc/history.qbk b/doc/history.qbk index aebaee81..402fa19f 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -15,6 +15,17 @@ 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 Boost.Regex-5.0.1 (Boost-1.58.0)] + +* Fixed some typos as in [@https://svn.boost.org/trac/boost/ticket/10682 #10682]. +* Merged [@https://github.com/boostorg/regex/pull/6 pull-request #6] for Coverity warnings. +* Merged [@https://github.com/boostorg/regex/pull/7 pull-request #7] for Coverity warnings. +* Merged [@https://github.com/boostorg/regex/pull/8 pull-request #8] for Coverity warnings. +* Merged [@https://github.com/boostorg/regex/pull/10 pull-request #10] to enable more build variants when linking to ICU. +* Fix issue with ICU and partial matches, see [@https://svn.boost.org/trac/boost/ticket/10114 #10114]. +* Removed delayload support for the ICU libraries: this doesn't work with the latest ICU releases (linker errors). + + [h4 Boost.Regex-5.0.0 (Boost-1.56.0)] * Moved to library-specific version number post the move to Git. And since we have one (minor) breaking change diff --git a/doc/html/boost_regex/background_information.html b/doc/html/boost_regex/background_information.html index 437b7faf..340d5438 100644 --- a/doc/html/boost_regex/background_information.html +++ b/doc/html/boost_regex/background_information.html @@ -3,9 +3,9 @@ Background Information - - - + + + @@ -26,7 +26,7 @@

Background Information

-
+
Headers
Localization
Thread diff --git a/doc/html/boost_regex/background_information/acknowledgements.html b/doc/html/boost_regex/background_information/acknowledgements.html index 4581915c..d8f77968 100644 --- a/doc/html/boost_regex/background_information/acknowledgements.html +++ b/doc/html/boost_regex/background_information/acknowledgements.html @@ -3,8 +3,8 @@ Acknowledgements - - + + diff --git a/doc/html/boost_regex/background_information/examples.html b/doc/html/boost_regex/background_information/examples.html index a35e9115..5427ba94 100644 --- a/doc/html/boost_regex/background_information/examples.html +++ b/doc/html/boost_regex/background_information/examples.html @@ -3,8 +3,8 @@ Test and Example Programs - - + + diff --git a/doc/html/boost_regex/background_information/faq.html b/doc/html/boost_regex/background_information/faq.html index 935b89a9..599ee187 100644 --- a/doc/html/boost_regex/background_information/faq.html +++ b/doc/html/boost_regex/background_information/faq.html @@ -3,8 +3,8 @@ FAQ - - + + diff --git a/doc/html/boost_regex/background_information/futher.html b/doc/html/boost_regex/background_information/futher.html index daa1e2b6..7c77de6d 100644 --- a/doc/html/boost_regex/background_information/futher.html +++ b/doc/html/boost_regex/background_information/futher.html @@ -3,8 +3,8 @@ References and Further Information - - + + diff --git a/doc/html/boost_regex/background_information/headers.html b/doc/html/boost_regex/background_information/headers.html index 190e0356..34943b67 100644 --- a/doc/html/boost_regex/background_information/headers.html +++ b/doc/html/boost_regex/background_information/headers.html @@ -3,8 +3,8 @@ Headers - - + + diff --git a/doc/html/boost_regex/background_information/history.html b/doc/html/boost_regex/background_information/history.html index d26e598c..79b8f2c3 100644 --- a/doc/html/boost_regex/background_information/history.html +++ b/doc/html/boost_regex/background_information/history.html @@ -3,8 +3,8 @@ History - - + + @@ -37,6 +37,39 @@

+ Boost.Regex-5.0.1 + (Boost-1.58.0) +
+
    +
  • + Fixed some typos as in #10682. +
  • +
  • + Merged pull-request + #6 for Coverity warnings. +
  • +
  • + Merged pull-request + #7 for Coverity warnings. +
  • +
  • + Merged pull-request + #8 for Coverity warnings. +
  • +
  • + Merged pull-request + #10 to enable more build variants when linking to ICU. +
  • +
  • + Fix issue with ICU and partial matches, see #10114. +
  • +
  • + Removed delayload support for the ICU libraries: this doesn't work with + the latest ICU releases (linker errors). +
  • +
+
+ Boost.Regex-5.0.0 (Boost-1.56.0)
@@ -61,7 +94,7 @@ strings with embedded nul's, see #9451.
  • - Apply patch for unusual thread usage (no statically initiallized mutexes), + Apply patch for unusual thread usage (no statically initialized mutexes), see #9461.
  • @@ -69,14 +102,14 @@
  • - + Boost-1.54

    Fixed issue #8569.

    - + Boost-1.53

    @@ -84,7 +117,7 @@ #7644.

    - + Boost-1.51

    @@ -94,7 +127,7 @@ #6346.

    - + Boost-1.50

    @@ -103,7 +136,7 @@ expression.

    - + Boost-1.48

    @@ -113,7 +146,7 @@ #5736.

    - + Boost 1.47

    @@ -125,7 +158,7 @@ #5504.

    - + Boost 1.44

    @@ -143,7 +176,7 @@ #3890

    - + Boost 1.42
      @@ -171,7 +204,7 @@
    - + Boost 1.40
    • @@ -179,7 +212,7 @@ branch resets and recursive regular expressions.
    - + Boost 1.38
      @@ -206,7 +239,7 @@
    - + Boost 1.34
      @@ -228,7 +261,7 @@
    - + Boost 1.33.1
      @@ -297,7 +330,7 @@
    - + Boost 1.33.0
      @@ -326,7 +359,7 @@ and (?<!negative-lookbehind).
    • - Added support for conditional expressions (?(assertion)true-expresion|false-expression). + Added support for conditional expressions (?(assertion)true-expression|false-expression).
    • Added MFC/ATL string wrappers. @@ -351,14 +384,14 @@
    - + Boost 1.32.1
    • Fixed bug in partial matches of bounded repeats of '.'.
    - + Boost 1.31.0