Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge updates from trunk. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | ckol-th1-dir-cmd |
Files: | files | file ages | folders |
SHA1: |
08b8a4ba2d413587dd7bf6bae62af24f |
User & Date: | mistachkin 2015-08-18 07:52:05 |
Context
2015-08-18
| ||
07:53 | Also correct syntax error message. check-in: eb3796a8 user: mistachkin tags: ckol-th1-dir-cmd | |
07:52 | Merge updates from trunk. check-in: 08b8a4ba user: mistachkin tags: ckol-th1-dir-cmd | |
07:49 | Add support for optional per-file details in the TH1 dir cmd, using a list-of-lists. check-in: 83f50997 user: mistachkin tags: ckol-th1-dir-cmd | |
2015-08-15
| ||
20:04 | Add link to the Tcl docs. check-in: 5c49850e user: mistachkin tags: trunk | |
Changes
Changes to www/th1.md.
111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 |
* string range STRING FIRST LAST
* string repeat STRING COUNT
* unset VARNAME
* uplevel ?LEVEL? SCRIPT
* upvar ?FRAME? OTHERVAR MYVAR ?OTHERVAR MYVAR?
All of the above commands works as in the original Tcl. Refer to the
Tcl documentation for details.
TH1 Extended Commands
---------------------
There are many new commands added to TH1 and used to access the special
features of Fossil. The following is a summary of the extended commands:
|
> | |
111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 |
* string range STRING FIRST LAST
* string repeat STRING COUNT
* unset VARNAME
* uplevel ?LEVEL? SCRIPT
* upvar ?FRAME? OTHERVAR MYVAR ?OTHERVAR MYVAR?
All of the above commands works as in the original Tcl. Refer to the
<a href="https://www.tcl.tk/man/tcl/contents.htm">Tcl documentation</a>
for details.
TH1 Extended Commands
---------------------
There are many new commands added to TH1 and used to access the special
features of Fossil. The following is a summary of the extended commands:
|