aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-02-24 15:04:57 +1100
committerBen Elliston <bje@gnu.org>2016-02-24 15:04:57 +1100
commitbd8216f07a5a53ac3aa00d547abed9bafc8d6ddd (patch)
tree0a868bad50273b628572a49743fca5ca321a9b76 /NEWS
parent3637775afa01ab249ad400102c152586307d94f2 (diff)
downloaddejagnu-bd8216f07a5a53ac3aa00d547abed9bafc8d6ddd.zip
dejagnu-bd8216f07a5a53ac3aa00d547abed9bafc8d6ddd.tar.gz
dejagnu-bd8216f07a5a53ac3aa00d547abed9bafc8d6ddd.tar.bz2
* lib/utils.exp (prune): Restore this proc.
* doc/ref.xml: Update documentation. * doc/dejagnu.texi: Regenerate. * NEWS: Update. This reverts commit 992fbc3a8f03c3cd5e554eea5361f1a531e9e71f.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3387ab1..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', `prune', `psource'
- and `slay' 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.