Fossil SCM

Correct casing of 'Tcl' where needed.

mistachkin 2015-01-23 21:03 trunk
Commit 967050341d834fb4f559736a699bf90cc2edf36a
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -1,8 +1,8 @@
11
#!/usr/bin/tclsh
22
#
3
-# Run this TCL script to generate the various makefiles for a variety
3
+# Run this Tcl script to generate the various makefiles for a variety
44
# of platforms. Files generated include:
55
#
66
# src/main.mk # makefile for all unix systems
77
# win/Makefile.mingw # makefile for mingw on windows
88
# win/Makefile.* # makefiles for other windows compilers
99
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -1,8 +1,8 @@
1 #!/usr/bin/tclsh
2 #
3 # Run this TCL script to generate the various makefiles for a variety
4 # of platforms. Files generated include:
5 #
6 # src/main.mk # makefile for all unix systems
7 # win/Makefile.mingw # makefile for mingw on windows
8 # win/Makefile.* # makefiles for other windows compilers
9
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -1,8 +1,8 @@
1 #!/usr/bin/tclsh
2 #
3 # Run this Tcl script to generate the various makefiles for a variety
4 # of platforms. Files generated include:
5 #
6 # src/main.mk # makefile for all unix systems
7 # win/Makefile.mingw # makefile for mingw on windows
8 # win/Makefile.* # makefiles for other windows compilers
9
+2 -2
--- src/setup.c
+++ src/setup.c
@@ -1602,11 +1602,11 @@
16021602
@ <tt>&lt;head&gt;</tt> in the header!
16031603
@ <input type="submit" name="fixbase" value="Add &lt;base&gt; Now"></p>
16041604
}
16051605
16061606
login_insert_csrf_secret();
1607
- @ <p>Edit HTML text with embedded TH1 (a TCL dialect) that will be used to
1607
+ @ <p>Edit HTML text with embedded TH1 (a Tcl dialect) that will be used to
16081608
@ generate the beginning of every page through start of the main
16091609
@ menu.</p>
16101610
textarea_attribute("", 35, 80, "header", "header",
16111611
builtin_text("skins/default.header"), 0);
16121612
@ <br />
@@ -1640,11 +1640,11 @@
16401640
}
16411641
16421642
style_header("Edit Page Footer");
16431643
@ <form action="%s(g.zTop)/setup_footer" method="post"><div>
16441644
login_insert_csrf_secret();
1645
- @ <p>Edit HTML text with embedded TH1 (a TCL dialect) that will be used to
1645
+ @ <p>Edit HTML text with embedded TH1 (a Tcl dialect) that will be used to
16461646
@ generate the end of every page.</p>
16471647
textarea_attribute("", 20, 80, "footer", "footer",
16481648
builtin_text("skins/default.footer"), 0);
16491649
@ <br />
16501650
@ <input type="submit" name="submit" value="Apply Changes" />
16511651
--- src/setup.c
+++ src/setup.c
@@ -1602,11 +1602,11 @@
1602 @ <tt>&lt;head&gt;</tt> in the header!
1603 @ <input type="submit" name="fixbase" value="Add &lt;base&gt; Now"></p>
1604 }
1605
1606 login_insert_csrf_secret();
1607 @ <p>Edit HTML text with embedded TH1 (a TCL dialect) that will be used to
1608 @ generate the beginning of every page through start of the main
1609 @ menu.</p>
1610 textarea_attribute("", 35, 80, "header", "header",
1611 builtin_text("skins/default.header"), 0);
1612 @ <br />
@@ -1640,11 +1640,11 @@
1640 }
1641
1642 style_header("Edit Page Footer");
1643 @ <form action="%s(g.zTop)/setup_footer" method="post"><div>
1644 login_insert_csrf_secret();
1645 @ <p>Edit HTML text with embedded TH1 (a TCL dialect) that will be used to
1646 @ generate the end of every page.</p>
1647 textarea_attribute("", 20, 80, "footer", "footer",
1648 builtin_text("skins/default.footer"), 0);
1649 @ <br />
1650 @ <input type="submit" name="submit" value="Apply Changes" />
1651
--- src/setup.c
+++ src/setup.c
@@ -1602,11 +1602,11 @@
1602 @ <tt>&lt;head&gt;</tt> in the header!
1603 @ <input type="submit" name="fixbase" value="Add &lt;base&gt; Now"></p>
1604 }
1605
1606 login_insert_csrf_secret();
1607 @ <p>Edit HTML text with embedded TH1 (a Tcl dialect) that will be used to
1608 @ generate the beginning of every page through start of the main
1609 @ menu.</p>
1610 textarea_attribute("", 35, 80, "header", "header",
1611 builtin_text("skins/default.header"), 0);
1612 @ <br />
@@ -1640,11 +1640,11 @@
1640 }
1641
1642 style_header("Edit Page Footer");
1643 @ <form action="%s(g.zTop)/setup_footer" method="post"><div>
1644 login_insert_csrf_secret();
1645 @ <p>Edit HTML text with embedded TH1 (a Tcl dialect) that will be used to
1646 @ generate the end of every page.</p>
1647 textarea_attribute("", 20, 80, "footer", "footer",
1648 builtin_text("skins/default.footer"), 0);
1649 @ <br />
1650 @ <input type="submit" name="submit" value="Apply Changes" />
1651
+1 -1
--- src/th.h
+++ src/th.h
@@ -1,8 +1,8 @@
11
22
/* This header file defines the external interface to the custom Scripting
3
-** Language (TH) interpreter. TH is very similar to TCL but is not an
3
+** Language (TH) interpreter. TH is very similar to Tcl but is not an
44
** exact clone.
55
*/
66
77
/*
88
** Before creating an interpreter, the application must allocate and
99
--- src/th.h
+++ src/th.h
@@ -1,8 +1,8 @@
1
2 /* This header file defines the external interface to the custom Scripting
3 ** Language (TH) interpreter. TH is very similar to TCL but is not an
4 ** exact clone.
5 */
6
7 /*
8 ** Before creating an interpreter, the application must allocate and
9
--- src/th.h
+++ src/th.h
@@ -1,8 +1,8 @@
1
2 /* This header file defines the external interface to the custom Scripting
3 ** Language (TH) interpreter. TH is very similar to Tcl but is not an
4 ** exact clone.
5 */
6
7 /*
8 ** Before creating an interpreter, the application must allocate and
9
+1 -1
--- src/translate.c
+++ src/translate.c
@@ -42,11 +42,11 @@
4242
**
4343
** Enhancement #2:
4444
**
4545
** Comments of the form: "/* @-comment: CC" cause CC to become a
4646
** comment character for the @-substitution. Typical values for CC are
47
-** "--" (for SQL text) or "#" (for TCL script) or "//" (for C++ code).
47
+** "--" (for SQL text) or "#" (for Tcl script) or "//" (for C++ code).
4848
** Lines of subsequent @-blocks that begin with CC are omitted from the
4949
** output.
5050
**
5151
*/
5252
#include <stdio.h>
5353
--- src/translate.c
+++ src/translate.c
@@ -42,11 +42,11 @@
42 **
43 ** Enhancement #2:
44 **
45 ** Comments of the form: "/* @-comment: CC" cause CC to become a
46 ** comment character for the @-substitution. Typical values for CC are
47 ** "--" (for SQL text) or "#" (for TCL script) or "//" (for C++ code).
48 ** Lines of subsequent @-blocks that begin with CC are omitted from the
49 ** output.
50 **
51 */
52 #include <stdio.h>
53
--- src/translate.c
+++ src/translate.c
@@ -42,11 +42,11 @@
42 **
43 ** Enhancement #2:
44 **
45 ** Comments of the form: "/* @-comment: CC" cause CC to become a
46 ** comment character for the @-substitution. Typical values for CC are
47 ** "--" (for SQL text) or "#" (for Tcl script) or "//" (for C++ code).
48 ** Lines of subsequent @-blocks that begin with CC are omitted from the
49 ** output.
50 **
51 */
52 #include <stdio.h>
53

Keyboard Shortcuts

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