Overview
Comment: | Added MacOSX OS name mangaling to the client |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | trunk |
Files: | files | file ages | folders |
SHA1: | 90837215911e573641d28fa1f35b2e5423b52dc3 |
User & Date: | rkeene on 2014-08-22 17:20:34 |
Other Links: | manifest | tags |
Context
2014-08-22
| ||
17:20 | Added MacOSX OS name mangaling to the client Leaf check-in: 9083721591 user: rkeene tags: trunk | |
2014-06-30
| ||
03:18 | Updated to remove teapot.txt created by vectcl check-in: ddb01f865a user: rkeene tags: trunk | |
Changes
Modified client/lib/teapotclient0.1/teapotclient.tcl from [ce9ff0669b] to [24b8f046f2].
80 80 # Conversions from Teapot-style names to local ones 81 81 set osTeapotToLocal(tcl) [list *] 82 82 set osTeapotToLocal(linux-*) [list linux] 83 83 set osTeapotToLocal(win32) [list windows] 84 84 set osTeapotToLocal(solaris*) [list solaris sunos] 85 85 set osTeapotToLocal(freebsd) [list freebsd_*] 86 86 set osTeapotToLocal(irix) [list irix_*] 87 + set osTeapotToLocal(macosx*) [list darwin] 87 88 88 89 set cpuTeapotToLocal(ix86) [list x86 intel i?86 i86pc] 89 90 set cpuTeapotToLocal(sparc) [list sun4*] 90 91 set cpuTeapotToLocal(sparc64) [list sun4u sun4v] 91 92 set cpuTeapotToLocal(universal) [list *] 92 93 set cpuTeapotToLocal(powerpc) [list ppc] 93 94