Overview
Comment: | Updated to use Tcl 8.5.14 as default build |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
31c33b52d574bfb3bfd76f0d1d19919b |
User & Date: | rkeene on 2013-08-06 23:55:15 |
Other Links: | manifest | tags |
Context
2013-08-06
| ||
23:55 | Updated to not read "setup.tcl" check-in: b41fe67416 user: rkeene tags: trunk | |
23:55 | Updated to use Tcl 8.5.14 as default build check-in: 31c33b52d5 user: rkeene tags: trunk | |
2013-07-08
| ||
20:16 | Always return archive files in a deterministic order, otherwise mingw32 may fail to build kitsh correctly check-in: fa83093778 user: schelte tags: trunk | |
Changes
Modified kitcreator from [91d947f7af] to [b301e03af9].
1 2 | #! /usr/bin/env bash | | | 1 2 3 4 5 6 7 8 9 10 | #! /usr/bin/env bash TCLVERS="8.5.14" if echo "$1" | grep '^[0-9][0-9]*\.' >/dev/null || echo "$1" | egrep '^(cvs|fossil)_' >/dev/null; then TCLVERS="$1" shift fi export TCLVERS |
︙ | ︙ |