Fossil SCM

Normalize capitalization of Tcl on the TH1 commands page.

mistachkin 2015-04-05 04:40 UTC trunk
Commit 0c63df2422839672ae353a2b906993d66297fafb
1 file changed +7 -7
+7 -7
--- www/th1.md
+++ www/th1.md
@@ -5,21 +5,21 @@
55
content in Fossil.
66
77
Origins
88
-------
99
10
-TH1 began as a minimalist re-implementation of the TCL scripting language.
10
+TH1 began as a minimalist re-implementation of the Tcl scripting language.
1111
There was a need to test the SQLite library on Symbian phones, but at that
1212
time all of the test cases for SQLite were written in Tcl and Tcl could not
1313
be easily compiled on the SymbianOS. So TH1 was developed as a cut-down
14
-version of TCL that would facilitate running the SQLite test scripts on
14
+version of Tcl that would facilitate running the SQLite test scripts on
1515
SymbianOS.
1616
1717
The testing of SQLite on SymbianOS was eventually accomplished by other
1818
means. But Fossil was first being designed at about the same time.
19
-Early prototypes of Fossil were written in pure TCL. But as the development
20
-shifted toward the use of C-code, the need arose to have a TCL-like
19
+Early prototypes of Fossil were written in pure Tcl. But as the development
20
+shifted toward the use of C-code, the need arose to have a Tcl-like
2121
scripting language to help with code generation. TH1 was small and
2222
light-weight and used minimal resources and seemed ideally suited for the
2323
task.
2424
2525
The name "TH1" stands "Test Harness 1", since that was its original purpose.
@@ -78,11 +78,11 @@
7878
just a single command.
7979
8080
Summary of Core TH1 Commands
8181
----------------------------
8282
83
-The original TCL language after when TH1 is modeled has a very rich
83
+The original Tcl language after when TH1 is modeled has a very rich
8484
repertoire of commands. TH1, as it is designed to be minimalist and
8585
embedded has a greatly reduced command set. The following bullets
8686
summarize the commands available in TH1:
8787
8888
* break
@@ -109,12 +109,12 @@
109109
* string repeat STRING COUNT
110110
* unset VARNAME
111111
* uplevel ?LEVEL? SCRIPT
112112
* upvar ?FRAME? OTHERVAR MYVAR ?OTHERVAR MYVAR?
113113
114
-All of the above commands works as in the original TCL. Refer to the
115
-TCL documentation for details.
114
+All of the above commands works as in the original Tcl. Refer to the
115
+Tcl documentation for details.
116116
117117
TH1 Extended Commands
118118
---------------------
119119
120120
There are many new commands added to TH1 and used to access the special
121121
--- www/th1.md
+++ www/th1.md
@@ -5,21 +5,21 @@
5 content in Fossil.
6
7 Origins
8 -------
9
10 TH1 began as a minimalist re-implementation of the TCL scripting language.
11 There was a need to test the SQLite library on Symbian phones, but at that
12 time all of the test cases for SQLite were written in Tcl and Tcl could not
13 be easily compiled on the SymbianOS. So TH1 was developed as a cut-down
14 version of TCL that would facilitate running the SQLite test scripts on
15 SymbianOS.
16
17 The testing of SQLite on SymbianOS was eventually accomplished by other
18 means. But Fossil was first being designed at about the same time.
19 Early prototypes of Fossil were written in pure TCL. But as the development
20 shifted toward the use of C-code, the need arose to have a TCL-like
21 scripting language to help with code generation. TH1 was small and
22 light-weight and used minimal resources and seemed ideally suited for the
23 task.
24
25 The name "TH1" stands "Test Harness 1", since that was its original purpose.
@@ -78,11 +78,11 @@
78 just a single command.
79
80 Summary of Core TH1 Commands
81 ----------------------------
82
83 The original TCL language after when TH1 is modeled has a very rich
84 repertoire of commands. TH1, as it is designed to be minimalist and
85 embedded has a greatly reduced command set. The following bullets
86 summarize the commands available in TH1:
87
88 * break
@@ -109,12 +109,12 @@
109 * string repeat STRING COUNT
110 * unset VARNAME
111 * uplevel ?LEVEL? SCRIPT
112 * upvar ?FRAME? OTHERVAR MYVAR ?OTHERVAR MYVAR?
113
114 All of the above commands works as in the original TCL. Refer to the
115 TCL documentation for details.
116
117 TH1 Extended Commands
118 ---------------------
119
120 There are many new commands added to TH1 and used to access the special
121
--- www/th1.md
+++ www/th1.md
@@ -5,21 +5,21 @@
5 content in Fossil.
6
7 Origins
8 -------
9
10 TH1 began as a minimalist re-implementation of the Tcl scripting language.
11 There was a need to test the SQLite library on Symbian phones, but at that
12 time all of the test cases for SQLite were written in Tcl and Tcl could not
13 be easily compiled on the SymbianOS. So TH1 was developed as a cut-down
14 version of Tcl that would facilitate running the SQLite test scripts on
15 SymbianOS.
16
17 The testing of SQLite on SymbianOS was eventually accomplished by other
18 means. But Fossil was first being designed at about the same time.
19 Early prototypes of Fossil were written in pure Tcl. But as the development
20 shifted toward the use of C-code, the need arose to have a Tcl-like
21 scripting language to help with code generation. TH1 was small and
22 light-weight and used minimal resources and seemed ideally suited for the
23 task.
24
25 The name "TH1" stands "Test Harness 1", since that was its original purpose.
@@ -78,11 +78,11 @@
78 just a single command.
79
80 Summary of Core TH1 Commands
81 ----------------------------
82
83 The original Tcl language after when TH1 is modeled has a very rich
84 repertoire of commands. TH1, as it is designed to be minimalist and
85 embedded has a greatly reduced command set. The following bullets
86 summarize the commands available in TH1:
87
88 * break
@@ -109,12 +109,12 @@
109 * string repeat STRING COUNT
110 * unset VARNAME
111 * uplevel ?LEVEL? SCRIPT
112 * upvar ?FRAME? OTHERVAR MYVAR ?OTHERVAR MYVAR?
113
114 All of the above commands works as in the original Tcl. Refer to the
115 Tcl documentation for details.
116
117 TH1 Extended Commands
118 ---------------------
119
120 There are many new commands added to TH1 and used to access the special
121

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button