summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-08-10 11:34:50 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-08-10 11:34:50 +0000
commitec098f6b898334be0674dbadc9fd67a0532fa0eb (patch)
tree692fa0381c41f3903a45a6f08ab346f049590ba5 /ChangeLog
parentc277d094e4d01ae9afad8bdd4d7537033a695a4f (diff)
downloadpcre2-ec098f6b898334be0674dbadc9fd67a0532fa0eb.tar.gz
Fix allusedtext bug, rightmost consulted character incorrect in negative
lookaheads. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1157 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 260ec79..65385a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -129,6 +129,10 @@ that is remembered as a minimum length), the whole group's length was
incorrectly recorded as 65535, leading to incorrect "no match" when start-up
optimizations were in force.
+29. The "rightmost consulted character" value was not always correct; in
+particular, if a pattern ended with a negative lookahead, characters that were
+inspected in that lookahead were not included.
+
Version 10.33 16-April-2019
---------------------------