aboutsummaryrefslogtreecommitdiff
path: root/auto.def
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2011-12-06 08:56:35 +1000
committerSteve Bennett <steveb@workware.net.au>2011-12-09 12:10:33 +1000
commit8e90299b82be4dc6c8c86dbd206db9e0efdbffc6 (patch)
treebf75cde4346bec5000f5566cc4421703e912d53a /auto.def
parenta2fe8bd6794e017117986dfa11619fbf00b62239 (diff)
downloadjimtcl-8e90299b82be4dc6c8c86dbd206db9e0efdbffc6.zip
jimtcl-8e90299b82be4dc6c8c86dbd206db9e0efdbffc6.tar.gz
jimtcl-8e90299b82be4dc6c8c86dbd206db9e0efdbffc6.tar.bz2
Add the history command
Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'auto.def')
-rw-r--r--auto.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto.def b/auto.def
index 6c241d7..7eb00ca 100644
--- a/auto.def
+++ b/auto.def
@@ -26,6 +26,7 @@ options {
exec - Tcl-compatible exec command
file - Tcl-compatible file command
glob - Tcl-compatible glob command
+ history - Tcl access to interactive history
readdir - Required for glob
package - Package management with the package command
load - Load binary extensions at runtime with load or package
@@ -195,6 +196,7 @@ dict set extdb attrs {
exec { static }
file {}
glob { tcl }
+ history {}
load { static }
mk { cpp optional }
oo { tcl optional full }