0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Dec 14, 2024 — Dec 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix for #92 vfs::zip unable to read zip archives with wrong modes More... almost 12 years ago
Fix for zipvfs not preserving missing directories' upper case characters. More... almost 12 years ago
2013-02-05 Wojciech Kocjan <[email protected]> More... almost 13 years ago
* library/template/collatevfs.tcl: Added missing provide command. More... about 13 years ago
Added the various template filesystems to the package index. More... about 13 years ago
Bumped vfs::zip to 1.0.4, long overdue. More... about 13 years ago
* configure.in: Long overdue bump to version 1.4.2. * configure: (1.4.1 was in 2009-02-07). Regenerated. Please bump the patchlevel for any future bug fixes, of the relevant sub-package(s). More... about 13 years ago
2012-07-12 Wojciech Kocjan <[email protected]> More... over 13 years ago
* zipvfs.tcl: Fix for streaming not working properly in certain zip files; refactoring of zip::Data to reuse header parsing code for streams More... over 13 years ago
2012-03-15 Wojciech Kocjan <[email protected]> More... almost 14 years ago
2011-11-28 Steve Huntley <[email protected]> More... about 14 years ago
2011-11-28 Steve Huntley <[email protected]> More... about 14 years ago
2011-11-28 Steve Huntley <[email protected]> More... about 14 years ago
2011-04-28 Steve Huntley <[email protected]> More... over 14 years ago
2011-03-30 Steve Huntley <[email protected]> More... over 14 years ago
2011-03-30 Steve Huntley <[email protected]> More... over 14 years ago
2010-12-31 Steve Huntley <[email protected]> More... almost 15 years ago
2010-12-30 Steve Huntley <[email protected]> More... almost 15 years ago
2010-12-30 Steve Huntley <[email protected]> More... almost 15 years ago
2010-12-30 Steve Huntley <[email protected]> More... almost 15 years ago
2010-12-29 Steve Huntley <[email protected]> More... almost 15 years ago
* library/vfslib.tcl: Changed memchan condition from Tcl version 8.6 or greater to presence of chan command (since chan now in later 8.5 builds) More... over 15 years ago
2010-02-01 Steve Huntley <[email protected]> More... almost 16 years ago
2010-01-30 Steve Huntley <[email protected]> More... almost 16 years ago
2008-10-20 Steve Huntley <[email protected]> More... about 16 years ago
2008-10-15 Steve Huntley <[email protected]> More... about 16 years ago
* library/template/templatevfs.tcl (memchan): Fix result for * pkgIndex.tcl: unix. The bug was reported on the wiki. The fix there was wrong, did improper handling of the $args argument. Fixed here. Version bumped to 1.5.3. More... over 16 years ago
modified the base address More... over 16 years ago
Handle directory names that include glob chars. More... over 16 years ago
The 8.6 core zlib can't be used to implement the vfs::zstream as these channels need to be seekable and pushing zlib onto a channel makes it non-seeking. For now we can just disable this command as it is only used by tclkit when vfs::zstreamed is true. 8.6 tclkits will now set this false. TODO: make this command work with the core zlib. More... over 16 years ago