| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2023-06-02 | 1 | -18/+26 |
|\ |
|
| * | New (internal) macro TclAttemptInitStringRep() | jan.nijtmans | 2023-06-02 | 1 | -8/+17 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2023-06-01 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix [9921778646]: something is wrong in core-8-branch | jan.nijtmans | 2023-06-01 | 1 | -6/+6 |
|
|
| * | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac... | jan.nijtmans | 2023-05-31 | 1 | -22/+132 |
|
|
* | | Improve TclDuplicatePureObj(), remove unnecessary increment/decrement pairs, ... | pooryorick | 2023-05-17 | 1 | -38/+92 |
|
|
* | | New functions: TclUndoRefCount() and TclDictGetSize(). | pooryorick | 2023-05-17 | 1 | -0/+22 |
|
|
* | | Remove dead code | jan.nijtmans | 2023-05-17 | 1 | -22/+0 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2023-05-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Simplify Tcl 9 compatibility macro's. No change in functionality. | jan.nijtmans | 2023-04-27 | 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 |
|
|
| * | Since Tcl_GetSizeIntFromObj is the same as Tcl_GetIntFromObj (in 8.7), it's n... | jan.nijtmans | 2023-04-21 | 1 | -25/+0 |
|
|
| * | Merge 8.7 | apnadkarni | 2023-04-19 | 1 | -6/+2 |
| |\ |
|
| | * | Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changes | jan.nijtmans | 2023-04-18 | 1 | -10/+6 |
|
|
| * | | size_t -> ptrdiff_t to match Tcl 9 unsigned->signed change | apnadkarni | 2023-04-16 | 1 | -3/+3 |
|
|
| * | | Merge core-8-branch | apnadkarni | 2023-04-16 | 1 | -7/+7 |
| |\ \
| | |/ |
|
| * | | Tcl_GetSizeIntFromObj | apnadkarni | 2023-04-05 | 1 | -0/+25 |
|
|
* | | | New function, TclDuplicatePureObj(), doesn't duplicate the string
| pooryorick | 2023-05-16 | 1 | -0/+55 |
|
|
* | | | Rename TclRelaxRefCount() to TclUndoRefCount(). | pooryorick | 2023-05-14 | 1 | -2/+2 |
|
|
* | | | Add TclRelaxRefCount, and also try to take the fast path more often in byte-c... | pooryorick | 2023-05-13 | 1 | -1/+23 |
|
|
* | | | Reduce number of needed type-casts. No change in functionality | jan.nijtmans | 2023-04-26 | 1 | -2/+2 |
|
|
* | | | More size_t -> Tcl_Size changes, which were missed before. Also (experimental... | jan.nijtmans | 2023-04-26 | 1 | -1/+1 |
|
|
* | | | Fix warnings generated on disable8api builds | apnadkarni | 2023-04-21 | 1 | -1/+1 |
|
|
* | | | TIP 660 changes to stop warnings in --enable-symbols=mem build. | dgp | 2023-04-19 | 1 | -2/+2 |
|
|
* | | | Update manpages for TIP 660. Also one size_t -> Tcl_Size change in public API | apnadkarni | 2023-04-16 | 1 | -2/+2 |
|
|
* | | | Merge trunk | apnadkarni | 2023-04-14 | 1 | -10/+11 |
|\ \ \ |
|
| * \ \ | Allow Tcl build without the Tcl 8 compat API. Derived from "disabletcl8api" b... | jan.nijtmans | 2023-04-13 | 1 | -1/+2 |
| |\ \ \ |
|
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2023-04-13 | 1 | -2/+2 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -7/+7 |
| |\ \ \ \
| | |/ / /
| | | / /
| | |/ /
| |/| | |
|
| | * | | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -7/+7 |
| | |/ |
|
* | | | Merge 9.0 | apnadkarni | 2023-04-08 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Editorial fix in Tcl_Panic() message. | pointsman | 2023-04-07 | 1 | -1/+1 |
|
|
* | | | Export Tcl_GetSizeFromObj in stubs | apnadkarni | 2023-04-05 | 1 | -0/+25 |
|
|
* | | | Merge 9.0 | apnadkarni | 2023-04-05 | 1 | -4/+16 |
|\ \ \
| |/ / |
|
| * | | Bug [7e3f26c748] - TCL_MEM_DEBUG false positive | apnadkarni | 2023-04-02 | 1 | -3/+15 |
|
|
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -17/+17 |
|/ / |
|
* | | Merge 8.7 | jan.nijtmans | 2023-03-24 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Merge 8.6 | jan.nijtmans | 2023-03-24 | 1 | -4/+4 |
| |\ |
|
| | * | Fix [15e74a2fe6]: Fix various typos | jan.nijtmans | 2023-03-24 | 1 | -5/+5 |
|
|
| | * | Fix [57bfcf43dd]: Remove unreachable code in Tcl_SetWideIntObj() | jan.nijtmans | 2023-03-05 | 1 | -10/+4 |
|
|
* | | | Another round of -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -11/+11 |
|
|
* | | | MODULE_SCOPE TclLengthOne (in stead of 2 separate static functions doing the ... | jan.nijtmans | 2022-12-18 | 1 | -6/+4 |
|
|
* | | | Merge 9.0. New macro ABSTRACTLIST_PROC | jan.nijtmans | 2022-11-28 | 1 | -8/+8 |
|\ \ \ |
|
* | | | | size_t result for lengthProc. More usage of Tcl_GetWideUIntFromObj | jan.nijtmans | 2022-11-27 | 1 | -1/+1 |
|
|
* | | | | HAS_ABSTRACTLIST_PROC | jan.nijtmans | 2022-11-26 | 1 | -8/+12 |
|
|
* | | | | Internal abstract list, don't let "llength" shimmer any more. | jan.nijtmans | 2022-11-23 | 1 | -48/+54 |
|/ / / |
|
* | | | Merge 8.7 | jan.nijtmans | 2022-11-21 | 1 | -0/+84 |
|\ \ \
| |/ / |
|
| * | | Rebase to latest 8.7 | jan.nijtmans | 2022-11-20 | 1 | -0/+84 |
| |\ \ |
|
| | * | | Backout [52a52a65f0], let's see if this fixes the Windows crash | jan.nijtmans | 2022-11-18 | 1 | -16/+33 |
|
|