aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-03-16 17:51:26 +1100
committerBen Elliston <bje@gnu.org>2016-03-16 17:51:50 +1100
commitcef9e5b99eb29a942ecd6493fa3008d0f6afb9df (patch)
tree518d9fb20d21afcb488db66ec157ae51d2c76879 /NEWS
parentd2eada87b597e90e74fd836c2e27abf9594a9126 (diff)
downloaddejagnu-cef9e5b99eb29a942ecd6493fa3008d0f6afb9df.zip
dejagnu-cef9e5b99eb29a942ecd6493fa3008d0f6afb9df.tar.gz
dejagnu-cef9e5b99eb29a942ecd6493fa3008d0f6afb9df.tar.bz2
This reverts commit 4d344f712298364c836038b641625b3407db2fc3. The GCC
testsuite still uses diff. 2016-03-15 Ben Elliston <bje@gnu.org> * lib/utils.exp (diff): Remove proc. * doc/ref.xml: Update documentation. * doc/dejagnu.texi: Regenerate. * NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3cedf64..1d3f672 100644
--- a/NEWS
+++ b/NEWS
@@ -10,8 +10,8 @@ Changes since 1.5.3:
2 if an exception is raised by the Tcl interpreter.
3. runtest now exits with the standard exit codes of programs that are
terminated by the SIGINT, SIGTERM and SIGQUIT signals.
-4. The user-visible utility procedures `absolute', `psource', `slay'
- and `diff' have been removed. If a testsuite uses any of these
+4. The user-visible utility procedures `absolute', `psource' and
+ `slay' have been removed. If a testsuite uses any of these
procedures, a copy of the procedure should be made and placed in
the lib directory of the testsuite.
5. Support was added for testing the D compiler.