Fossil SCM
Normalize capitalization of Tcl on the TH1 commands page.
Commit
0c63df2422839672ae353a2b906993d66297fafb
Parent
1e5548ae7cf91d1…
1 file changed
+7
-7
+7
-7
| --- www/th1.md | ||
| +++ www/th1.md | ||
| @@ -5,21 +5,21 @@ | ||
| 5 | 5 | content in Fossil. |
| 6 | 6 | |
| 7 | 7 | Origins |
| 8 | 8 | ------- |
| 9 | 9 | |
| 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. | |
| 11 | 11 | There was a need to test the SQLite library on Symbian phones, but at that |
| 12 | 12 | time all of the test cases for SQLite were written in Tcl and Tcl could not |
| 13 | 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 | |
| 14 | +version of Tcl that would facilitate running the SQLite test scripts on | |
| 15 | 15 | SymbianOS. |
| 16 | 16 | |
| 17 | 17 | The testing of SQLite on SymbianOS was eventually accomplished by other |
| 18 | 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 | |
| 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 | 21 | scripting language to help with code generation. TH1 was small and |
| 22 | 22 | light-weight and used minimal resources and seemed ideally suited for the |
| 23 | 23 | task. |
| 24 | 24 | |
| 25 | 25 | The name "TH1" stands "Test Harness 1", since that was its original purpose. |
| @@ -78,11 +78,11 @@ | ||
| 78 | 78 | just a single command. |
| 79 | 79 | |
| 80 | 80 | Summary of Core TH1 Commands |
| 81 | 81 | ---------------------------- |
| 82 | 82 | |
| 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 | |
| 84 | 84 | repertoire of commands. TH1, as it is designed to be minimalist and |
| 85 | 85 | embedded has a greatly reduced command set. The following bullets |
| 86 | 86 | summarize the commands available in TH1: |
| 87 | 87 | |
| 88 | 88 | * break |
| @@ -109,12 +109,12 @@ | ||
| 109 | 109 | * string repeat STRING COUNT |
| 110 | 110 | * unset VARNAME |
| 111 | 111 | * uplevel ?LEVEL? SCRIPT |
| 112 | 112 | * upvar ?FRAME? OTHERVAR MYVAR ?OTHERVAR MYVAR? |
| 113 | 113 | |
| 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. | |
| 116 | 116 | |
| 117 | 117 | TH1 Extended Commands |
| 118 | 118 | --------------------- |
| 119 | 119 | |
| 120 | 120 | There are many new commands added to TH1 and used to access the special |
| 121 | 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 |
| --- 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 |