diff --git a/doc/history.qbk b/doc/history.qbk index 4a28dab7..85319026 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -15,6 +15,11 @@ 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.1.3 (Boost-1.64.0)] + +* Compiling with Oracle C++ toolset is no longer restricted to static linking. +* Big effort to de-fuzz the library using libFuzzer and fix identified issues, see: [@https://svn.boost.org/trac/boost/ticket/12818 #12818]. + [h4 Boost.Regex-5.1.2 (Boost-1.62.0)] diff --git a/doc/html/boost_regex/background_information.html b/doc/html/boost_regex/background_information.html index 1e172aa6..999fc861 100644 --- a/doc/html/boost_regex/background_information.html +++ b/doc/html/boost_regex/background_information.html @@ -4,8 +4,8 @@ Background Information - - + + diff --git a/doc/html/boost_regex/background_information/acknowledgements.html b/doc/html/boost_regex/background_information/acknowledgements.html index d556d29b..20579eea 100644 --- a/doc/html/boost_regex/background_information/acknowledgements.html +++ b/doc/html/boost_regex/background_information/acknowledgements.html @@ -4,7 +4,7 @@ Acknowledgements - + diff --git a/doc/html/boost_regex/background_information/examples.html b/doc/html/boost_regex/background_information/examples.html index 21fbf7bd..26da04f5 100644 --- a/doc/html/boost_regex/background_information/examples.html +++ b/doc/html/boost_regex/background_information/examples.html @@ -4,7 +4,7 @@ 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 4cf59034..edcf2a1a 100644 --- a/doc/html/boost_regex/background_information/faq.html +++ b/doc/html/boost_regex/background_information/faq.html @@ -4,7 +4,7 @@ FAQ - + diff --git a/doc/html/boost_regex/background_information/futher.html b/doc/html/boost_regex/background_information/futher.html index f844e77c..dcdda55f 100644 --- a/doc/html/boost_regex/background_information/futher.html +++ b/doc/html/boost_regex/background_information/futher.html @@ -4,7 +4,7 @@ References and Further Information - + @@ -28,8 +28,8 @@ and Further Information

- Short tutorials on regular expressions can be found - here and here. + The main Perl regular expression tutorial can be found here, + there's a much shorter summary of the main features here.

The main book on regular expressions is Mastering diff --git a/doc/html/boost_regex/background_information/headers.html b/doc/html/boost_regex/background_information/headers.html index 1bad39bd..6f52503f 100644 --- a/doc/html/boost_regex/background_information/headers.html +++ b/doc/html/boost_regex/background_information/headers.html @@ -4,7 +4,7 @@ Headers - + diff --git a/doc/html/boost_regex/background_information/history.html b/doc/html/boost_regex/background_information/history.html index ad9269b2..aff74cff 100644 --- a/doc/html/boost_regex/background_information/history.html +++ b/doc/html/boost_regex/background_information/history.html @@ -4,7 +4,7 @@ History - + @@ -37,6 +37,20 @@

+ Boost.Regex-5.1.3 + (Boost-1.64.0) +
+
+
+ Boost.Regex-5.1.2 (Boost-1.62.0)
@@ -57,7 +71,7 @@
- + Boost.Regex-5.1.1 (Boost-1.61.0)
@@ -65,7 +79,7 @@ Change to lockfree implementation of memory cache, see PR#23.
- + Boost.Regex-5.1.0 (Boost-1.60.0)
@@ -88,7 +102,7 @@
- + Boost.Regex-5.0.1 (Boost-1.58.0)
@@ -121,7 +135,7 @@
- + Boost.Regex-5.0.0 (Boost-1.56.0)
@@ -154,14 +168,14 @@
- + Boost-1.54

Fixed issue #8569.

- + Boost-1.53

@@ -169,7 +183,7 @@ #7644.

- + Boost-1.51

@@ -179,7 +193,7 @@ #6346.

- + Boost-1.50

@@ -188,7 +202,7 @@ expression.

- + Boost-1.48

@@ -198,7 +212,7 @@ #5736.

- + Boost 1.47

@@ -210,7 +224,7 @@ #5504.

- + Boost 1.44

@@ -228,7 +242,7 @@ #3890

- + Boost 1.42
- + Boost 1.40
- + Boost 1.38
- + Boost 1.34
- + Boost 1.33.1
- + Boost 1.33.0
- + Boost 1.32.1
- + Boost 1.31.0

John Maddock

@@ -221,7 +221,7 @@

- +

Last revised: August 22, 2016 at 11:48:39 GMT

Last revised: February 24, 2017 at 13:14:00 GMT


diff --git a/doc/regex.qbk b/doc/regex.qbk index bdf67c16..b8454a01 100644 --- a/doc/regex.qbk +++ b/doc/regex.qbk @@ -8,7 +8,7 @@ [@http://www.boost.org/LICENSE_1_0.txt]) ] [authors [Maddock, John]] - [version 5.1.2] + [version 5.1.3] [/last-revision $Date$] ]