summaryrefslogtreecommitdiffstats
path: root/generic/tclZlib.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code.jan.nijtmans2020-06-041-2/+2
|\
* \ Merge 8.7jan.nijtmans2020-04-151-1/+1
|\ \ | |/
| * 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
* | | merge 8.7dgp2020-04-011-14/+59
|\ \ \ | |/ /
| * | Use TclGetBytesFromObj to check that all commands and public routines thatdgp2020-04-011-14/+59
* | | merge 8.7dgp2020-03-051-2/+1
|\ \ \ | |/ /
| * | Create a new macro to deal with unused arguments so we can silence compilerdgp2020-03-021-2/+1
* | | Merge 8.7jan.nijtmans2020-02-281-4/+9
|\ \ \ | |/ /
| * | 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-281-26/+27
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2020-02-131-1/+1
| |\ \ \ | | |/ /
| * | | Mark more unused parametersjan.nijtmans2019-09-031-1/+2
| * | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-25/+25
* | | | Merge 8.7jan.nijtmans2020-01-291-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Fix compiler warnings on Cygwin when using -DTCL_NO_DEPRECATEDjan.nijtmans2020-01-291-1/+1
| |/ /
* | | Merge 8.7jan.nijtmans2019-04-081-1/+1
|\ \ \ | |/ /
| * | Fix clang compiler warning in tclZlib.c. Clear execute bit in two encodingsjan.nijtmans2019-04-081-1/+1
* | | Merge 8.7jan.nijtmans2019-04-011-2/+4
|\ \ \ | |/ /
| * | Modify testbytestring such that is only produces pure byte-arrays, if not it ...jan.nijtmans2019-04-011-2/+4
* | | Minor code cleanup: More use of size_t where possible, and elimination of unn...jan.nijtmans2019-03-291-1/+1
* | | Code cleanup: Remove unneeded #undef's, and unneeded inclused. No change in f...jan.nijtmans2019-03-241-1/+1
* | | Merge 8.7jan.nijtmans2019-03-081-8/+8
|\ \ \ | |/ /
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-6/+8
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-8/+8
|\ \ \ | |/ /
* | | Another round of int -> size_t modifications, so strings > 2Gb are handled co...jan.nijtmans2019-01-241-1/+1
* | | Merge 8.7jan.nijtmans2018-12-121-5/+5
|\ \ \ | |/ /
| * | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-9/+9
* | | Merge 8.7jan.nijtmans2018-12-111-1/+1
|\ \ \ | |/ /
* | | merge 8.7dgp2018-11-161-1/+1
|\ \ \ | |/ /
| * | merge 8.6dgp2018-11-161-1/+1
| |\ \ | | |/
| | * Clear up a bunch of small issues found by Coverity analysis.dkf2018-11-161-1/+1
* | | Merge 8.7jan.nijtmans2018-11-151-18/+18
|\ \ \ | |/ /
| * | Add entry for Tcl_StaticPackage in internal stub table, since the public one ...jan.nijtmans2018-11-151-18/+18
* | | Merge 8.7jan.nijtmans2018-11-151-2/+2
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2018-10-121-1/+1
|\ \ \ | |/ /
| * | Fix test for UNICODE in win/tclAppInit.c. No longer check for "tclsh install"...jan.nijtmans2018-10-121-3/+3
* | | Use more TCL_AUTO_LENGTH, when appropriatejan.nijtmans2018-10-061-2/+2
* | | merge trunkjan.nijtmans2018-10-061-3/+3
|\ \ \ | |/ /
| * | protect Tcl_WinUtfToTChar/Tcl_WinTCharToUtf against NULL input values: return...jan.nijtmans2018-10-061-3/+3
* | | Merge trunkjan.nijtmans2018-09-271-0/+6
|\ \ \ | |/ /
| * | merge core-8-branchdkf2018-09-041-182/+223
| |\ \
| * | | Support type discovery in coroutines.dkf2013-08-011-0/+6
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-26/+26
|\ \ \ \ | | |/ / | |/| |
* | | | remaining external API. Looks like complete now. Milestone! Still more testin...jan.nijtmans2018-07-061-3/+3
* | | | more progressjan.nijtmans2018-07-061-71/+82
* | | | merge trunkjan.nijtmans2018-02-061-1/+1
|\ \ \ \ | |/ / /
| * | | 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