summaryrefslogtreecommitdiffstats
path: root/library/manifest.txt
Commit message (Collapse)AuthorAgeFilesLines
* Give cookiejar en tcl::idna a 3-part version number. Use 0.2.0 for cookiejar ↵jan.nijtmans2019-11-281-2/+2
| | | | | and 1.0.1 for tcl::idna. "make install" and "make install-libraries" should now (finally) work fine for all platforms, both with configure/make and nmake.
* Fix installation of cookiejar on UNIX, and add same pieces to windows as ↵jan.nijtmans2019-11-261-0/+2
| | | | well. Also modify manifext.txt accordingly, for the zipfile vfs.
* Merge 8.6jan.nijtmans2019-11-181-1/+1
|
* Merge 8.6jan.nijtmans2019-09-061-1/+1
|
* Further refinements for the fix for bug ↵hypnotoad2018-11-211-0/+18
[4e812aadae68af384605a5e78845abe40206fbe9] Moved the package manifest for the /library file system out of init.tcl file and into a new file "manifest.txt". If a VFS is populating tcl_library via a file copy it will rename that file to pkgIndex.tcl, which will allow all of the packages the core distributes in this way to be available via the standard package discovery mechanism (as tcl_library is already in the auto_path of an unmodified tcl interpreter. And if you've modified the tcl interpreter, you probably know better anyway. Probably...)