Differences From Artifact [6dee5fa1e9]:
- File
kitsh/buildsrc/kitsh-0.0/boot.tcl
— part of check-in
[77e40265de]
at
2010-09-26 04:49:35
on branch trunk
— Updated issue with opening directory
Updated to not panic if native encodings cannot be found (user: rkeene, size: 4087) [annotate] [blame] [check-ins using]
To Artifact [f82ab7409d]:
- File kitsh/buildsrc/kitsh-0.0/boot.tcl — part of check-in [7d18befb92] at 2011-05-21 15:09:07 on branch merge-kitdll-kitsh-common — More work towards integrating KitDLL and KitSH -- C-VFS tested working within KitSH (user: rkeene, size: 4160) [annotate] [blame] [check-ins using]
70 70 } 71 71 } 72 72 73 73 seek $::tclKitStorage_fd 0 74 74 set vfsHandler [list ::vfs::zip::handler $::tclKitStorage_fd] 75 75 unset ::tclKitStorage_fd 76 76 } 77 + "cvfs" { 78 + set vfsHandler [list ::vfs::kitdll::vfshandler tcl] 79 + } 77 80 } 78 81 79 82 # mount the executable, i.e. make all runtime files available 80 83 vfs::filesystem mount $noe $vfsHandler 81 84 82 85 # alter path to find encodings 83 86 if {[info tclversion] eq "8.4"} {