summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNorihiro Tanaka <noritnk@kcn.ne.jp>2016-09-18 18:07:35 +0900
committerJim Meyering <meyering@fb.com>2016-09-18 10:23:16 -0700
commitdd6936cc727c1e19eb7de7b6958bddafe2ab666f (patch)
tree6f7db7a92b4b6a3d1122cdd972c2c19fd4c8469a /NEWS
parentf3e924c677641898a923e0c8b5d6878174494ca6 (diff)
downloadgrep-dd6936cc727c1e19eb7de7b6958bddafe2ab666f.tar.gz
grep: add news entry for fix to bug#24233
* NEWS (Bug fixes): Add an entry describing bug#24233. The bug was fixed by commit v2.25-77-gad468bb, by chance.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a63a7b21..0b272016 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@ GNU grep NEWS -*- outline -*-
Grep no longer omits output merely because it follows an output line
suppressed due to encoding errors. [bug introduced in grep-2.21]
+ In the Shift_JIS locale, grep no longer mistakenly matches in the
+ middle of a multibyte character. [bug present since "the beginning"]
+
** Improvements
grep can be much faster now when standard output is /dev/null.