summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-11-19 01:02:08 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-11-19 01:18:31 -0800
commit5b8900267ff93688fad2a7ab0b25dc57b42ea9e7 (patch)
tree31821a748d2982893bd79ddc7e4d4d07de7bb287 /NEWS
parente25ea1223d0fb50e759907cdd88e8096b354cbab (diff)
downloadgrep-5b8900267ff93688fad2a7ab0b25dc57b42ea9e7.tar.gz
grep -f /dev/null -L PAT FILE outputs FILE
* NEWS: Document this. * src/grep.c (main): Do not exit right away with -L. * tests/skip-read: Test for the fix.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 06a186ac..29a0e8d2 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ GNU grep NEWS -*- outline -*-
more cautious about special patterns like (?-m) and (*FAIL).
[bug introduced in grep-2.23]
+ grep -m0 -L PAT FILE now outputs "FILE". [bug introduced in grep-2.5]
+
grep's use of getprogname no longer causes a build failure on HP-UX.
** Improvements