Tcl Source Code

Timeline
Login
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2018 Conference, Houston/TX, US, Oct 15-19
Send your abstracts to tclconference@googlegroups.com or submit via the online form
by Aug 20.

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

50 most recent check-ins related to "core_zip_vfs"

2018-01-19
20:27
Fixed a problem where a Windows hack was occuring after it was called in the tclZipfs.c file, preve... Leaf check-in: 8096ef92fa user: hypnotoad tags: core_zip_vfs
2018-01-17
15:56
Modifications to allow the mounting of zip file systems from data blocks Added a new stubs entry to... check-in: 1f15130a96 user: hypnotoad tags: core_zip_vfs
01:09
Modifications to index zip file systems by mountpoint, and separate the process of mounting a zip ar... check-in: 042d9742e2 user: hypnotoad tags: core_zip_vfs
2018-01-16
23:25
Tweaks to the tclZipfs.c file to allow the same C source to be used both in the core and as a static... check-in: d7c63c8941 user: hypnotoad tags: core_zip_vfs
2018-01-11
16:45
Tweaks to zipfs.test check-in: bb39207752 user: hypnotoad tags: core_zip_vfs
2018-01-09
18:10
Fix tests dependent on other tests in zipfs.test Add a workaround for the fact that dynamic librari... check-in: de82487597 user: hypnotoad tags: core_zip_vfs
16:28
Pulling changes from core-8-branch check-in: 697f83a2c7 user: hypnotoad tags: core_zip_vfs
00:10
Some refactoring and tidying up of comments. check-in: 85aedb56e8 user: dkf tags: core-8-branch
2018-01-04
02:23
Minimal fixes to stop the [package files] machinery writing to freed mem. This contribution needs a ... check-in: 66af5dca17 user: dgp tags: core_zip_vfs
2017-12-29
21:41
Modifications to clean up warnings on compile check-in: 6c7e0fd3e2 user: hypnotoad tags: core_zip_vfs
20:40
Removing the standalone pkgIndex.tcl. There is enough stuff that needs to be manually edited in the... check-in: 1fb6e2c898 user: hypnotoad tags: core_zip_vfs
15:13
Pulling changes from core-8-branch check-in: cf43d89150 user: hypnotoad tags: core_zip_vfs
2017-12-28
21:15
merge core-8-6-branch check-in: a9598976f4 user: jan.nijtmans tags: core-8-branch
2017-12-16
03:33
Pulling changes from core-8-branch check-in: 855b386403 user: hypnotoad tags: core_zip_vfs
03:30
Update the config.test with new keys needed for zipfs check-in: 08182e0f9f user: hypnotoad tags: core_zip_vfs
03:24
Removing static package declaration of zipfs. check-in: 4d16722d25 user: hypnotoad tags: core_zip_vfs
03:22
Re-arranging code and providing forward prototypes to allow the C infrastructure of Zipfs to be act... check-in: 67e20b245a user: hypnotoad tags: core_zip_vfs
2017-12-15
21:27
Revert a few more (int -> size_t) transitions, which could effect extensions (such as Itcl 3.4) whic... check-in: b59ef9e0d8 user: jan.nijtmans tags: core-8-branch
2017-12-13
15:52
Pulling changes from core-8-branch check-in: 4f4380b7ac user: hypnotoad tags: core_zip_vfs
10:31
core-8-6-branch merge: Use nmakehlp -L to locate directories check-in: 3f56042ab4 user: apnadkarni tags: core-8-branch
2017-11-29
01:59
Pulling changes from core-8-branch check-in: 3598570130 user: hypnotoad tags: core_zip_vfs
01:59
Closing leaf check-in: 20f8676c2e user: hypnotoad tags: core_zip_vfs
2017-11-28
23:33
Fix for issue [6cf568a21b]: Tcl_Eval() causes new segfault (TclOO object creation by qualified name)... check-in: 93c437ef37 user: pooryorick tags: core-8-branch
18:06
Pulling changes from the last core-8-branch that doesn't cause a segfault in kits check-in: 7cfb94f9af user: hypnotoad tags: core_zip_vfs
2017-11-26
18:27
Pulling changes from core-8-branch Closed-Leaf check-in: 6e423b0d36 user: hypnotoad tags: core_zip_vfs_pyk-command-named-colon
2017-11-25
16:36
Fix for issue [4f6a1ebd64]: ensemble: segmentation fault when -subcommand and -map values are the sa... check-in: 046a5af026 user: pooryorick tags: core-8-branch
10:54
Restoring the Makefile.in for the win/ directory after an unfortunate copy/paste error check-in: 4aeb610c78 user: tne tags: core_zip_vfs
2017-11-24
11:46
Tweak to ensure mount points for zipfs are corralled into the //zipfs:/ prefix space check-in: bf3a647091 user: hypnotoad tags: core_zip_vfs
11:21
Pulling changes from Androwish check-in: e5b9c90e58 user: hypnotoad tags: core_zip_vfs
10:32
Restoring whitespace to tclZipfs.c to improve legibility. check-in: facf85dff5 user: hypnotoad tags: core_zip_vfs
2017-11-23
11:55
Fixing a goof, Zipfs was looking for the Dll where the installer put the file, which is not necessar... check-in: fa45598420 user: hypnotoad tags: core_zip_vfs
2017-11-21
22:34
Pulling changes from core-8-branch check-in: 00dfc6711c user: hypnotoad tags: core_zip_vfs
18:57
Added additional functions to the "install" command in tclsh check-in: eb6443d309 user: hypnotoad tags: core_zip_vfs
16:49
Eliminated the need for a preinit script in Tip 430's AppHook. tcl_findLibrary now knows to scan th... check-in: 242d4e33ff user: hypnotoad tags: core_zip_vfs
14:21
Removing the pool of literal values within the internals of tclZipfs.c. Replaced with a single point... check-in: 9f0abfb1ac user: hypnotoad tags: core_zip_vfs
04:26
Fixes to "make clean" to do a better job of cleaning up zip files and vfs directories Fixed a type ... check-in: 4f8ac2d312 user: tne tags: core_zip_vfs
04:07
Added an implementation of tinydir.h, and spliced it into minizip to allow minizip to recurse direct... check-in: 0064401a40 user: hypnotoad tags: core_zip_vfs
01:14
Final tweaks to make "./tclsh install" work properly on Windows NOTE: We still seem to be screwing ... check-in: bb6f8b6301 user: tne tags: core_zip_vfs
00:41
Typo fixes for minizip check-in: 8e88f231e5 user: hypnotoad tags: core_zip_vfs
00:36
Added a new function to the Zipfs: TclZipfs_TclLibrary, which returns a previously discovered /libra... check-in: a4cbb0feb7 user: hypnotoad tags: core_zip_vfs
2017-11-20
23:34
Change to TclZipfs_AppHook to accomidate Windows check-in: 74bcd5fae3 user: tne tags: core_zip_vfs
22:45
Fixing the quoting for arguments to minizip check-in: eaa6c99d64 user: hypnotoad tags: core_zip_vfs
21:29
Updating tcl.m4 in windows to fix a typo check-in: 6aee71e52c user: hypnotoad tags: core_zip_vfs
19:35
Removing debugging printf() statement check-in: 9357f48bf2 user: tne tags: core_zip_vfs
19:21
Fixes to determing the dll location on Windows using GetModuleFileName() check-in: 1f05b4b6c9 user: tne tags: core_zip_vfs
18:08
Autoconf fixes check-in: 4ebd790c48 user: hypnotoad tags: core_zip_vfs
17:09
Modifications to allow the Tcl build system to exploit either a native zip executable in the path or... check-in: 535a8088d4 user: hypnotoad tags: core_zip_vfs
12:07
If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub entries which correspon... check-in: 4a603a5f7d user: jan.nijtmans tags: core-8-branch
2017-11-19
18:16
Added handling to allow Tclsh to intercept a zip file fed as the first command line argument, and op... check-in: 006e6abb7e user: hypnotoad tags: core_zip_vfs
2017-11-18
20:28
Pulling changes from core-8-branch check-in: 12f6bb0443 user: hypnotoad tags: core_zip_vfs