summaryrefslogtreecommitdiffstats
path: root/generic/tclZlib.c
Commit message (Expand)AuthorAgeFilesLines
* Tweak usage of TCL_NO_DEPRECATEDjan.nijtmans2021-03-151-1/+1
* Merge 8.7jan.nijtmans2020-12-111-5/+8
|\
| * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-3/+3
| * Case-sensitive package namesjan.nijtmans2020-11-031-1/+4
* | Merge 8.7jan.nijtmans2020-11-251-232/+271
|\ \ | |/
| * TIP #587: Default utf-8 for source commandjan.nijtmans2020-10-221-1/+1
| |\
| | * Merge 8.7jan.nijtmans2020-10-011-1/+1
| * | Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-2/+2
| |/
| * Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-3/+4
| * Change version number of http package from 2.9.5 -> 2.10.0a1, since it's diff...jan.nijtmans2020-09-171-6/+6
| |\
| * \ Merge 8.6jan.nijtmans2020-06-251-2/+2
| |\ \ | | |/
| | * Merge 8.5jan.nijtmans2020-06-251-2/+2
| * | amend to 8.6th zlib-fix resolving warnings in 8.7 (int vs size_t, void * vs c...sebres2020-06-241-3/+3
| * | merge 8.6sebres2020-06-241-147/+133
| |\ \ | | |/
| | * merge zlib-chan-f70ce1fead, [f70ce1fead] - rewritten and optimized inflate:sebres2020-06-241-149/+133
| | |\
| | | * Added two tests demonstrating that the tickets [8af92dfb66] (bad stream expan...aku2020-06-231-2/+3
| | | * code simplification, no interim copy/move buffers, no decompression d-string,...sebres2020-04-161-127/+103
| | | * small amend combining similar partssebres2020-04-161-20/+10
| | | * zlib: optimize ZlibTransformInput, if inflate is done no read and no generate...sebres2020-04-161-25/+25
| | | * zlib: performance - set default read ahead limit to DEFAULT_BUFFER_SIZE (4K);...sebres2020-04-161-1/+4
| | | * added (reworked) patch suggested by aku in [f70ce1fead]: recognize stream is ...sebres2020-04-161-5/+21
| | * | Code cleanup (more typecasts), making it more compatible with -Wc++-compat. L...jan.nijtmans2020-04-201-32/+32
| | * | zlib, *BO*: fixes possible segfault (or buffer overrun), for instance if limi...sebres2020-04-161-1/+3
| | |/
| * | Merge 8.6jan.nijtmans2020-04-151-1/+1
| |\ \ | | |/
| | * fixes bug [8af92dfb66]: resolve too earlier stop of inflate's cycle (if gener...sebres2020-04-151-1/+1
| * | Use TclGetBytesFromObj to check that all commands and public routines thatdgp2020-04-011-14/+59
| * | Create a new macro to deal with unused arguments so we can silence compilerdgp2020-03-021-2/+1
| * | Implement TIP #562: Deprecate channel types 1-4jan.nijtmans2020-02-281-4/+9
| |\ \
| | * | Make Tcl_ChannelCloseProc() deprecated too. Implement close2Proc and wideSeek...jan.nijtmans2020-01-311-4/+9
| * | | Merge 8.7jan.nijtmans2020-02-131-1/+1
| |\ \ \ | | |/ /
| | * | Fix compiler warnings on Cygwin when using -DTCL_NO_DEPRECATEDjan.nijtmans2020-01-291-1/+1
| * | | Mark more unused parametersjan.nijtmans2019-09-031-1/+2
| * | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-25/+25
| |/ /
| * | Fix clang compiler warning in tclZlib.c. Clear execute bit in two encodingsjan.nijtmans2019-04-081-1/+1
| * | Modify testbytestring such that is only produces pure byte-arrays, if not it ...jan.nijtmans2019-04-011-2/+4
| * | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-9/+9
| * | merge 8.6dgp2018-11-161-1/+1
| |\ \ | | |/
| | * Clear up a bunch of small issues found by Coverity analysis.dkf2018-11-161-1/+1
| * | Add entry for Tcl_StaticPackage in internal stub table, since the public one ...jan.nijtmans2018-11-151-18/+18
|/ /
* | Fix test for UNICODE in win/tclAppInit.c. No longer check for "tclsh install"...jan.nijtmans2018-10-121-3/+3
* | protect Tcl_WinUtfToTChar/Tcl_WinTCharToUtf against NULL input values: return...jan.nijtmans2018-10-061-3/+3
* | merge core-8-branchdkf2018-09-041-182/+223
|\ \
| * | Rename (internal) TclNewWideObj macro to TclNewIntObj. Change Tcl_SetIntObj/T...jan.nijtmans2018-01-261-1/+1
| * | Finally, get rid of tclWideIntType completelyjan.nijtmans2017-11-011-1/+1
| * | [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ...dkf2017-04-271-18/+16
| |\ \ | | |/
| | * [50750c735a] Fix for uninit memory handling issue in zlib transforms.dkf2017-04-251-18/+16
| * | [25842c161f] Ensure that finalization of a zlib stream works.dkf2017-02-261-2/+2
| |\ \ | | |/
| | * zlib stream finalize calls deflate with no input - this case (and this caseaspect2017-02-111-2/+2
| * | Eliminate the internal macro/function TclNewIntObj: In all cases TclNewLongOb...jan.nijtmans2016-12-231-1/+1
| * | [1ae12987cb] Ensure that deleting the [history] command deletes its storage.dkf2016-10-301-5/+2
| |\ \ | | |/