summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-01-01 12:07:02 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-01-01 12:07:02 +0000
commit470370f98ec277fed819a388af5b64c25619eeac (patch)
tree103de642550c679660a8bf47423048f856f5b2db /ChangeLog
parentfde39af34eb4a8eef2b3a3ce4b586c1763aca69c (diff)
downloadpcre2-470370f98ec277fed819a388af5b64c25619eeac.tar.gz
Allow real repetition of assertions.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1202 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84d7e44..78bcc0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,13 @@ now correctly backtracked, so this unnecessary restriction has been removed.
regex engine. The Perl regex folks are aware of this usage and have made a note
about it.
+9. When an assertion is repeated, PCRE2 used to limit the maximum repetition to
+1, believing that repeating an assertion is pointless. However, if a positive
+assertion contains capturing groups, repetition can be useful. In any case, an
+assertion could always be wrapped in a repeated group. The only restriction
+that is now imposed is that an unlimited maximum is changed to one more than
+the minimum.
+
Version 10.34 21-November-2019
------------------------------