-
blacksqr committed patchset 341 of module tclvfs to the TclVfs CVS repository, changing 3 files.
2009-10-20 08:16:36 UTC by blacksqr
-
blacksqr committed patchset 340 of module tclvfs to the TclVfs CVS repository, changing 3 files.
2009-10-16 05:40:13 UTC by blacksqr
-
When [glob]bing a filesystem, it is the
[matchindirectory] command of a tclvfs
driver that does the work.
The matchindirectory commands of
ftpvfs, mk4vfs, tarvfs, webdavvfs, and
zipvfs all build up their return lists by
[lappend]ing the return of a
[file join $actualpath ].
If begins with ~ then the
behavior of [file join] will result in the
$actualpath pref.
2009-08-20 20:30:54 UTC by dgp
-
andreas_kupries committed patchset 339 of module tclvfs to the TclVfs CVS repository, changing 3 files.
2009-07-06 17:00:19 UTC by andreas_kupries
-
patthoyts committed patchset 338 of module tclvfs to the TclVfs CVS repository, changing 1 files.
2009-05-30 17:00:52 UTC by patthoyts
-
With the latest CVS head (dated May 19, 2009), the test suite now completely fails to execute. The error is:
PATH="." /vol/tclsrcsol/tcl86/tcl/unix/tclsh `echo ../tests/all.tcl`
couldn't read file "./vfs.tcl": no such file or directory
while executing
"source ./vfs.tcl"
("package ifneeded vfs 1.4.1" script)
invoked from within
"package require vfs 1.4"
(file...
2009-05-20 15:01:42 UTC by lvirden
-
patthoyts committed patchset 337 of module tclvfs to the TclVfs CVS repository, changing 4 files.
2009-05-14 19:02:32 UTC by patthoyts
-
PKG_INCLUDES is on some systems set to -I"" and this result in compile errors.
Is there a way to suppress this?
I'm currently remove the @PKG_INCLUDES@ from Makefile.in for all systems.
It is working with an already installed tcl under --prefix=..
2009-05-08 07:17:34 UTC by r_zaumseil
-
patthoyts committed patchset 336 of module tclvfs to the TclVfs CVS repository, changing 1 files.
2009-03-22 18:57:14 UTC by patthoyts
-
It turns out that this was caused by an improper setup. The Trf extension (which is apparently used to uncompress) was not available, and there was a conflict with the zip capabilities from tkImg.
Inspection of the vfs::zip code shows that it returns the compressed data rather than an error if anything fails during uncompression.
So the title of this bug should probably be changed to...
2009-03-21 23:24:16 UTC by nobody