aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2023-08-22 21:34:42 +1000
committerSteve Bennett <steveb@workware.net.au>2023-08-22 21:34:42 +1000
commitb8333ef570b97cc0ab6eab134174682c6db76b71 (patch)
treecffbe436e8e885aa44b6625dce4587be898a88ba
parente795eb4c4dab75b1af454be950a21f0003aee071 (diff)
downloadjimtcl-exec-tip424.zip
jimtcl-exec-tip424.tar.gz
jimtcl-exec-tip424.tar.bz2
docs: fix version of exec tip424exec-tip424
Still missing substantive docs though...
-rw-r--r--jim_tcl.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/jim_tcl.txt b/jim_tcl.txt
index fc0f48c..2859891 100644
--- a/jim_tcl.txt
+++ b/jim_tcl.txt
@@ -62,6 +62,7 @@ Changes since 0.82
6. `socket` , `open` and `aio accept` now support '-noclose'
7. Add support for hinting with `history hints`
8. Support for `proc` statics by reference (lexical closure) rather than by value
+9. `exec` TIP 424 - support safer +exec | + syntax (also +open "|| pipeline..."+)
Changes between 0.81 and 0.82
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -74,7 +75,6 @@ Changes between 0.81 and 0.82
7. ./configure now defaults to '--full'
8. New `timerate` command as an improvement over `time`, somewhat compatible with TIP 527
9. Add `ensemble` command and support for `namespace ensemble` (as an optional extension)
-10. `exec` TIP 424 - support safer +exec | + syntax (also +open "|| pipeline..."+)
Changes between 0.80 and 0.81
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~