summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-09-23 17:07:36 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-09-23 19:56:24 -0700
commitc6b0b7df3a4824b9bd3ee2bb96f96ab6b1a7cb76 (patch)
tree1d9b8926320b7215314ba5db0db044f1db723fd2 /NEWS
parent87c804fade793815eb7eacfacad5f2d22b5da5b2 (diff)
downloadgrep-c6b0b7df3a4824b9bd3ee2bb96f96ab6b1a7cb76.tar.gz
build: update gnulib submodule to latest
* NEWS: Mention Bug#43577, which this fixes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 442d4d25..36e423de 100644
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,12 @@ GNU grep NEWS -*- outline -*-
constituent just before what would otherwise be a word match.
[Bug#43225 introduced in grep 2.28]
+ grep -i no longer mishandles ASCII characters that match multibyte
+ characters. For example, 'LC_ALL=tr_TR.utf8 grep -i i' no longer
+ dumps core merely because 'i' matches 'İ' (U+0130 LATIN CAPITAL
+ LETTER I WITH DOT ABOVE) in Turkish when ignoring case.
+ [Bug#43577 introduced in grep 3.4]
+
A performance regression with -E and many patterns has been mostly fixed.
"Mostly" as there is a performance tradeoff between Bug#22357 and Bug#40634.
[Bug#40634 introduced in grep 2.28]