summaryrefslogtreecommitdiffstats
path: root/generic/tclZlib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-29/+38
* | 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
|/ /
* | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
* | 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
* | 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
|\ \
| * | Protect zlib errors with check for null interpapnadkarni2023-03-041-10/+19
* | | Merge 8.7apnadkarni2023-02-281-9/+38
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-02-281-9/+38
| |\ \ |/ / / | | _
| * Proposed fix for [f9eafc3886]: Error handling in zlib comment/filename. With ...jan.nijtmans2023-02-261-9/+38
* | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N...jan.nijtmans2022-11-201-2/+2
|\ \ | |/
* | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-4/+4
* | Merge 8.6jan.nijtmans2022-02-101-4/+4
|\ \ | |/
| * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-4/+4
| * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-2/+3
| * Update internal zlib channel type from TCL_CHANNEL_VERSION_3 to TCL_CHANNEL_V...jan.nijtmans2020-09-281-8/+8
* | Fix [0386e9a967]: Bitrot in tclZlib.cjan.nijtmans2022-01-071-6/+6
* | merge 8.7dgp2021-03-151-1/+1
|\ \
| * | Tweak usage of TCL_NO_DEPRECATEDjan.nijtmans2021-03-151-1/+1
* | | Make Tcl_GetBytesFromObj work with size_t length parameter (just as Tcl_GetBy...jan.nijtmans2021-01-181-13/+13
* | | Merge TIP 481 (resolve conflicts)dgp2021-01-151-1/+1
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-12-111-5/+8
| |\ \
| * \ \ Merge 8.7jan.nijtmans2020-11-251-232/+271
| |\ \ \
* | \ \ \ merge 8.7dgp2020-12-101-3/+3
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-3/+3
* | | | | merge 8.7dgp2020-12-071-1/+4
|\ \ \ \ \ | |/ / / /
| * | | | Case-sensitive package namesjan.nijtmans2020-11-031-1/+4
| | |/ / | |/| |
* | | | merge 8.7dgp2020-10-231-1/+1
|\ \ \ \ | |/ / /
| * | | TIP #587: Default utf-8 for source commandjan.nijtmans2020-10-221-1/+1
| |\ \ \
| | * | | Merge 8.7jan.nijtmans2020-10-011-1/+1
* | | | | merge 8.7dgp2020-10-031-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-2/+2
| |/ / /
* | | | merge 8.7dgp2020-09-171-9/+10
|\ \ \ \ | |/ / /
| * | | 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.7dgp2020-09-151-145/+131
|\ \ \ \ | |/ / /
| * | | 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