summaryrefslogtreecommitdiffstats
path: root/doc/zipfs.3
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2021-11-261-5/+5
|\
| * doc updatejan.nijtmans2021-04-291-1/+2
| |
| * Merge 8.7. Change more functions signatures to return the Tcl full version ↵jan.nijtmans2021-02-241-6/+5
| | | | | | | | number.
* | Update tcl.dsp. Update documentationjan.nijtmans2021-04-301-5/+5
| |
* | Final implementation tweaks, fix comments, allow Tcl to load from ↵jan.nijtmans2021-02-241-2/+2
| | | | | | | | <prefix>/lib (or <prefix>/bin on win32/cygwin) even when this is not in your PATH.
* | Add 2 more supported funtions to TclStubCall()jan.nijtmans2020-10-231-2/+1
| |
* | Finish correct implementation of stubbed TclZipfs_AppHook. Looks like ↵jan.nijtmans2020-10-211-1/+2
|/ | | | complete now.
* s/in stead/instead/dgp2020-01-081-1/+1
|
* TIP #512 documentation: Indicate which functions cannot be called through ↵jan.nijtmans2018-11-211-0/+2
| | | | the stub table any more.
* More regularizing of function names, field names and testing stylesdkf2018-10-061-4/+26
|
* Clean up zipfs implementation a bit.dkf2018-10-041-38/+64
|
* Improvements for zipfs. Document that TclZipfs_AppHook only works on Windows ↵jan.nijtmans2018-09-261-0/+4
| | | | | in UNICODE mode. Also, remove this from the stub table because it should never be called this way. Prevent a possible crash on win32 startup.
* Modifications to index zip file systems by mountpoint, and separate the processhypnotoad2018-01-171-3/+3
| | | | | of mounting a zip archive from the process of indexing its contents. This work is progress towards being able to pass a data block to the zipfs system as a new file system to be mounted.
* Added documentation for the zipfs root command and working of TclZipfs_AppHookhypnotoad2017-11-181-1/+21
|
* Pairing down the tip#430 branch to only include files and utilitieshypnotoad2017-11-081-18/+3
| | | | | | | | | | called out by the tip. Eliminated the header files tclZipfs.h and zcrypt.h. The only public calls for tclZipfs.h are now in the stubs table and the contents of zcrypt.h are already part of the minizip implementation that Tcl keeps around in the compat/zlib/contrib/minizip directory. tclBootVFS.h hasn't been used by the implementation in a while. Alos eliminated the mkzip.tcl facility from tools/. The C based mkzip is much faster and more reliable
* Merge trunk. Update documentationjan.nijtmans2016-01-091-2/+18
|
* first shot at documentationjan.nijtmans2015-12-221-0/+45