Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Handle different user name. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
bc38ecca6e14887439847f5e371ba483 |
User & Date: | peter 2018-10-20 20:28:34.334 |
Context
2018-10-20
| ||
20:29 | Handle NodeStatus in a variable, for speed. check-in: c6bb079eec user: peter tags: trunk | |
20:28 | Handle different user name. check-in: bc38ecca6e user: peter tags: trunk | |
2018-10-03
| ||
20:28 | Do not try to use a kit in vcsvfs. check-in: 3be6954df9 user: peter tags: trunk | |
Changes
Changes to tests/gui.test.
1 2 3 4 | #------------------------------------------------------------*- tcl -*- # Tests for GUI #---------------------------------------------------------------------- | | | 1 2 3 4 5 6 7 8 9 10 11 12 | #------------------------------------------------------------*- tcl -*- # Tests for GUI #---------------------------------------------------------------------- lappend ::auto_path /home/$::env(USER)/src/TkTest package require TkTest wm withdraw . proc XauthSecure {} { global tcl_platform if {[string compare unix $tcl_platform(platform)]} { |
︙ | ︙ |