summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-10-03 12:08:31 +0200
committerJim Meyering <meyering@redhat.com>2012-10-03 12:21:49 +0200
commit3b14aaa4ddefb86e1bff782fc4575eec6186ca49 (patch)
tree09fa65b05964d1f47f1ce1412b64b66ad95f23e8 /NEWS
parent8f365f028427e4f8f6f52e548a3a0cbf3c9e94db (diff)
downloadgrep-3b14aaa4ddefb86e1bff782fc4575eec6186ca49.tar.gz
maint: correct syntax-check failures; adjust NEWS
* tests/pcre-utf8: Reverse order of compare arguments. Remove all copyright year numbers except 2012. Use skip_ "diagnostic...", rather than a bare "exit 77". * NEWS: Start with a concise description of the bug. * src/pcresearch.c (STREQ): Define, so that we can... (Pcompile): use STREQ, not strcmp.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index bc669b98..052cd81c 100644
--- a/NEWS
+++ b/NEWS
@@ -4,10 +4,11 @@ GNU grep NEWS -*- outline -*-
** Bug fixes
- While multi-byte mode is only supported by PCRE with UTF-8 locales,
- grep did not activate it. This can cause failures to match multibyte
- characters against some regular expressions, especially those including
- the '.' or '\p' metacharacters.
+ grep -P could misbehave. While multi-byte mode is only supported by PCRE
+ with UTF-8 locales, grep did not activate it. This would cause failures
+ to match multibyte characters against some regular expressions, especially
+ those including the '.' or '\p' metacharacters.
+
* Noteworthy changes in release 2.14 (2012-08-20) [stable]