summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-08-15 10:52:13 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2021-08-16 10:12:29 -0700
commita9515624709865d480e3142fd959bccd1c9372d1 (patch)
tree64b52c276984353357587c85d31b1056d259b725 /NEWS
parente87ccc7038d4f44f4601b3e8775fef09b1420dff (diff)
downloadgrep-a9515624709865d480e3142fd959bccd1c9372d1.tar.gz
egrep, fgrep: now obsolete
* NEWS: Mention this (see bug#49996). * doc/Makefile.am (egrep.1 fgrep.1): Remove. All uses removed. * doc/grep.in.1, doc/grep.texi (grep Programs): Remove documentation for egrep, fgrep. * doc/grep.texi (Usage): Add FAQ for egrep and fgrep. * src/Makefile.am (shell_does_substrings): Substitute for ${0##*/}, not for ${0%/\*} (which was not being used anyway). * src/egrep.sh: Issue an obsolescence warning. * tests/fedora: Use "grep -F" instead of "fgrep" in diagnostics, as this tests "grep -F" not "fgrep".
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 39a09038..4a62fb7f 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ GNU grep NEWS -*- outline -*-
* Noteworthy changes in release ?.? (????-??-??) [?]
+** Changes in behavior
+
+ The egrep and fgrep commands, which have been deprecated since
+ release 2.5.3 (2007), now warn that they are obsolescent and should
+ be replaced by grep -E and grep -F.
* Noteworthy changes in release 3.7 (2021-08-14) [stable]