summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-07-23 16:58:57 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-07-23 16:58:57 +0000
commitfc594b674bafcc3c9b12274bdb4faed9d36853b0 (patch)
tree78bdb3f793d5774e44a1533c96435486b5756fc9 /ChangeLog
parent37158d060dd5f90980cda777fdf0eeebb7870c50 (diff)
downloadpcre2-fc594b674bafcc3c9b12274bdb4faed9d36853b0.tar.gz
(*ACCEPT) at start of branch was not recording "may match empty string".
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1144 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67620a8..dea4a87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -110,6 +110,9 @@ within it, the nested lookbehind was not correctly processed. For example, if
(c) An empty string partial hard match can be returned for \z and \Z as it
is documented that they shouldn't match.
+
+22. A branch that started with (*ACCEPT) was not being recognized as one that
+could match an empty string.
Version 10.33 16-April-2019