summaryrefslogtreecommitdiffstats
path: root/generic/tclZipfs.c
Commit message (Expand)AuthorAgeFilesLines
* Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-111-1/+1
* Minor optimizationsjan.nijtmans2019-02-191-20/+2
* Fix [44d382c51a848e6fbe7c9ee15e9386f1237660ee|44d382c51a84]: ZIP filesystem t...jan.nijtmans2018-12-301-5/+31
* Remove unused MODULE_SCOPE functionsjan.nijtmans2018-12-201-1/+0
* merge 8.6sebres2018-11-221-1/+1
* Add entry for Tcl_StaticPackage in internal stub table, since the public one ...jan.nijtmans2018-11-151-31/+31
* Another attempt to fix Travis build: making the build robust against older zl...jan.nijtmans2018-11-151-0/+5
* Turn [zipfs tcl_library] into more internal [tcl::zipfs::tcl_library_init]. I...dkf2018-10-121-7/+12
* Fix test for UNICODE in win/tclAppInit.c. No longer check for "tclsh install"...jan.nijtmans2018-10-121-1/+1
* Document [zipfs canonical] and add examples of how to use passwords.dkf2018-10-121-5/+5
* Put documented [zipfs find] in ensemble. Add examples to docs.dkf2018-10-111-3/+14
* Use TCL_THREADS in stead of defined(TCL_THREADS) everywhere, otherwise it wil...jan.nijtmans2018-10-091-5/+5
* Tcl_GetStringFromObj -> Tcl_GetStringjan.nijtmans2018-10-081-3/+3
* Merge 8.6 jan.nijtmans2018-10-081-9/+1
* Centralise the de-fanging of standard ensembles in safe interpreters. Doing i...dkf2018-10-071-14/+14
* Add better error reporting to zipfs.dkf2018-10-071-154/+269
* protect Tcl_WinUtfToTChar/Tcl_WinTCharToUtf against NULL input values: return...jan.nijtmans2018-10-061-3/+3
* More regularizing of function names, field names and testing stylesdkf2018-10-061-470/+550
* More cleaning up.dkf2018-10-061-475/+502
* More tidying up of zipfsdkf2018-10-061-484/+506
* Clean up zipfs implementation a bit.dkf2018-10-041-2550/+2779
* Adding logic for static builds to load a properly named zipfilehypnotoad2018-09-301-0/+5
* Improvements for zipfs. Document that TclZipfs_AppHook only works on Windows ...jan.nijtmans2018-09-261-40/+40
* Make ready for TIP #494 compatibilityjan.nijtmans2018-09-111-34/+40
* slightly better: Use GetFileSizeEx() on win64 and GetFileSize on win32jan.nijtmans2018-09-091-2/+8
* Use GetFileSizeEx() in stead of GetFileSize(), to get the file size on Windows.jan.nijtmans2018-09-071-14/+15
* Code reviewjan.nijtmans2018-09-061-35/+36
* Adding typecasts in tclZipfs.c to eliminate a compiler warninghypnotoad2018-06-121-3/+3
* Remove AbsolutePath(), no longer used.dgp2018-06-121-82/+0
* Added an initialization of 0 for the namelen field for new ZipFile data struc...hypnotoad2018-04-271-11/+11
* Fixed a problem where a Windows hack was occuring after it was called in the hypnotoad2018-01-191-20/+18
* Modifications to allow the mounting of zip file systems from data blockshypnotoad2018-01-171-127/+366
* Modifications to index zip file systems by mountpoint, and separate the processhypnotoad2018-01-171-121/+141
* Tweaks to the tclZipfs.c file to allow the same C source to be used bothhypnotoad2018-01-161-37/+75
* Modifications to clean up warnings on compilehypnotoad2017-12-291-8/+8
* Removing static package declaration of zipfs.hypnotoad2017-12-161-1/+1
* Re-arranging code and providing forward prototypes to allow the C infrastruct...hypnotoad2017-12-161-57/+88
* Tweak to ensure mount points for zipfs are corralled into the //zipfs:/ prefi...hypnotoad2017-11-241-14/+126
* Pulling changes from Androwishhypnotoad2017-11-241-488/+610
* Restoring whitespace to tclZipfs.c to improve legibility.hypnotoad2017-11-241-1501/+1426
* Fixing a goof, Zipfs was looking for the Dll where the installer put the file,hypnotoad2017-11-231-2/+5
* Eliminated the need for a preinit script in Tip 430's AppHook.hypnotoad2017-11-211-33/+8
* Removing the pool of literal values within the internals of tclZipfs.c. Repla...hypnotoad2017-11-211-57/+19
* Final tweaks to make "./tclsh install" work properly on Windowstne2017-11-211-3/+5
* Added a new function to the Zipfs: TclZipfs_TclLibrary, which returns a previ...hypnotoad2017-11-211-44/+92
* Change to TclZipfs_AppHook to accomidate Windowstne2017-11-201-3/+28
* Removing debugging printf() statementtne2017-11-201-1/+0
* Fixes to determing the dll location on Windows using GetModuleFileName()tne2017-11-201-0/+41
* Modifications to allow the Tcl build system to exploit either a native ziphypnotoad2017-11-201-16/+23
* Added handling to allow Tclsh to intercept a zip file fed as the first comman...hypnotoad2017-11-191-0/+23