summaryrefslogtreecommitdiffstats
path: root/generic/tclZlib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | 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