TclVFS

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

2017-12-23
12:22
Merge vc-reform - new nmake build system Leaf check-in: b5e463e712 user: apnadkarni tags: trunk, magicsplat-1.8.0
12:19
Updated to v1.1 of nmake rules Closed-Leaf check-in: 867cf10533 user: apnadkarni tags: vc-reform
2017-12-22
14:06
merge trunk check-in: 4baa6ef6e0 user: jan.nijtmans tags: vc-reform
14:03
Update win/nmakehlp.c to latest version. Convert all win/*.vc files to crlf line-endings check-in: 77340e30f2 user: jan.nijtmans tags: trunk
2017-10-26
15:14
Purged old comments and added NEED_TCL_SOURCE check-in: ebf03291e9 user: ashok tags: vc-reform
2017-10-16
15:56
Update to new nmake build system check-in: d2dc37d2d0 user: ashok tags: vc-reform
13:18
Create new branch named "vc-reform" check-in: 70eea3b579 user: ashok tags: vc-reform
2017-09-18
07:41
Update to nmakehlp.c from Tcl with enhanced linker opts testing check-in: 783072f558 user: ashok tags: trunk
2017-09-16
12:30
Enable optimizations for nmake builds check-in: 3983f57e78 user: ashok tags: trunk
2017-09-12
12:11
Apply fixinternalrepuse.diff from rkeene's kitcreator. Fixes SF bug #76: Tcl_FSGetNormalizedPath() can free pathPtr, destroying the already-referenced intrep. check-in: d20b473929 user: aspect tags: trunk
2017-09-01
15:50
Merged changed to nmake files check-in: 263097fa61 user: ashok tags: trunk
2017-08-31
05:25
Oops, fix include of wrong rules file in nmake Closed-Leaf check-in: ca4a1bcfd4 user: ashok tags: nmake-update
04:47
Updated nmake files to match current Tcl 8.6 check-in: 9c719715dd user: ashok tags: nmake-update
2017-08-30
08:37
Create new branch named "nmake-updates" Leaf check-in: aadd5e249f user: ashok tags: nmake-updates
2015-10-15
22:35
Update the shed descriptor Leaf check-in: 83ac5dcd5d user: hypnotoad tags: etoyoc
2015-09-26
02:12
Updates to the latest SHED standard check-in: 8d5844255c user: hypnotoad tags: etoyoc
2015-09-25
01:57
Final shed tweaks check-in: aac2e8ee5b user: hypnotoad tags: etoyoc
2015-09-24
20:24
Tweaked the definition for the VFS package check-in: f500f58297 user: hypnotoad tags: etoyoc
20:22
Added a SHED definition check-in: 5d9bc6cbb4 user: hypnotoad tags: etoyoc
2014-11-18
18:21
Patch contributed by Roy Keene (rkeene) check-in: 2c448bd4cf user: hypnotoad tags: etoyoc
2014-04-16
03:21
Tweaks to try to get autoconf happy under buildroot check-in: ed1a481bdf user: seandeelywoods tags: etoyoc
03:13
Upgraded to the latest TEA macros check-in: 6c76e68ba0 user: seandeelywoods tags: etoyoc
02:42
Added the correct EXPORT and DLLEXPORT directives to make the package loadable once more check-in: 2fec87c76b user: seandeelywoods tags: etoyoc
2014-03-10
11:40
Fix for #92 vfs::zip unable to read zip archives with wrong modes check-in: e12c3ee732 user: zoro2 tags: trunk
11:39
Fix for zipvfs not preserving missing directories' upper case characters. check-in: b3589b4476 user: zoro2 tags: trunk
2013-02-05
13:18
2013-02-05 Wojciech Kocjan <zoro2@users.sourceforge.net> * library/zipvfs.tcl: vfs::zip unable to read zip archives with wrong modes, bug 3603414 check-in: 811432f961 user: zoro2 tags: trunk
2012-12-12
21:41
* library/template/collatevfs.tcl: Added missing provide command. * library/template/templatevfs.tcl: Fixed missing default status 0 in * pkgIndex.tcl.in: overriden exit command. Bumped to 1.5.5 check-in: a54d27c344 user: andreas_kupries tags: trunk
21:35
Added the various template filesystems to the package index. check-in: f576d6ecd1 user: andreas_kupries tags: trunk
21:32
Bumped vfs::zip to 1.0.4, long overdue. check-in: 53e8260cfa user: andreas_kupries tags: trunk
21:24
* 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). check-in: 080107853b user: andreas_kupries tags: trunk
2012-07-12
13:36
2012-07-12 Wojciech Kocjan <zoro2@users.sourceforge.net> * zipvfs.tcl: Fix for Tcl 8.6 not properly streaming large files with very big compression ratio, bug 3542959 check-in: 0a4cd90315 user: zoro2 tags: trunk
2012-07-04
12:40
* zipvfs.tcl: Fix for streaming not working properly in certain zip files; refactoring of zip::Data to reuse header parsing code for streams check-in: 85db155664 user: zoro2 tags: trunk
2012-03-15
18:51
2012-03-15 Wojciech Kocjan <zoro2@users.sourceforge.net> * zipvfs.tcl: Fix for zip symlinks not supported anymore, bug 3505283 check-in: 4f53c24936 user: zoro2 tags: trunk
2011-11-28
19:48
2011-11-28 Steve Huntley <stephen.huntley@alum.mit.edu> * vfslib.tcl: Applied contributed patch for bug 3412801. Clean up watch timers for memchan vfs. check-in: d780b5303a user: blacksqr tags: trunk
19:26
2011-11-28 Steve Huntley <stephen.huntley@alum.mit.edu> * zipvfs.tcl: Applied contributed patch for bug 3395782. Enables extraction of contents of zip files created using Fossil. check-in: e391911bd2 user: blacksqr tags: trunk
19:12
2011-11-28 Steve Huntley <stephen.huntley@alum.mit.edu> * zipvfs.tcl: Reverted bug fix for 3224057. See bug ID 3303287. check-in: fdacfadbd2 user: blacksqr tags: trunk
2011-04-28
08:01
2011-04-28 Steve Huntley <stephen.huntley@alum.mit.edu> * zipvfs.tcl: Added contributed patch to speed up zipvfs directory listing. See patch 3279418. check-in: 1267093049 user: blacksqr tags: trunk
2011-03-30
06:44
2011-03-30 Steve Huntley <stephen.huntley@alum.mit.edu> * vfslib.tcl, zipvfs.tcl: Added contributed patches to fix bugs 3160686 & 3224057. check-in: d888143e47 user: blacksqr tags: trunk
05:14
2011-03-30 Steve Huntley <stephen.huntley@alum.mit.edu> * globfind.tcl: Updated to latest file version (1.5.3). check-in: 391a075003 user: blacksqr tags: trunk
2010-12-31
07:31
2010-12-31 Steve Huntley <stephen.huntley@alum.mit.edu> * vfs.tcl: Removed requirement for 8.6 for sourcing of vfslib.tcl, since that file contains 8.5-relevant utils for chan command. Vfslib.tcl includes adequate conditional checks for version-dependent commands. check-in: a86dc1c7cc user: blacksqr tags: trunk
04:56
2010-12-30 Steve Huntley <stephen.huntley@alum.mit.edu> * library/zipvfs.tcl: Wojciech Kocjan contributed tweaks to my latest "Frankenstein" patch, which I incorporated. check-in: d499446fc6 user: blacksqr tags: trunk
2010-12-30
07:59
2010-12-30 Steve Huntley <stephen.huntley@alum.mit.edu> * pkgIndex.tcl.in, vfs.tcl: Switched "package require Tcl 8.4" statement to vfs.tcl to conform with accepted practice. check-in: 58acd21b8e user: blacksqr tags: trunk
07:20
2010-12-30 Steve Huntley <stephen.huntley@alum.mit.edu> * library/zipvfs.tcl: Applied patch 3005441 to fix issue with UTF-8 detection for filename encoding. Applied patch 3132957 to enable streaming of large files. check-in: 9ba3fde997 user: blacksqr tags: trunk
2010-12-29
09:57
2010-12-29 Steve Huntley <stephen.huntley@alum.mit.edu> * generic/vfs.c: include sys/stat.h so build under MinGW64 will succeed. See bug #3107382. * library/zipvfs.tcl: Fixed issues with clock handling, dealing with trying to [open] a directory, reading a zip file that has been appended to another file. See bugs 3103687, 3107380 check-in: 3ae33b2b92 user: blacksqr tags: trunk
2010-05-17
04:18
* 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) check-in: 284a191cfe user: blacksqr tags: trunk
2010-02-01
07:32
2010-02-01 Steve Huntley <stephen.huntley@alum.mit.edu> * Makefile.in (PKG_TCL_SOURCES): Added 'template/tclIndex' to the list of installed files. Required for vfs's based on template vfs to load. check-in: 82ff64e534 user: blacksqr tags: trunk
2010-01-30
08:22
2010-01-30 Steve Huntley <stephen.huntley@alum.mit.edu> * templatevfs.tcl: workaround for bug in how virtual volumes are mounted. Version bumped to 1.5.4. See: http://sf.net/tracker/?func=detail&aid=2886914&group_id=10894&atid=110894 check-in: 5cb781db78 user: blacksqr tags: trunk
2009-10-20
08:16
2008-10-20 Steve Huntley <stephen.huntley@alum.mit.edu> * tclIndex: Corrected version number. * pkgIndex.tcl.in: Edited to replace function of deleted pkgIndex.tcl in template subdir. check-in: b1ee541d05 user: blacksqr tags: trunk
2009-10-16
05:40
2008-10-15 Steve Huntley <stephen.huntley@alum.mit.edu> vfs::template package update ver. 1.5.3: * templatevfs.tcl: Incorporated AK's fix below. * collatevfs.tcl: ensured binary file contents got written correctly, and ensured that not only file contents but also file attributes were updated to all write targets. check-in: ff8d467939 user: blacksqr tags: trunk
2009-07-06
17:00
* 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. check-in: 3654e5e1d0 user: andreas_kupries tags: trunk