>From 83db3ea1a09cbff41aa2a9c7d1bd6dc01612c862 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 1 Sep 2016 11:45:18 -0700 Subject: [PATCH 3/4] dfa: document previous change * NEWS: Adjust to match previous change. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 91f1bfc..56c735f 100644 --- a/NEWS +++ b/NEWS @@ -13,8 +13,8 @@ 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. - In multibyte locales that are not UTF-8, grep now handles leading - "." in patterns more efficiently. + In multibyte locales, grep now handles leading "." in patterns more + efficiently. grep now prints a "FILENAME:LINENO: " prefix when diagnosing an invalid regular expression that was read from an '-f'-specified file. -- 2.7.4