Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Tweak Tcl path |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
959c1b5a351be5d76c707c1722a98530 |
User & Date: | kevin 2017-07-09 00:42:08 |
Context
2017-07-09
| ||
03:58 | Begin Windows build check-in: 074c076009 user: kevin tags: trunk | |
00:42 | Tweak Tcl path check-in: 959c1b5a35 user: kevin tags: trunk | |
2017-07-08
| ||
23:11 | Add acclerators check-in: 4152534079 user: kevin tags: trunk | |
Changes
Changes to stringscan.rb.
︙ | ︙ | |||
8 9 10 11 12 13 14 | require 'mime/types' require 'tk/tk_mac' require 'tkextlib/tkDND' $platform = Tk.windowingsystem #find additional Tcl libraries | < | | | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | require 'mime/types' require 'tk/tk_mac' require 'tkextlib/tkDND' $platform = Tk.windowingsystem #find additional Tcl libraries Tk::AUTO_PATH.list <<= File.dirname(__FILE__) if $platform == 'aqua' TkPackage.require('windowlist') TkPackage.require('fullscreen') end TkPackage.require('regproc') |
︙ | ︙ |