summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-06-15 15:51:07 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-06-15 15:51:07 +0000
commit39d365eaf01567a33d4e99aabf0d48d02f2ea39e (patch)
treef6b594f5d7f41b0a9c085af9d0212b0fb35f74e2 /ChangeLog
parentfcbbd8d29b4558179e7b304e4bd75b714039433f (diff)
downloadpcre2-39d365eaf01567a33d4e99aabf0d48d02f2ea39e.tar.gz
Fix pcre2grep -o bug when ovector overflows; add option to adjust the limit;
raise the default limit; give error if -o requests an uncaptured parens. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1106 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab6b925..2eea672 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,12 @@ minimum is potentially useful.
10. A (*MARK) value inside a successful condition was not being returned by the
interpretive matcher (it was returned by JIT). This bug has been mended.
+11. A bug in pcre2grep meant that -o without an argument (or -o0) didn't work
+if the pattern had more than 32 capturing parentheses. This is fixed. In
+addition (a) the default limit for groups requested by -o<n> has been raised to
+50, (b) the new --om-capture option changes the limit, (c) an error is raised
+if -o asks for a group that is above the limit.
+
Version 10.33 16-April-2019
---------------------------