Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bumped vfs::zip to 1.0.4, long overdue. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
53e8260cfa645d2738cdb324343d1cc4 |
User & Date: | andreas_kupries 2012-12-12 21:32:41.000 |
Context
2012-12-12
| ||
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 | |
Changes
Changes to ChangeLog.
1 2 3 4 5 6 7 8 9 | 2012-12-12 Andreas Kupries <[email protected]> * 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). 2012-07-12 Wojciech Kocjan <[email protected]> | > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | 2012-12-12 Andreas Kupries <[email protected]> * pkgIndex.tcl.in: Long overdue bump of vfs::zip to * library/zipvfs.tcl: 1.0.4. (Since 2009-02-07 or earlier). * 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). 2012-07-12 Wojciech Kocjan <[email protected]> |
︙ | ︙ |
Changes to library/zipvfs.tcl.
1 2 | # Removed provision of the backward compatible name. Moved to separate # file/package. | | | 1 2 3 4 5 6 7 8 9 10 | # Removed provision of the backward compatible name. Moved to separate # file/package. package provide vfs::zip 1.0.4 package require vfs # Using the vfs, memchan and Trf extensions, we ought to be able # to write a Tcl-only zip virtual filesystem. What we have below # is basically that. |
︙ | ︙ |
Changes to pkgIndex.tcl.in.
1 2 3 4 5 6 7 8 9 10 11 12 13 | # -*- tcl -*- # Tcl package index file, version 1.1 # This file was generated by hand. # # This will be autogenerated by configure to use the correct name # for the vfs dynamic library. package ifneeded vfs @PACKAGE_VERSION@ [list source [file join $dir vfs.tcl]] package ifneeded starkit 1.3.3 [list source [file join $dir starkit.tcl]] # New, for the old, keep version numbers synchronized. package ifneeded vfs::mk4 1.10.1 [list source [file join $dir mk4vfs.tcl]] | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # -*- tcl -*- # Tcl package index file, version 1.1 # This file was generated by hand. # # This will be autogenerated by configure to use the correct name # for the vfs dynamic library. package ifneeded vfs @PACKAGE_VERSION@ [list source [file join $dir vfs.tcl]] package ifneeded starkit 1.3.3 [list source [file join $dir starkit.tcl]] # New, for the old, keep version numbers synchronized. package ifneeded vfs::mk4 1.10.1 [list source [file join $dir mk4vfs.tcl]] package ifneeded vfs::zip 1.0.4 [list source [file join $dir zipvfs.tcl]] # New package ifneeded vfs::ftp 1.0 [list source [file join $dir ftpvfs.tcl]] package ifneeded vfs::http 0.6 [list source [file join $dir httpvfs.tcl]] package ifneeded vfs::ns 0.5.1 [list source [file join $dir tclprocvfs.tcl]] package ifneeded vfs::tar 0.91 [list source [file join $dir tarvfs.tcl]] package ifneeded vfs::test 1.0 [list source [file join $dir testvfs.tcl]] |
︙ | ︙ |