summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 56c735fa..01be3509 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,9 @@ GNU grep NEWS -*- outline -*-
grep -iF is typically much faster in a multibyte locale, if the
pattern and its case counterparts contain only single byte characters.
+ grep with complicated expressions (e.g., back-references) and without
+ -i now uses the regex fastmap for better performance.
+
In multibyte locales, grep now handles leading "." in patterns more
efficiently.