Overview
Comment: | Added Tcl 8.6.4 and 8.5.18 to web builder |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
94f775def7fe5920e5a81b44ab602703 |
User & Date: | rkeene on 2015-03-16 01:00:46 |
Other Links: | manifest | tags |
Context
2015-03-16
| ||
01:05 | Updated kit maker to use Tcl 8.6.4 and Tcl 8.5.18 check-in: 0da828bbfa user: rkeene tags: trunk | |
01:00 | Added Tcl 8.6.4 and 8.5.18 to web builder check-in: 94f775def7 user: rkeene tags: trunk | |
2015-02-02
| ||
18:38 | Updated build system to use new build-cc name for static compilers check-in: fe66a5f969 user: rkeene tags: trunk | |
Changes
Modified build/web/kitcreator.vfs/index.rvt from [d57ac5659d] to [805e573a83].
︙ | |||
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | + + | set kitcreator_version_selected [lindex [lsort -dictionary [array names kitcreator_versions]] end] set kitcreator_versions(trunk) "Fossil Trunk Tip" set tcl_versions(8.5.15) 8.5.15 set tcl_versions(8.5.16) 8.5.16 set tcl_versions(8.5.17) 8.5.17 set tcl_versions(8.5.18) 8.5.18 set tcl_versions(8.6.1) 8.6.1 set tcl_versions(8.6.2) 8.6.2 set tcl_versions(8.6.3) 8.6.3 set tcl_versions(8.6.4) 8.6.4 set tcl_versions(fossil_trunk) "Fossil Trunk Tip" set platforms(android-arm) "Android/ARM" set platforms(freebsd-amd64) "FreeBSD/amd64" set platforms(hpux-hppa64) "HP-UX/PA-RISC 2.0" set platforms(linux-amd64) "Linux/amd64" set platforms(linux-amd64-static) "Linux/amd64 (static)" |
︙ |