aboutsummaryrefslogtreecommitdiff
path: root/auto.def
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2011-06-08 10:00:54 +1000
committerSteve Bennett <steveb@workware.net.au>2016-08-26 11:56:44 +1000
commitf3df2d191f047247bf9ae97b907ae9776eeafc81 (patch)
tree24aab1414a0086f4c843d363c01f30e079aee218 /auto.def
parentdef038d816120c9281e8001c24170047996ebfbc (diff)
downloadjimtcl-f3df2d191f047247bf9ae97b907ae9776eeafc81.zip
jimtcl-f3df2d191f047247bf9ae97b907ae9776eeafc81.tar.gz
jimtcl-f3df2d191f047247bf9ae97b907ae9776eeafc81.tar.bz2
Add support for sub-interpreters
Includes support for aliases in sub-interp These are not identical to Tcl interp, but are conceptually very similar For example: set i [interp] $i alias localcmd parentcmd arg1 $i eval { localcmd x } Invokes: parentcmd arg1 x Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'auto.def')
-rw-r--r--auto.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto.def b/auto.def
index bb50330..624d6a3 100644
--- a/auto.def
+++ b/auto.def
@@ -242,6 +242,7 @@ dict set extdb attrs {
file {}
glob { tcl }
history {}
+ interp { }
load { static }
mk { cpp optional }
namespace { static }