[SVN r34495]
This commit is contained in:
John Maddock
2006-07-10 09:46:27 +00:00
parent 911602a41d
commit 4bf3ff6ecc
2 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,9 @@
<LI> <LI>
Fix for non-greedy repeats and partial matches not working correctly in some Fix for non-greedy repeats and partial matches not working correctly in some
cases. cases.
<LI>
Fix for non-greedy repeats on VC++ not working in some cases (bug report
1515830).
<LI> <LI>
Changed match_results::position() to return a valid result when *this Changed match_results::position() to return a valid result when *this
represents a partial match.</LI> represents a partial match.</LI>

View File

@ -29,6 +29,9 @@
<LI> <LI>
Fix for non-greedy repeats and partial matches not working correctly in some Fix for non-greedy repeats and partial matches not working correctly in some
cases. cases.
<LI>
Fix for non-greedy repeats on VC++ not working in some cases (bug report
1515830).
<LI> <LI>
Changed match_results::position() to return a valid result when *this Changed match_results::position() to return a valid result when *this
represents a partial match.</LI> represents a partial match.</LI>