summaryrefslogtreecommitdiffstats
path: root/generic/tclZipfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge 8.7 (But without the TclWideMUInt type for VC++ 6.0, most likely too mu...jan.nijtmans2019-06-251-4/+3
|\ \ \ | |/ /
| * | Change int constants into char constants. Hopefully this eliminates C4305 war...jan.nijtmans2019-06-251-4/+3
| |/
* | Merge 8.7. The changes in tclCmdIL.c fix the travis build.jan.nijtmans2019-05-081-4/+4
|\ \ | |/
* | merge 8.7dgp2019-05-031-1/+22
|\ \ | |/
| * merge 8.7dgp2019-05-011-1/+0
| |\
| * | now testing....dgp2019-05-011-39/+5
| * | more WIPdgp2019-04-291-3/+21
| * | Track memory lifetimes in the zip mount/unmount.dgp2019-04-241-0/+38
| |/
* | merge 8.7dkf2019-04-231-2/+6
|\ \ | |/
| * Stop leaking ZipFile in MountBuffer()dgp2019-04-221-1/+4
| * Prevent reads of uninitalized memory.dgp2019-04-221-0/+1
| * [zipfs mount_data] should not accept three arguments.dgp2019-04-221-1/+1
* | Code cleanup: Remove unneeded #undef's, and unneeded inclused. No change in f...jan.nijtmans2019-03-241-1/+1
* | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin...jan.nijtmans2019-03-131-1/+1
* | Merge 8.7jan.nijtmans2019-03-111-1/+1
|\ \ | |/
| * Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-111-1/+1
* | Merge 8.7jan.nijtmans2019-02-271-20/+2
|\ \ | |/
| * Minor optimizationsjan.nijtmans2019-02-191-20/+2
* | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-5/+2
* | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-46/+41
|\ \ | |/
* | Merge 8.7jan.nijtmans2018-12-311-5/+31
|\ \ | |/
| * Fix [44d382c51a848e6fbe7c9ee15e9386f1237660ee|44d382c51a84]: ZIP filesystem t...jan.nijtmans2018-12-301-5/+31
* | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-2/+2
* | Merge 8.7jan.nijtmans2018-12-201-1/+0
|\ \ | |/
| * Remove unused MODULE_SCOPE functionsjan.nijtmans2018-12-201-1/+0
* | merge 8.7sebres2018-11-221-1/+1
|\ \ | |/
| * merge 8.6sebres2018-11-221-1/+1
* | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make cod...jan.nijtmans2018-11-181-12/+6
* | Merge 8.7jan.nijtmans2018-11-151-31/+31
|\ \ | |/
| * Add entry for Tcl_StaticPackage in internal stub table, since the public one ...jan.nijtmans2018-11-151-31/+31
* | merge 8.7dgp2018-11-151-0/+5
|\ \ | |/
| * Another attempt to fix Travis build: making the build robust against older zl...jan.nijtmans2018-11-151-0/+5
* | Merge 8.7jan.nijtmans2018-11-151-45/+45
|\ \ | |/
* | merge 8.7dgp2018-10-171-7/+12
|\ \ | |/
| * Turn [zipfs tcl_library] into more internal [tcl::zipfs::tcl_library_init]. I...dkf2018-10-121-7/+12
* | Merge 8.7jan.nijtmans2018-10-121-7/+18
|\ \ | |/
| * 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
* | Merge 8.7jan.nijtmans2018-10-091-5/+5
|\ \ | |/
| * Use TCL_THREADS in stead of defined(TCL_THREADS) everywhere, otherwise it wil...jan.nijtmans2018-10-091-5/+5
* | Merge 8.7jan.nijtmans2018-10-091-3/+3
|\ \ | |/
| * Tcl_GetStringFromObj -> Tcl_GetStringjan.nijtmans2018-10-081-3/+3
* | TIP #494 implementation: More use of size_t in Tcl 9jan.nijtmans2018-10-081-6/+6
|\ \ | |/ |/|
| * merge trunkjan.nijtmans2018-10-061-1230/+1359
| |\
| * \ merge trunkjan.nijtmans2018-10-041-2545/+2779
| |\ \
| * \ \ Merge trunkjan.nijtmans2018-09-261-37/+36
| |\ \ \
| * | | | Merge trunkjan.nijtmans2018-09-121-8/+9
* | | | | 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