summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-07-16 15:50:09 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-07-16 15:50:09 +0000
commit9b766afee546f8a4ecb5688223b39cc16702e391 (patch)
tree87563c947d784a4f4b7f3c23099403fffdb7513b /ChangeLog
parentd70442f2c962ca816b8d03504a07e618c271a9fe (diff)
downloadpcre2-9b766afee546f8a4ecb5688223b39cc16702e391.tar.gz
Implemented pcre2_get_match_data_size().
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1134 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 562afc6..e9a3cc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -88,13 +88,15 @@ otherwise), an atomic group, or a recursion.
17. Check for integer overflow when computing lookbehind lengths. Fixes
Clusterfuzz issue 15636.
-18. Implement non-atomic positive lookaround assertions.
+18. Implemented non-atomic positive lookaround assertions.
19. If a lookbehind contained a lookahead that contained another lookbehind
within it, the nested lookbehind was not correctly processed. For example, if
/(?<=(?=(?<=a)))b/ was matched to "ab" it gave no match instead of matching
"b".
+20. Implemented pcre2_get_match_data_size().
+
Version 10.33 16-April-2019
---------------------------