| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
the stub table any more.
|
| |
|
| |
|
|
|
|
|
| |
in UNICODE mode. Also, remove this from the stub table because it should never be called this way.
Prevent a possible crash on win32 startup.
|
|
|
|
|
| |
of mounting a zip archive from the process of indexing its contents. This work
is progress towards being able to pass a data block to the zipfs system
as a new file system to be mounted.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
called out by the tip. Eliminated the header files tclZipfs.h and
zcrypt.h. The only public calls for tclZipfs.h are now in the stubs
table and the contents of zcrypt.h are already part of the minizip
implementation that Tcl keeps around in the compat/zlib/contrib/minizip
directory. tclBootVFS.h hasn't been used by the implementation in a while.
Alos eliminated the mkzip.tcl facility from tools/. The C based mkzip is
much faster and more reliable
|
| |
|
|
|