summaryrefslogtreecommitdiffstats
path: root/generic/tclZlib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | | | | Merge 9.0apnadkarni2023-03-011-9/+32
|\ \ \ \ \ | |/ / / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge 8.7. And fix Tcl_UtfToExternal()/Tcl_ExternalToUtf() (at least - suffic...jan.nijtmans2023-02-281-9/+32
| |\ \ \ \ \ | | | |/ / /
| | | * | | 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
| | * | | Handle Tcl_UtfToExternal error in tclZlib.cjan.nijtmans2023-02-261-4/+13
| |/ / /
* | | | Compiles and runs. Tests still to be ported.apnadkarni2023-02-251-4/+4
|/ / /
* | | Use Tcl_GetByteArrayFromObj(... in stead of Tcl_GetBytesFromObj(NULL,.... Add...jan.nijtmans2022-11-241-2/+8
* | | Merge 8.7jan.nijtmans2022-11-201-2/+2
|\ \ \ | |/ /
| * | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N...jan.nijtmans2022-11-201-2/+2
| |\ \ | | |/
* | | Merge 9.0jan.nijtmans2022-05-171-4/+4
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-05-171-4/+4
| |\ \ \ | | |/ /
| | * | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-4/+4
* | | | Merge 9.0jan.nijtmans2022-04-261-9/+9
|\ \ \ \ | |/ / /
| * | | Tcl_GetIndexFromObjStruct -> Tcl_GetIndexFromObj. Don't use braces around (Tc...jan.nijtmans2022-04-261-9/+9
* | | | Merge 9.0jan.nijtmans2022-04-141-25/+25
|\ \ \ \ | |/ / /
| * | | Merge 9.0. Eliminate almost all remaining (enum) castsjan.nijtmans2022-04-111-6/+6
| |\ \ \
| * \ \ \ Merge 9.0jan.nijtmans2022-04-081-7/+7
| |\ \ \ \ | | |/ / /
| * | | | Rebase to Tcl 9.0jan.nijtmans2022-04-011-12/+12
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long...jan.nijtmans2022-03-021-12/+12
| | |/ /
* | | | Merge 9.0jan.nijtmans2022-03-211-4/+4
|\ \ \ \ | |/ / /
| * | | Fix compiler warnings, due to the use of macro'sjan.nijtmans2022-03-211-4/+4
| * | | Merge 8.7jan.nijtmans2022-02-101-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
* | | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-4/+4
* | | | change signature for Tcl_DictObjPutKeyList and Tcl_DictObjRemoveKeyList toojan.nijtmans2022-01-241-8/+9
* | | | Tcl Dicts > 2^31 elements toojan.nijtmans2022-01-241-1/+1
* | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-4/+4
|/ / /
* | | Merge 8.7jan.nijtmans2022-01-091-6/+6
|\ \ \ | |/ /
| * | Fix [0386e9a967]: Bitrot in tclZlib.cjan.nijtmans2022-01-071-6/+6
| * | merge 8.7dgp2021-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.7dgp2020-12-101-3/+3
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2020-12-071-1/+4
| |\ \ \ \ \