mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 06:12:10 +02:00
Partial match fix.
[SVN r34028]
This commit is contained in:
@ -24,6 +24,12 @@
|
|||||||
</P>
|
</P>
|
||||||
<HR>
|
<HR>
|
||||||
<p></p>
|
<p></p>
|
||||||
|
<P>Boost 1.34</P>
|
||||||
|
<UL>
|
||||||
|
<LI>
|
||||||
|
Fix for non-greedy repeats and partial matches not working correctly in some cases.
|
||||||
|
</LI>
|
||||||
|
</UL>
|
||||||
<P>Boost 1.33.1</P>
|
<P>Boost 1.33.1</P>
|
||||||
<UL>
|
<UL>
|
||||||
<LI>
|
<LI>
|
||||||
@ -163,3 +169,4 @@
|
|||||||
or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)</I></P>
|
or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)</I></P>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
@ -24,6 +24,12 @@
|
|||||||
</P>
|
</P>
|
||||||
<HR>
|
<HR>
|
||||||
<p></p>
|
<p></p>
|
||||||
|
<P>Boost 1.34</P>
|
||||||
|
<UL>
|
||||||
|
<LI>
|
||||||
|
Fix for non-greedy repeats and partial matches not working correctly in some cases.
|
||||||
|
</LI>
|
||||||
|
</UL>
|
||||||
<P>Boost 1.33.1</P>
|
<P>Boost 1.33.1</P>
|
||||||
<UL>
|
<UL>
|
||||||
<LI>
|
<LI>
|
||||||
@ -163,3 +169,4 @@
|
|||||||
or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)</I></P>
|
or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)</I></P>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user