Tcl Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

60 check-ins using file changes version 364a4acae0

2014-10-21
01:20
Fixes to allow a standard tclsh build to do the zip file encoding, instead of having to do it all t... check-in: 6c7635e2ee user: hypnotoad tags: core_zip_vfs
01:11
Tweaked zvfstools to always allows the zvfs::mkzip command, and defer the check for the rest of the ... check-in: 5cef4847a0 user: hypnotoad tags: core_zip_vfs
01:04
Replaced calls to zip with calls to the new pure-tcl zipfile encoder embedded in zvfstools.

Fixed a... check-in: 6dd3878e92 user: hypnotoad tags: core_zip_vfs

2014-10-20
20:54
Added the zipfile::encode routine from Tcllib, and a rudimentary zipfile decode as a package "zvfsto... check-in: 8b58e606ad user: hypnotoad tags: core_zip_vfs
19:59
Renamed "tclkit" to "tclzsh"

Removed tclzsh from "make binaries". (It the user wants it, they have ... check-in: 5577189ee9 user: hypnotoad tags: core_zip_vfs

01:23
Removed the dual ported canonical path mapping scheme to allow Odie and FreeWrap to coexist. The res... check-in: dd441a751c user: hypnotoad tags: core_zip_vfs
01:20
Added thread mutex/release calls around the potentially contested regions of the code:

Mounting a... check-in: eb7ef71fe1 user: hypnotoad tags: core_zip_vfs

2014-10-19
20:20
Added a "_bare" stage to capture the kit executable before the VFS is wrapped to it. check-in: 9edde82482 user: hypnotoad tags: core_zip_vfs
20:03
Update the zipvfs implementation with additional code from both Odie and Dennis LaBelle's FreeWrap.... check-in: 5fa52cd7ed user: hypnotoad tags: core_zip_vfs
11:06
Bringing in the latest fixes from trunk check-in: d4e9327ae2 user: seandeelywoods tags: core_zip_vfs
2014-09-22
18:27
Merge with trunk check-in: aa4f784295 user: hypnotoad tags: core_zip_vfs
2014-09-19
06:36
Merge from trunk check-in: 9d87cb1287 user: hypnotoad tags: core_zip_vfs
2014-09-17
08:33
Walked back modifications to tclConfig.sh.in

(Builds don't require them anymore) check-in: 63f755231c user: tne tags: core_zip_vfs

08:31
Removed non-working tclkit-direct makefile technique check-in: f62bd8dc6e user: tne tags: core_zip_vfs
2014-09-16
23:07
Added a "make tclkit" to makefile

Removed debugging fprintf check-in: b2491b1e92 user: hypnotoad tags: core_zip_vfs

2014-09-15
14:59
Removed non-working code from the end of the mkVfs.tcl script check-in: 36c73f3d2f user: hypnotoad tags: core_zip_vfs
10:04
Modified the makefile to produce a distinct name for a kit depending on whether it was compiled stat... check-in: 2c33cc0626 user: hypnotoad tags: core_zip_vfs
09:44
The unix build has been pared down to the minimum hooks required to build a VFS enabled Tclsh with a... check-in: f0b37aebaf user: hypnotoad tags: core_zip_vfs
2014-09-12
17:59
Zip enabled shells now build just like tclsh.

Whether they are dynamic or static is determined by -... Closed-Leaf check-in: 8f11d69abf user: tne tags: core_zip_vfs

16:13
Backing out code that inserted a debug statement into the http package check-in: 623e75f093 user: hypnotoad tags: core_zip_vfs
16:06
Merging in changes from trunk check-in: ba85013c28 user: hypnotoad tags: core_zip_vfs
16:03
Developed an improved bootloader built around TclSetPreInitScript. The new bootloader now mounts th... check-in: c6b845bda5 user: hypnotoad tags: core_zip_vfs
2014-09-09
15:23
Folding the core_zip_vfs_static work back into main branch. The pure-dynamic line of research was no... check-in: c5e069de45 user: hypnotoad tags: core_zip_vfs
15:09
Added the "run tcl dll from vfs" magic to windows check-in: cde34f25f5 user: hypnotoad tags: core_zip_vfs
15:02
Add tclkit to "make all" and install check-in: 84365e493b user: hypnotoad tags: core_zip_vfs
14:47
Instead of statically link the tclkit executable, pack the tcl dll in the VFS check-in: 8d38788ffd user: hypnotoad tags: core_zip_vfs
13:59
Add Static library link instructions to tclConfig.sh Closed-Leaf check-in: 2cd7c40e2b user: hypnotoad tags: core_zip_vfs_static
07:55
Instead of statically compiling the Tclkit executable straight from .o files, generate a static libr... check-in: 03dbd642da user: hypnotoad tags: core_zip_vfs_static
06:54
Added the tclkit binaries to install check-in: f38b8d5ad3 user: hypnotoad tags: core_zip_vfs_static
2014-09-06
11:41
Created a designated bootloader for Tclkits under windows

On windows, tclkits build a private VFS i... check-in: cd9bbdf261 user: hypnotoad tags: core_zip_vfs

01:21
Preliminary checkin for Windows tclkit builds check-in: c9f72a4736 user: hypnotoad tags: core_zip_vfs
00:58
New build process for Tcl kits in Unix (Windows port to follow...)

Rather than force a "make instal... check-in: a45b82575d user: hypnotoad tags: core_zip_vfs

2014-09-05
20:34
Updating to the latest trunk check-in: 6c37892758 user: hypnotoad tags: core_zip_vfs
2014-09-04
01:27
Removed a typo check-in: bbbef942d3 user: hypnotoad tags: core_zip_vfs
01:23
Removed some debugging code of mine... check-in: dfd8080cdc user: hypnotoad tags: core_zip_vfs
01:22
Adapted the Unix startup process to ifdef out the KIT specific behaviors.

tclkit is now build as a ... check-in: 048d56390d user: hypnotoad tags: core_zip_vfs

00:30
Re-engineered the windows kitbuilding process to produce a standalone executable (in a similar proc... check-in: ae8b5b6616 user: hypnotoad tags: core_zip_vfs
2014-09-03
22:03
Typo Fix check-in: f32c24047c user: tne tags: core_zip_vfs
21:24
Merging changes from trunk check-in: 6f6342b8fe user: hypnotoad tags: core_zip_vfs
21:11
Closing the hypnotoad branch check-in: 93e7e6f813 user: tne tags: core_zip_vfs
21:10
Updating hypnotoad branch Closed-Leaf check-in: b2aeca61e8 user: tne tags: hypnotoad
20:41
More tweaks to makefiles check-in: 430f936c3b user: hypnotoad tags: core_zip_vfs
20:32
Merging in changes from Tcl

Reduced the code necessary to bootstrap a shell to a single C call.

Re... check-in: a706cf4205 user: hypnotoad tags: core_zip_vfs

10:50
Backported dkf's documentation effort to the main core_zip_vfs branch check-in: 2743e37804 user: hypnotoad tags: core_zip_vfs
10:24
Clean up of docs, import basic text from comments in code, format. check-in: f6c5f91158 user: dkf tags: hypnotoad
2014-09-02
22:06
Merging in the "official" windows hang patch check-in: 67c6c1c72a user: hypnotoad tags: hypnotoad
21:19
Merging with fix_windows_zip check-in: d5b9767029 user: hypnotoad tags: hypnotoad
20:26
Revised patch (per ferrieux) check-in: 17facd18b9 user: hypnotoad tags: hypnotoad
20:17
Merging in changes from core_zip_vfs check-in: b3cc774c30 user: hypnotoad tags: hypnotoad
20:16
Added a hac^H^H^Hpatch from ferrieux to mask around the exit hang on windows until the issues are fi... check-in: 87d43b4d28 user: hypnotoad tags: hypnotoad
18:30
Pared down tclZipVfs to eliminate #ifdef branches that we don't have to worry about with a modern Tc... check-in: e7375a703d user: hypnotoad tags: core_zip_vfs
15:23
Start of the "hypnotoad" branch, combining the various patches I'm testing against. check-in: e1f1b9db01 user: hypnotoad tags: hypnotoad
11:04
Rather than make a special executable, tclkits are now a copy of tclsh with an attached zip file check-in: 5747a1b07c user: hypnotoad tags: core_zip_vfs
2014-09-01
23:23
Tweaking the Makefile instructions for Tclkits under unix check-in: 7811fafa97 user: hypnotoad tags: core_zip_vfs
13:51
Squelch most warnings. check-in: 376fdb8633 user: dkf tags: core_zip_vfs
10:45
Bring the source more into line with Tcl style. check-in: e92cf56f98 user: dkf tags: core_zip_vfs
10:03
Merging in changes from core. check-in: 35c56d3b90 user: hypnotoad tags: core_zip_vfs
09:41
Tweaks to the Windows makefile. check-in: 874bfe9df5 user: hypnotoad tags: core_zip_vfs
09:36
Tweak the Windows implementation of Tcl_AppInit() to match Unix check-in: dbf5b98ca7 user: hypnotoad tags: core_zip_vfs
07:15
Adding the ability for the Tcl core to build self-contained Zip-based executables

* Integrated a pu... check-in: c1d9b13f8c user: hypnotoad tags: core_zip_vfs