summaryrefslogtreecommitdiffstats
path: root/generic/tclZlib.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkdgp2017-04-271-18/+16
|\
| * [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.bug_50750c735adkf2017-04-251-18/+16
* | | merge trunkdgp2017-02-271-2/+2
|\ \ \ | |/ /
| * | [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
* | | merge trunkdgp2016-11-011-63/+88
|\ \ \ | |/ /
| * | [1ae12987cb] Ensure that deleting the [history] command deletes its storage.dkf2016-10-301-5/+2
| |\ \ | | |/
| | * One more place where the internal API change can be used easily.dkf2016-10-301-5/+2
| * | [b26e38a3e4] Ensure that compressing streams manage buffers correctly in all ...dkf2016-10-301-58/+86
| |\ \ | | |/
| | * Fix the bug. Make use of zlib API in this area more like a Tcl API with wrapp...bug_b26e38a3e4dkf2016-10-301-58/+86
* | | merge trunkjan.nijtmans2016-09-071-15/+33
|\ \ \ | |/ /
| * | Fixed bug in pushed transforms with full internal buffers not writing out.dkf2016-09-061-15/+33
| |\ \ | | |/
| | * Fixed bug in pushed transforms with full internal buffers not writing out.dkf2016-09-061-15/+33
* | | merge trunkjan.nijtmans2016-07-081-3/+3
|\ \ \ | |/ /
| * | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-3/+3
| |/
* | merge trunkdgp2016-06-271-21/+15
|\ \ | |/
| * [dd260aaf72] Allow the -dictionary option to be read from a pushed transform.dkf2016-06-271-21/+15
* | merge trunkdgp2016-04-041-4/+5
|\ \ | |/
| * Was handling the flushing at the end of the stream wrongly.tk_bug_9eb55debc5dkf2016-04-041-4/+5
* | merge trunkdgp2016-02-091-41/+77
|\ \ | |/
| * Clean up the handling of buffer limit exceeding when flushing a zlib transform.dkf2016-02-051-26/+59
| * [25842c161] Prevent zero-length compress actions in [zlib] streaming API.dkf2016-02-031-15/+18
| * Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are deprecate...jan.nijtmans2016-01-181-2/+2
* | merge trunkjan.nijtmans2015-09-291-1/+1
|\ \ | |/
| * Align comment. Remove some end-of-line spacing. No functional changes.jan.nijtmans2015-09-281-1/+1
* | merge trunkjan.nijtmans2015-06-181-1/+2
|\ \ | |/
| * Plug memory leaks in the Tcl_ZlibInflate() error handling code. Fix for tick...Joe Mistachkin2015-06-111-1/+2
* | merge trunkjan.nijtmans2014-08-271-1/+1
|\ \ | |/
| * Bump to zlib 2.0.1.dgp2014-08-221-1/+1
* | merge trunkjan.nijtmans2014-07-171-3/+6
|\ \ | |/
| * [726349fab8] Stop leaking compression dictionary on zlib xform channel close.dgp2014-07-151-0/+4
| * Don't use Tcl_GetCommandInfo when Tcl_FindCommand suffices.jan.nijtmans2014-07-091-3/+2
* | merge trunkjan.nijtmans2014-05-231-40/+5
|\ \ | |/
| * Same improvements to the zlib transform operations.dgp_trunk_flag_repairdgp2014-05-191-40/+5
* | merge trunkjan.nijtmans2013-04-031-6/+12
|\ \ | |/
| * Tolerate NULL interpsdgp2013-03-271-6/+12
* | more Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewLongObj conversionsjan.nijtmans2013-02-111-3/+3
* | Merge trunk. jan.nijtmans2013-02-111-1/+1
|\ \ | |/
| * [Bug 3603553]: Ensure that data gets written to the underlying stream bydkf2013-02-111-1/+1
* | Merge trunk. jan.nijtmans2013-02-081-1/+1
|\ \ | |/
* | Convert Tcl_Eval and Tcl_GlobalEval to a macrojan.nijtmans2013-01-171-2/+2
| |
| \
*-. \ merge trunkdgp2013-01-171-1/+1
|\ \ \ | | |/
| | * [Bug 3601086]: Register zlib config as iso8859-1 (a superset of ascii) as thatdkf2013-01-161-1/+1
| |/
* | Turn Tcl_PkgPresent/Tcl_PkgRequire into a macro. jan.nijtmans2013-01-101-1/+1
|/
* TIP 400 suffered from the same segfaulting flaw as 3595576.dgp2012-12-131-16/+3
* Silence some (unimportant) warnings from the MIPSpro compiler.dkf2012-11-281-5/+6
* [3590483]: Some compilers cannot initialize with complex non-constants.dkf2012-11-281-24/+27
* clean up some of the code to remove warnings and uselessly-settable thingsdkf2012-10-041-15/+43