From a9f18c2c03a5e64745ec8fcdb8247dbb2a84e9df Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 5 Nov 2021 17:18:10 +0000 Subject: [PATCH] Update history and regenerate docs. --- doc/history.qbk | 3 ++- doc/html/boost_regex/background/history.html | 6 ++++++ doc/html/boost_regex/install.html | 3 ++- doc/html/boost_regex/syntax/perl_syntax.html | 7 ++++++- doc/html/index.html | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/doc/history.qbk b/doc/history.qbk index c1381818..0d110a04 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -17,7 +17,8 @@ All issues including closed ones can be viewed [@https://github.com/boostorg/reg [h4 Boost.Regex-7.0.0 (Boost-1.78.0)] * [*Breaking Change:] Change \B to be the opposite of \b as per Perl behaviour. -* Change w32_regex_traits.hpp so that windows.h is no longer included. +* Change w32_regex_traits.hpp so that windows.h is no longer included. +* Fxed fuzzing related issues [@https://github.com/boostorg/regex/issues/156 #151], [@https://github.com/boostorg/regex/issues/156 #152], [@https://github.com/boostorg/regex/issues/156 #153], [@https://github.com/boostorg/regex/issues/156 #156]. [h4 Boost.Regex-6.0.0 (Boost-1.77.0)] diff --git a/doc/html/boost_regex/background/history.html b/doc/html/boost_regex/background/history.html index f329fd41..f5aff7c5 100644 --- a/doc/html/boost_regex/background/history.html +++ b/doc/html/boost_regex/background/history.html @@ -47,6 +47,12 @@
  • Change w32_regex_traits.hpp so that windows.h is no longer included.
  • +
  • + Fxed fuzzing related issues #151, + #152, + #153, + #156. +
  • diff --git a/doc/html/boost_regex/install.html b/doc/html/boost_regex/install.html index 8088bc13..04a0780e 100644 --- a/doc/html/boost_regex/install.html +++ b/doc/html/boost_regex/install.html @@ -106,7 +106,8 @@

    • BOOST_REGEX_STANDALONE when set then no other Boost libraries are targeted - as dependencies, and Boost.Regex is placed in standalone mode. + as dependencies, and Boost.Regex is placed in standalone mode. Invoke CMake + with -DBOOST_REGEX_STANDALONE=on to enable standalone mode.
    diff --git a/doc/html/boost_regex/syntax/perl_syntax.html b/doc/html/boost_regex/syntax/perl_syntax.html index 05e7e635..442cf966 100644 --- a/doc/html/boost_regex/syntax/perl_syntax.html +++ b/doc/html/boost_regex/syntax/perl_syntax.html @@ -364,9 +364,14 @@ +

    + Note that a back reference can also be a forward-reference to a sub-expression + that has not yet been seen - this only really makes sense within a repeat, + so for example (\2two|(one))+ will match "oneonetwo". +

    Finally the \k escape can be used to refer to named subexpressions, for example - \k<two> will match whatever matched the subexpression + \k<two> will whatever matched the subexpression named "two".

    diff --git a/doc/html/index.html b/doc/html/index.html index da504393..9a3f5bef 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -215,7 +215,7 @@

    - +

    Last revised: October 10, 2021 at 15:39:14 GMT

    Last revised: November 05, 2021 at 17:17:10 GMT