Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Removed a debug message accidentally checked in. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8eadf4c428a79880dee6fac1fe65c217 |
User & Date: | wyoung 2018-09-02 21:51:07.620 |
Context
2018-09-02
| ||
23:05 | Cached the result of "$tcl_platform(platform) eq "windows"" in test/tester.tcl and replaced all of the repetitions of this expression with a test of the variable. ... (check-in: 2e4143aa user: wyoung tags: trunk) | |
21:51 | Removed a debug message accidentally checked in. ... (check-in: 8eadf4c4 user: wyoung tags: trunk) | |
21:47 | Merged tclsh-macos down to trunk. ... (check-in: ee2ffe35 user: wyoung tags: trunk) | |
Changes
Changes to test/commit-warning.test.
︙ | ︙ | |||
37 38 39 40 41 42 43 | write_file empty "" write_file plain.txt { Lorem ipsum dolor sic amet } # try long lines | < | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | write_file empty "" write_file plain.txt { Lorem ipsum dolor sic amet } # try long lines set a3 "abcdefgh" set a4 $a3$a3 set a5 $a4$a4 set a6 $a5$a5 write_file line-0064 "$a6\n" set a7 $a6$a6 set a8 $a7$a7 |
︙ | ︙ |