From 5d954c5ad5f178eb096b93a301f0bd3a08d47ab3 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Mon, 6 Jul 2020 21:11:19 -0500 Subject: [PATCH] Adjust NEWS --- NEWS | 8 ++++---- 1 file 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 -- 2.11.4.GIT