Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix clang compiler warning in tclZlib.c. Clear execute bit in two encodings | jan.nijtmans | 2019-04-08 | 1 | -1/+1 |
| | |||||
* | Modify testbytestring such that is only produces pure byte-arrays, if not it ↵ | jan.nijtmans | 2019-04-01 | 1 | -2/+4 |
| | | | | | errors out. Modify Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewWideIntObj. Less references to "long" datatype. | ||||
* | If compiled with -DTCL_NO_DEPRECATED, remove ↵ | jan.nijtmans | 2018-12-12 | 1 | -9/+9 |
| | | | | | Tcl_NewIntObj/Tcl_NewLongObj/Tcl_DbNewLongObj from stub table, as they will be gone in 9.0 (converted to a macro) Use Tcl_WideInt's directly in more places, diminishing the possibility of inadvent overflow. | ||||
* | merge 8.6 | dgp | 2018-11-16 | 1 | -1/+1 |
|\ | |||||
| * | Clear up a bunch of small issues found by Coverity analysis. | dkf | 2018-11-16 | 1 | -1/+1 |
| | | |||||
* | | Add entry for Tcl_StaticPackage in internal stub table, since the public one ↵ | jan.nijtmans | 2018-11-15 | 1 | -18/+18 |
| | | | | | | | | | | is deprecated and will be removed in 9.0 Clean-up a lot of type-casts, which are not necessary any more. | ||||
* | | Fix test for UNICODE in win/tclAppInit.c. No longer check for "tclsh ↵ | jan.nijtmans | 2018-10-12 | 1 | -3/+3 |
| | | | | | | | | install", because tclsh is not compiled with that. Fix minizip.c compilation on systems without open64() | ||||
* | | protect Tcl_WinUtfToTChar/Tcl_WinTCharToUtf against NULL input values: ↵ | jan.nijtmans | 2018-10-06 | 1 | -3/+3 |
| | | | | | | | | | | return empty string in that case. Add TIP #494-compatible definitions of TCL_IO_FAILURE/TCL_AUTO_LENGTH, and use it in some appropriate places. | ||||
* | | merge core-8-branch | dkf | 2018-09-04 | 1 | -182/+223 |
|\ \ | |||||
| * | | Rename (internal) TclNewWideObj macro to TclNewIntObj. Change ↵ | jan.nijtmans | 2018-01-26 | 1 | -1/+1 |
| | | | | | | | | | | | | Tcl_SetIntObj/Tcl_SetLongObj to macro's referencing Tcl_SetWideIntObj (since all of those do the same now) | ||||
| * | | Finally, get rid of tclWideIntType completely | jan.nijtmans | 2017-11-01 | 1 | -1/+1 |
| | | | |||||
| * | | [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ↵ | dkf | 2017-04-27 | 1 | -18/+16 |
| |\ \ | | |/ | | | | | | | zlib channel transform. | ||||
| | * | [50750c735a] Fix for uninit memory handling issue in zlib transforms. | dkf | 2017-04-25 | 1 | -18/+16 |
| | | | |||||
| * | | [25842c161f] Ensure that finalization of a zlib stream works. | dkf | 2017-02-26 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | zlib stream finalize calls deflate with no input - this case (and this case | aspect | 2017-02-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | only) must be allowed. Fixes 2nd issue in [25842c161f], introduced by [c1aff52ef3] | ||||
| * | | Eliminate the internal macro/function TclNewIntObj: In all cases ↵ | jan.nijtmans | 2016-12-23 | 1 | -1/+1 |
| | | | | | | | | | | | | TclNewLongObj is just as good. | ||||
| * | | [1ae12987cb] Ensure that deleting the [history] command deletes its storage. | dkf | 2016-10-30 | 1 | -5/+2 |
| |\ \ | | |/ | |||||
| | * | One more place where the internal API change can be used easily. | dkf | 2016-10-30 | 1 | -5/+2 |
| | | | |||||
| * | | [b26e38a3e4] Ensure that compressing streams manage buffers correctly in all ↵ | dkf | 2016-10-30 | 1 | -58/+86 |
| |\ \ | | |/ | | | | | | | cases. | ||||
| | * | Fix the bug. Make use of zlib API in this area more like a Tcl API with ↵ | dkf | 2016-10-30 | 1 | -58/+86 |
| | | | | | | | | | | | | wrapper function. | ||||
| * | | Fixed bug in pushed transforms with full internal buffers not writing out. | dkf | 2016-09-06 | 1 | -15/+33 |
| |\ \ | | |/ | |||||
| | * | Fixed bug in pushed transforms with full internal buffers not writing out. | dkf | 2016-09-06 | 1 | -15/+33 |
| | | | |||||
| * | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ↵ | jan.nijtmans | 2016-07-08 | 1 | -3/+3 |
| |/ | | | | | | | in many places where possible. | ||||
| * | [dd260aaf72] Allow the -dictionary option to be read from a pushed transform. | dkf | 2016-06-27 | 1 | -21/+15 |
| | | |||||
| * | Was handling the flushing at the end of the stream wrongly. | dkf | 2016-04-04 | 1 | -4/+5 |
| | | |||||
| * | Clean up the handling of buffer limit exceeding when flushing a zlib transform. | dkf | 2016-02-05 | 1 | -26/+59 |
| | | |||||
| * | [25842c161] Prevent zero-length compress actions in [zlib] streaming API. | dkf | 2016-02-03 | 1 | -15/+18 |
| | | |||||
| * | Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are ↵ | jan.nijtmans | 2016-01-18 | 1 | -2/+2 |
| | | | | | | | | deprecated functions. | ||||
| * | Align comment. Remove some end-of-line spacing. No functional changes. | jan.nijtmans | 2015-09-28 | 1 | -1/+1 |
| | | |||||
| * | Plug memory leaks in the Tcl_ZlibInflate() error handling code. Fix for ↵ | Joe Mistachkin | 2015-06-11 | 1 | -1/+2 |
| | | | | | | | | ticket [478c446889]. | ||||
| * | Bump to zlib 2.0.1. | dgp | 2014-08-22 | 1 | -1/+1 |
| | | |||||
| * | [726349fab8] Stop leaking compression dictionary on zlib xform channel close. | dgp | 2014-07-15 | 1 | -0/+4 |
| | | |||||
| * | Don't use Tcl_GetCommandInfo when Tcl_FindCommand suffices. | jan.nijtmans | 2014-07-09 | 1 | -3/+2 |
| | | |||||
| * | Same improvements to the zlib transform operations. | dgp | 2014-05-19 | 1 | -40/+5 |
| | | |||||
* | | Support type discovery in coroutines. | dkf | 2013-08-01 | 1 | -0/+6 |
|/ | |||||
* | Tolerate NULL interps | dgp | 2013-03-27 | 1 | -6/+12 |
| | |||||
* | [Bug 3603553]: Ensure that data gets written to the underlying stream by | dkf | 2013-02-11 | 1 | -1/+1 |
| | | | | | | | compressing transforms when the amount of data to be written is one buffer's-worth; problem was particularly likely to occur when compressing large quantities of not-very-compressible data. Many thanks to Piera Poggio (vampiera) for reporting. | ||||
* | [Bug 3601086]: Register zlib config as iso8859-1 (a superset of ascii) as that | dkf | 2013-01-16 | 1 | -1/+1 |
| | | | is an encoding we guarantee to support without loading encoding files. | ||||
* | TIP 400 suffered from the same segfaulting flaw as 3595576. | dgp | 2012-12-13 | 1 | -16/+3 |
| | | | Segfaulting test and fix committed. | ||||
* | Silence some (unimportant) warnings from the MIPSpro compiler. | dkf | 2012-11-28 | 1 | -5/+6 |
| | |||||
* | [3590483]: Some compilers cannot initialize with complex non-constants. | dkf | 2012-11-28 | 1 | -24/+27 |
| | |||||
* | clean up some of the code to remove warnings and uselessly-settable things | dkf | 2012-10-04 | 1 | -15/+43 |
| | |||||
* | documented new C API; corrected type signature of no-zlib fallback function | dkf | 2012-10-03 | 1 | -6/+3 |
| | |||||
* | merge trunk | dkf | 2012-08-11 | 1 | -93/+100 |
|\ | |||||
| * | more result generation conversion | dkf | 2012-08-04 | 1 | -29/+33 |
| | | |||||
| * | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -12/+13 |
| | | |||||
* | | merge trunk | dkf | 2012-07-04 | 1 | -8/+4 |
|\ \ | |/ | |||||
| * | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -8/+4 |
| | | |||||
* | | add configurability of readahead limit | dkf | 2012-06-24 | 1 | -39/+74 |
| | | |||||
* | | Start to split apart the stream command implementation for easier maintenance. | dkf | 2012-06-22 | 1 | -180/+238 |
| | |