summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-10-04 16:34:31 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-10-04 16:34:31 +0000
commita2b835fa0282e4a0e29120ba1e9ca01f67cbecd1 (patch)
tree03875a67636ce6d694b2bcce3f86101e503b746f /ChangeLog
parent5002a59a8289027b8a88c4933077a9b66e839d6c (diff)
downloadpcre2-a2b835fa0282e4a0e29120ba1e9ca01f67cbecd1.tar.gz
pcre2grep update: -m and $x{..}, $o{..} escapes. Also some doc updates.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1274 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db0b9bc..6ff2f9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -76,6 +76,16 @@ the subject \xe5A. Fixes Bugzilla #2642.
14. Fixed a bug in character set matching when JIT is enabled and both unicode
scripts and unicode classes are present at the same time.
+15. Added GNU grep's -m (aka --max-count) option to pcre2grep.
+
+16. Refactored substitution processing in pcre2grep strings, both for the -O
+option and when dealing with callouts. There is now a single function that
+handles $ expansion in all cases (instead of multiple copies of almost
+identical code). This means that the same escape sequences are available
+everywhere, which was not previously the case. At the same time, the escape
+sequences $x{...} and $o{...} have been introduced, to allow for characters
+whose code points are greater than 255 in Unicode mode.
+
Version 10.35 09-May-2020
---------------------------