summaryrefslogtreecommitdiffstats
path: root/generic/tclZlib.c
Commit message (Expand)AuthorAgeFilesLines
* Always have zlib, so no non-zlib code need remaindkf2024-09-181-138/+0
* Fix static build on MSVCjan.nijtmans2024-08-241-1/+1
|\
| * Fix static build on MSVCjan.nijtmans2024-08-241-1/+1
* | Bug [cfdf80a2efc6] - zlib checksum is negativeapnadkarni2024-07-111-1/+1
* | Simpler commenting of Tcl_ChannelType instances; make zip channel type constdkf2024-06-091-7/+7
* | Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-1/+1
* | Merge 8.7jan.nijtmans2024-05-281-7/+7
|\ \ | |/
| * Eliminate some unnecessary type-casts. Tcl_GetString -> TclGetString where ap...jan.nijtmans2024-05-281-3/+3
| |\
| | * Make TclGlob() a static function. Sentinel/indenting/comment improvements (al...jan.nijtmans2024-05-281-3/+3
* | | Merge 8.7dkf2024-05-261-50/+38
|\ \ \ | |/ /
| * | merge 8.6dkf2024-05-261-60/+44
| |\ \ | | |/
| | * Use the new operationsdkf2024-05-251-32/+16
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-1/+1
* | | Clean up a lot of small whitespace issues dkf2024-05-131-1/+1
* | | Tidy up the zlib code a bit dkf2024-05-091-386/+430
* | | Merge 8.7jan.nijtmans2024-04-111-29/+29
|\ \ \ | |/ /
| * | Merge 8.6. Use Tcl_NewBooleanObj for booleans; we should say what we meanjan.nijtmans2024-04-111-30/+30
| |\ \ | | |/
| | * Use Tcl_NewBooleanObj for booleans; we should say what we mean. Fix sentinels...jan.nijtmans2024-04-111-52/+60
| | * Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-041-5/+5
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
* | | Use Tcl_NewBooleanObj for booleans; we should say what we meandkf2024-04-111-1/+1
* | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-3/+3
|\ \ \ | |/ /
| * | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-29/+38
* | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-4/+4
* | | Revise macro usagejan.nijtmans2023-11-161-4/+4
* | | Tcl_GetByteArrayFromObj -> Tcl_GetBytesFromObj everywhere in core, since it h...jan.nijtmans2023-11-081-8/+8
* | | Merge 8.7jan.nijtmans2023-10-191-26/+26
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-26/+26
| * | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0)jan.nijtmans2023-09-111-37/+37
| |\ \
| | * | Rebase to latest 8.7jan.nijtmans2023-05-101-14/+14
| |/ /
* | | More size_t -> Tcl_Size changes, which were missed before. Also (experimental...jan.nijtmans2023-04-261-1/+1
* | | Fix warnings generated on disable8api buildsapnadkarni2023-04-211-13/+16
* | | Merge trunkapnadkarni2023-04-141-1/+1
|\ \ \
| * \ \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-1/+1
| |\ \ \ | | |/ /
| | * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
* | | | Merge 9.0jan.nijtmans2023-04-011-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2023-03-301-3/+3
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2023-03-301-3/+3
| | |\ \ | | | |/
| | | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-3/+3
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-40/+40
|/ / /
* | | Merge 8.7jan.nijtmans2023-03-221-4/+2
|\ \ \ | |/ /
| * | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a...jan.nijtmans2023-03-221-4/+2
| * | Merge 8.7jan.nijtmans2023-03-071-10/+19
| |\ \
| * \ \ Merge 8.7apnadkarni2023-02-281-9/+38
| |\ \ \
* | \ \ \ Merge 9.0jan.nijtmans2023-03-071-41/+50
|\ \ \ \ \
| * | | | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-31/+31
| * | | | | Merge 8.7 - Protect zlib errors with check for null interpapnadkarni2023-03-041-10/+19
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Protect zlib errors with check for null interpapnadkarni2023-03-041-10/+19
| | | |/ / | | |/| |
* | | | | Merge 9.0 - disable file perms tests on wslapnadkarni2023-03-021-6/+6
|\ \ \ \ \ | |/ / / /
| * | | | Fix msvc build (with OPTS=symbols)jan.nijtmans2023-03-011-6/+6