Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Add Tcl integration TH1 commands to the docs. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
7cba307895c05755fb5b0251df861c63 |
| User & Date: | mistachkin 2015-04-05 00:23:15.299 |
Context
|
2015-04-05
| ||
| 00:24 | Formally translate TH1 to Tcl return codes and vice-versa, where necessary, in the Tcl integration subsystem. ... (check-in: 4aba7584f7 user: mistachkin tags: trunk) | |
| 00:23 | Add Tcl integration TH1 commands to the docs. ... (check-in: 7cba307895 user: mistachkin tags: trunk) | |
|
2015-04-04
| ||
| 13:42 | Update the built-in SQLite to the second 3.8.9 beta. ... (check-in: 47c89f3e78 user: drh tags: trunk) | |
Changes
Changes to www/th1.md.
| ︙ | ︙ | |||
145 146 147 148 149 150 151 152 153 154 155 156 157 158 | * render * repository * searchable * setParameter * setting * styleHeader * styleFooter * tclReady * trace * stime * utime * wiki Each of the commands above is documented by a block comment above their | > > > | > > > > > | 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 | * render * repository * searchable * setParameter * setting * styleHeader * styleFooter * tclEval * tclExpr * tclInvoke * tclReady * trace * stime * utime * wiki Each of the commands above is documented by a block comment above their implementation in the th_main.c or th_tcl.c source files. All commands starting with "tcl", with the exception of "tclReady", require the Tcl integration subsystem be included at compile-time. Additionally, the "tcl" repository setting must be enabled at runtime in order to successfully make use of these commands. **To Do:** We would like to have a community volunteer go through and copy the documentation for each of these commands (with appropriate format changes and spelling and grammar corrections) into subsequent sections of this document. It is suggested that the list of extension commands be left intact - as a quick reference. But it would be really nice to also have the details of what each command does. |