aboutsummaryrefslogtreecommitdiff
path: root/jim_tcl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'jim_tcl.txt')
-rw-r--r--jim_tcl.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/jim_tcl.txt b/jim_tcl.txt
index 83dd9c8..fc0f48c 100644
--- a/jim_tcl.txt
+++ b/jim_tcl.txt
@@ -74,6 +74,7 @@ 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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -2309,6 +2310,8 @@ evaluation (or any error generated by it).
exec
~~~~
+*exec* 'arg ?arg\...?'+
+or
++*exec* | '{cmdlist ..} ?redirection? ...+
This command treats its arguments as the specification
of one or more UNIX commands to execute as subprocesses.