| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate ListSizeT_MAX, since it's the same as TCL_SIZE_MAX | jan.nijtmans | 2023-04-30 | 3 | -17/+7 |
|\ |
|
| * | Eliminate ListSizeT_MAX, since it's the same as TCL_SIZE_MAX | jan.nijtmans | 2023-04-29 | 3 | -17/+7 |
|/ |
|
* | Remove some (void *) typecasts, which are no longer necessary | jan.nijtmans | 2023-04-28 | 1 | -9/+9 |
|
|
* | Simplify Tcl 9 compatibility macro's. No change in functionality. | jan.nijtmans | 2023-04-27 | 6 | -86/+84 |
|
|
* | RingSizeT -> Tcl_Size | jan.nijtmans | 2023-04-26 | 1 | -42/+35 |
|
|
* | Merge 8.6 | jan.nijtmans | 2023-04-26 | 1 | -2/+0 |
|\ |
|
| * | Don't refer to CVS any more | jan.nijtmans | 2023-04-26 | 2 | -4/+0 |
|
|
* | | Bug [d90fee06d0] - lassign performance | apnadkarni | 2023-04-23 | 4 | -10/+24 |
|\ \ |
|
| * | | Use TclListObjRange in lassign for performance reasons | apnadkarni | 2023-04-22 | 4 | -10/+24 |
|
|
* | | | Fix [203792a48c]: Avoid signed integer overflow in Utf32ToUtfProc() | jan.nijtmans | 2023-04-22 | 1 | -2/+2 |
|
|
* | | | Fill in URL in previous commit | jan.nijtmans | 2023-04-22 | 1 | -1/+2 |
|
|
* | | | Register "utf32string" for Python | jan.nijtmans | 2023-04-22 | 1 | -0/+4 |
|
|
* | | | Fix tclTomMath.h (from prev commit) | jan.nijtmans | 2023-04-22 | 1 | -7/+6 |
|
|
* | | | Fix [2a5cb49733ff]: Make TCL_NO_TOMMATH_H sufficient for tclTomMathDecls.h | jan.nijtmans | 2023-04-22 | 1 | -0/+9 |
|/ / |
|
* | | Since Tcl_GetSizeIntFromObj is the same as Tcl_GetIntFromObj (in 8.7), it's n... | jan.nijtmans | 2023-04-21 | 4 | -38/+7 |
|
|
* | | Reduce diff between 8.7 and 9.0. Add some testcases | jan.nijtmans | 2023-04-21 | 4 | -186/+206 |
|
|
* | | Fix a few function signatures in manpages for TIP 660. | apnadkarni | 2023-04-19 | 4 | -7/+7 |
|
|
* | | TIP 660 accepted | apnadkarni | 2023-04-19 | 5 | -6/+40 |
|\ \ |
|
| * \ | Merge 8.7 | apnadkarni | 2023-04-19 | 13 | -55/+78 |
| |\ \
| |/ /
|/| | |
|
* | | | Fix dltest on Unix | apnadkarni | 2023-04-19 | 1 | -1/+1 |
|
|
* | | | Fix missing stddef.h include | apnadkarni | 2023-04-19 | 1 | -0/+1 |
|
|
* | | | Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changes | jan.nijtmans | 2023-04-18 | 12 | -97/+93 |
|
|
* | | | Add TCL_T_MODIFIER (from TIP #660). Some header-file clean-up. | jan.nijtmans | 2023-04-18 | 2 | -29/+70 |
|
|
* | | | Remove unneeded ENCODING_UTF flags | jan.nijtmans | 2023-04-16 | 1 | -6/+6 |
|
|
* | | | some spelling corrections | jan.nijtmans | 2023-04-16 | 1 | -2/+2 |
|
|
| * | | size_t -> ptrdiff_t to match Tcl 9 unsigned->signed change | apnadkarni | 2023-04-16 | 7 | -75/+75 |
|
|
| * | | Merge core-8-branch | apnadkarni | 2023-04-16 | 176 | -830/+862 |
| |\ \
| |/ /
|/| | |
|
* | | | Merge 8.6 | jan.nijtmans | 2023-04-15 | 4 | -7/+10 |
|\ \ \
| | |/
| |/| |
|
| * | | Add one more unused stub entry | jan.nijtmans | 2023-04-15 | 3 | -5/+9 |
|
|
| * | | Backout fix for [718de2132f487cf2]: It breaks on MacOS and other systems whic... | jan.nijtmans | 2023-04-15 | 1 | -2/+1 |
|
|
* | | | int -> Tcl_Size where appropriate in tcl.decls (reducing the diff against Tcl... | jan.nijtmans | 2023-04-14 | 3 | -19/+19 |
|
|
* | | | Fix for issue [718de2132f487cf2], "review use of strip on the stubs library". | pooryorick | 2023-04-14 | 1 | -1/+2 |
|\ \ \
| |/ / |
|
| * | | Fix for issue [718de2132f487cf2], "review use of strip on the stubs library". | pooryorick | 2023-04-14 | 1 | -1/+2 |
|
|
| * | | re-generate unix/configure | jan.nijtmans | 2023-04-13 | 1 | -1/+1 |
|
|
* | | | Re-generate unix/configure | jan.nijtmans | 2023-04-13 | 1 | -1/+1 |
|
|
* | | | cherry-pick from trunk: Remove one unnecesary call to Tcl_SetErrno() in DoRea... | jan.nijtmans | 2023-04-13 | 1 | -8/+10 |
|
|
* | | | Cherry-pick: Rearrange code blocks in DoReadChars to do less work when return... | jan.nijtmans | 2023-04-12 | 2 | -71/+77 |
|
|
* | | | Some more int -> Tcl_Size (which is actually the same in 8.7). Backported fro... | jan.nijtmans | 2023-04-12 | 4 | -27/+36 |
|
|
* | | | merge-mark | jan.nijtmans | 2023-04-12 | 0 | -0/+0 |
|\ \ \
| |/ / |
|
| * | | 2 more spelling fixes, but undo fixes in compat/zlib: Please report them upst... | jan.nijtmans | 2023-04-12 | 4 | -4/+4 |
|
|
| * | | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 182 | -609/+611 |
|
|
* | | | Undo spelling corrections in compat/zlib. | pooryorick | 2023-04-12 | 2 | -2/+2 |
|
|
* | | | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 173 | -601/+608 |
|
|
* | | | int -> Tcl_Size for tclWinDde.c/tclWinReg.c, so it could (theoretically) hand... | jan.nijtmans | 2023-04-12 | 2 | -2/+3 |
|
|
* | | | Make sure that infoPtr->validMask only contains TCL_READABLE|TCL_WRITABLE|TCL... | jan.nijtmans | 2023-04-05 | 2 | -4/+4 |
|
|
* | | | Use Tcl_GetIntForIndex() in testcases (tclTestObj.c) in stead of Tcl_GetWideI... | jan.nijtmans | 2023-04-05 | 5 | -96/+99 |
|
|
| | * | Add TCL_SIZE_MAX and TCL_SIZE_MODIFIER | apnadkarni | 2023-04-05 | 1 | -4/+19 |
|
|
| | * | Tcl_GetSizeIntFromObj | apnadkarni | 2023-04-05 | 4 | -4/+38 |
| |/
|/| |
|
* | | Starting with [51d813943bcaf835], chan-io-52.10 and io-52.10 are failing on ... | jan.nijtmans | 2023-04-04 | 2 | -2/+2 |
|
|
* | | Fix for [9ca87e6286262a62], sync fcopy buffers input in ReadChars(). | pooryorick | 2023-04-04 | 2 | -6/+34 |
|
|