aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2018-12-05 10:48:26 +1100
committerBen Elliston <bje@gnu.org>2018-12-05 10:48:26 +1100
commitd4a10385ee206e7ed40872b70040ce3b66a60e59 (patch)
tree527ce8a12ae68705b962beec623db965a85c8861 /NEWS
parent0d91a5aa03df4045cd87893e63156fd1469ecf77 (diff)
downloaddejagnu-d4a10385ee206e7ed40872b70040ce3b66a60e59.zip
dejagnu-d4a10385ee206e7ed40872b70040ce3b66a60e59.tar.gz
dejagnu-d4a10385ee206e7ed40872b70040ce3b66a60e59.tar.bz2
* lib/utils.exp (grep): Handle -n.
* doc/dejagnu.texi (grep procedure): Document it. * testsuite/runtest.all/utils.test: Add a test case. * NEWS: Add an item.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aed6a9b..35466ce 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ Changes since 1.6.2:
the default of reading "site.exp". See the manual for details.
3. A utility procedure relative_filename has been added. This procedure
computes a relative file name to a given destination from a given base.
+4. The utility procedure 'grep' now accepts a '-n' option that
+ includes line numbers in the output, consistent with GNU grep.
Changes since 1.6.1: