* library/vfs.tcl.in: New file encapsulating the package load
authorAndreas Kupries <andreas_kupries@users.sourceforge.net>
Fri, 6 Feb 2009 19:13:27 +0000 (19:13 +0000)
committerAndreas Kupries <andreas_kupries@users.sourceforge.net>
Fri, 6 Feb 2009 19:13:27 +0000 (19:13 +0000)
commitce9a74ca72f0eefdadd0c9babf03ba79ee9b6578
tree4a99b18407be695d7e78fd8d162fd1e29b095877
parent8c8d9231fd556da6027c05100e29c0c352866a70
* library/vfs.tcl.in: New file encapsulating the package load
process. Cleaner than the loadvfs proc, and much more suitable for
conversion to a teabag.

* pkgIndex.tcl.in: Cleaned up the declarations for package 'vfs'.
Removed the 'vfslib' package, it never was such.

* Makefile.in: Added installation of library/vfs.tcl.
* configure.in: Added library/vfs.tcl.in.
* configure: Regenerated.

* win/makefile.vc: Updated the windows build file to configure
vfs.tcl.in, and install vfs.tcl.
ChangeLog
Makefile.in
configure
configure.in
library/vfs.tcl.in [new file with mode: 0644]
pkgIndex.tcl.in
win/makefile.vc