Overview
Comment: | Updated to disable TclX when cross-compiling |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3d4fcdb4c1f7205e5f7037762566ba32 |
User & Date: | rkeene on 2014-11-19 04:25:48 |
Other Links: | manifest | tags |
Context
2014-11-19
| ||
04:44 | Updated to provide answers to run-time checks in Tcl check-in: 0ad7916e13 user: rkeene tags: trunk | |
04:25 | Updated to disable TclX when cross-compiling check-in: 3d4fcdb4c1 user: rkeene tags: trunk | |
2014-11-17
| ||
18:43 | Fixed bug in TclVFS where internal representation was used after being free'd check-in: 2bfc886173 user: rkeene tags: trunk | |
Changes
Modified build/web/kitcreator.vfs/index.rvt from [f75acbd5b7] to [124531a226].
︙ | |||
46 47 48 49 50 51 52 | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | - - - - - - - - + + + + + + + + | set packages(tcc4tcl) "tcc4tcl" set packages(tls) TLS set packages(dbus) D-BUS set packages(tclx) TclX set packages(itcl) {[incr Tcl]} set disable { |
︙ |