aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-07-06 21:11:19 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-07-06 21:11:19 -0500
commit5d954c5ad5f178eb096b93a301f0bd3a08d47ab3 (patch)
tree0744e489bde738f6c8d37ba63f8e821ad5d94e37
parent5c847ce686cd5a57b6305dbb67160c91b80c9357 (diff)
Adjust NEWSqueue
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 6754cc1..8a62c47 100644
--- a/NEWS
+++ b/NEWS
@@ -18,14 +18,14 @@ X. runtest now collects Tcl errors encountered during a test run and prints
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.
-5. A new multiplex procedure "testsuite" is added for commands
- retrieving or providing information about the current testsuite.
-6. A command "testsuite file" is added to replace the use of the
- "*dir" variables in test scripts.
X. The target_compile procedure now accepts a "linker=" option that
overrides the compiler selection when producing an executable.
X. The internal default_target_compile procedure now supports compiling
sources in Go (using GCC Go) and Rust.
+5. A new multiplex procedure "testsuite" is added for commands
+ retrieving or providing information about the current testsuite.
+6. A command "testsuite file" is added to replace the use of the
+ "*dir" variables in test scripts.
7. A command "testsuite can call api" is added to report the availability
of multiplexed API calls.
8. A new multiplex procedure "testcase" is added for commands