summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Eliminate ListSizeT_MAX, since it's the same as TCL_SIZE_MAXjan.nijtmans2023-04-303-17/+7
|\
| * Eliminate ListSizeT_MAX, since it's the same as TCL_SIZE_MAXjan.nijtmans2023-04-293-17/+7
|/
* Remove some (void *) typecasts, which are no longer necessaryjan.nijtmans2023-04-281-9/+9
* Simplify Tcl 9 compatibility macro's. No change in functionality.jan.nijtmans2023-04-276-86/+84
* RingSizeT -> Tcl_Sizejan.nijtmans2023-04-261-42/+35
* Merge 8.6jan.nijtmans2023-04-261-2/+0
|\
| * Don't refer to CVS any morejan.nijtmans2023-04-262-4/+0
* | Bug [d90fee06d0] - lassign performanceapnadkarni2023-04-234-10/+24
|\ \
| * | Use TclListObjRange in lassign for performance reasonsapnadkarni2023-04-224-10/+24
* | | Fix [203792a48c]: Avoid signed integer overflow in Utf32ToUtfProc()jan.nijtmans2023-04-221-2/+2
* | | Fill in URL in previous commitjan.nijtmans2023-04-221-1/+2
* | | Register "utf32string" for Pythonjan.nijtmans2023-04-221-0/+4
* | | Fix tclTomMath.h (from prev commit)jan.nijtmans2023-04-221-7/+6
* | | Fix [2a5cb49733ff]: Make TCL_NO_TOMMATH_H sufficient for tclTomMathDecls.hjan.nijtmans2023-04-221-0/+9
|/ /
* | Since Tcl_GetSizeIntFromObj is the same as Tcl_GetIntFromObj (in 8.7), it's n...jan.nijtmans2023-04-214-38/+7
* | Reduce diff between 8.7 and 9.0. Add some testcasesjan.nijtmans2023-04-214-186/+206
* | Fix a few function signatures in manpages for TIP 660.apnadkarni2023-04-194-7/+7
* | TIP 660 acceptedapnadkarni2023-04-195-6/+40
|\ \
| * \ Merge 8.7apnadkarni2023-04-1913-55/+78
| |\ \ | |/ / |/| |
* | | Fix dltest on Unixapnadkarni2023-04-191-1/+1
* | | Fix missing stddef.h includeapnadkarni2023-04-191-0/+1
* | | Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changesjan.nijtmans2023-04-1812-97/+93
* | | Add TCL_T_MODIFIER (from TIP #660). Some header-file clean-up.jan.nijtmans2023-04-182-29/+70
* | | Remove unneeded ENCODING_UTF flagsjan.nijtmans2023-04-161-6/+6
* | | some spelling correctionsjan.nijtmans2023-04-161-2/+2
| * | size_t -> ptrdiff_t to match Tcl 9 unsigned->signed changeapnadkarni2023-04-167-75/+75
| * | Merge core-8-branchapnadkarni2023-04-16176-830/+862
| |\ \ | |/ / |/| |
* | | Merge 8.6jan.nijtmans2023-04-154-7/+10
|\ \ \ | | |/ | |/|
| * | Add one more unused stub entryjan.nijtmans2023-04-153-5/+9
| * | Backout fix for [718de2132f487cf2]: It breaks on MacOS and other systems whic...jan.nijtmans2023-04-151-2/+1
* | | int -> Tcl_Size where appropriate in tcl.decls (reducing the diff against Tcl...jan.nijtmans2023-04-143-19/+19
* | | Fix for issue [718de2132f487cf2], "review use of strip on the stubs library".pooryorick2023-04-141-1/+2
|\ \ \ | |/ /
| * | Fix for issue [718de2132f487cf2], "review use of strip on the stubs library".pooryorick2023-04-141-1/+2
| * | re-generate unix/configurejan.nijtmans2023-04-131-1/+1
* | | Re-generate unix/configurejan.nijtmans2023-04-131-1/+1
* | | cherry-pick from trunk: Remove one unnecesary call to Tcl_SetErrno() in DoRea...jan.nijtmans2023-04-131-8/+10
* | | Cherry-pick: Rearrange code blocks in DoReadChars to do less work when return...jan.nijtmans2023-04-122-71/+77
* | | Some more int -> Tcl_Size (which is actually the same in 8.7). Backported fro...jan.nijtmans2023-04-124-27/+36
* | | merge-markjan.nijtmans2023-04-120-0/+0
|\ \ \ | |/ /
| * | 2 more spelling fixes, but undo fixes in compat/zlib: Please report them upst...jan.nijtmans2023-04-124-4/+4
| * | Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-12182-609/+611
* | | Undo spelling corrections in compat/zlib.pooryorick2023-04-122-2/+2
* | | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-12173-601/+608
* | | int -> Tcl_Size for tclWinDde.c/tclWinReg.c, so it could (theoretically) hand...jan.nijtmans2023-04-122-2/+3
* | | Make sure that infoPtr->validMask only contains TCL_READABLE|TCL_WRITABLE|TCL...jan.nijtmans2023-04-052-4/+4
* | | Use Tcl_GetIntForIndex() in testcases (tclTestObj.c) in stead of Tcl_GetWideI...jan.nijtmans2023-04-055-96/+99
| | * Add TCL_SIZE_MAX and TCL_SIZE_MODIFIERapnadkarni2023-04-051-4/+19
| | * Tcl_GetSizeIntFromObjapnadkarni2023-04-054-4/+38
| |/ |/|
* | Starting with [51d813943bcaf835], chan-io-52.10 and io-52.10 are failing on ...jan.nijtmans2023-04-042-2/+2
* | Fix for [9ca87e6286262a62], sync fcopy buffers input in ReadChars().pooryorick2023-04-042-6/+34