aboutsummaryrefslogtreecommitdiff
path: root/doc/jim_tcl.txt
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-01-24 12:52:47 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-15 11:02:44 +1000
commit9c0de20e4bc701bb92a2512a6db6f9e41b6d045e (patch)
tree1bf67f66c67078cd6c987b3b08ef49a99af26784 /doc/jim_tcl.txt
parentb33cf7f87ff295726c4a9e86b74217bcb64dbf78 (diff)
downloadjimtcl-9c0de20e4bc701bb92a2512a6db6f9e41b6d045e.zip
jimtcl-9c0de20e4bc701bb92a2512a6db6f9e41b6d045e.tar.gz
jimtcl-9c0de20e4bc701bb92a2512a6db6f9e41b6d045e.tar.bz2
Bug fixes and features
Support end+<n> index And generally simplify the index handling Add support for 'info nameofexecutable'
Diffstat (limited to 'doc/jim_tcl.txt')
-rw-r--r--doc/jim_tcl.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/jim_tcl.txt b/doc/jim_tcl.txt
index 0a03234..fe2e96b 100644
--- a/doc/jim_tcl.txt
+++ b/doc/jim_tcl.txt
@@ -2107,6 +2107,10 @@ The legal *option*'s (which may be abbreviated) are:
specified, only those names matching *pattern* are returned.
Matching is determined using the same rules as for 'string match'.
++*info nameofexecutable*+::
+ Returns the name of the binary file from which the application was invoked, either
+ as a path relative to the current directory or as a full path.
+
+*info procs* ?'pattern'?+::
If *pattern* isn't specified, returns a list of all the
names of Tcl command procedures.
@@ -3638,6 +3642,9 @@ The following global variables are set by jimsh.
If jimsh is invoked to run a script, this variable contains a list
of any arguments supplied to the script.
++*jim_argv0*+::
+ The value of argv[0] when jimsh was invoked.
+
LICENCE
-------