summaryrefslogtreecommitdiffstats
path: root/generic/tclLink.c
Commit message (Expand)AuthorAgeFilesLines
* Backport: Add [[unreachable]] and [[fallthrough]] from C23 (where available)jan.nijtmans2025-06-021-1/+1
* Merge-mark 8.7. Indenting (8 spaces -> tabs)jan.nijtmans2024-10-091-14/+14
|\
| * Fix warning: warning C4047: 'function': 'char *' differs in levels of indirec...jan.nijtmans2024-10-091-1/+1
| * Missed some backports from 9.0. Some indentingjan.nijtmans2024-08-051-15/+15
| * (cherry-pick) Put ClockFmtScnStorageHashKeyType (and some more) in read-only ...jan.nijtmans2024-06-091-16/+14
| * Merge 8.6jan.nijtmans2024-04-041-1/+1
| |\
| | * Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-041-1/+1
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
* | | Optimization: two more objTypes which always have length 1 when viewed as a listjan.nijtmans2024-07-101-1/+1
* | | Another record that ought to be read-onlydkf2024-06-091-1/+1
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-21/+21
* | | Clean up a lot of small whitespace issues dkf2024-05-131-21/+21
* | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-4/+4
|\ \ \ | |/ /
| * | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-1/+1
* | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-1/+1
* | | Remove legacy stuff related to Tcl_LinkVar()jan.nijtmans2023-11-201-109/+0
* | | Revise macro usagejan.nijtmans2023-11-161-1/+1
* | | Tcl_GetByteArrayFromObj -> Tcl_GetBytesFromObj everywhere in core, since it h...jan.nijtmans2023-11-081-1/+1
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Partial sync-up with trunk.griffin2023-04-301-14/+14
|\ \ \ \ \ \
| | | | * | | Fix warnings generated on disable8api buildsapnadkarni2023-04-211-2/+2
| | | |/ / /
| | | * | | 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
| | | * | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-11/+11
| | |/ / | |/| |
* | | | Merge trunkgriffin2023-03-251-5/+5
|\ \ \ \ | |/ / /
| * | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-5/+5
| * | | Merge 9.0jan.nijtmans2022-11-251-4/+3
| |\ \ \
| * \ \ \ Merge 9.0jan.nijtmans2022-11-251-1/+3
| |\ \ \ \
| * | | | | Internal abstract list, don't let "llength" shimmer any more.jan.nijtmans2022-11-231-1/+1
* | | | | | Code cleanup (undo some unnecessary changed compared to trunk)jan.nijtmans2022-12-011-1/+1
* | | | | | Merge 9.0jan.nijtmans2022-11-281-4/+3
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge 8.7jan.nijtmans2022-11-251-4/+3
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| | * | | Tcl_NewDoubleObj -> TclNewDoubleObj and Tcl_NewWideIntObj -> TclNewIntObj (an...jan.nijtmans2022-11-251-4/+3
* | | | | TCL_OBJTYPE_V0_INIT -> TCL_OBJTYPE_V0 (See TIP #644). Remove Tcl_SavedResult ...jan.nijtmans2022-11-241-1/+1
* | | | | Sync with trunkgriffin2022-11-241-1/+3
|\ \ \ \ \ | |/ / / /
| * | | | Use Tcl_GetByteArrayFromObj(... in stead of Tcl_GetBytesFromObj(NULL,.... Add...jan.nijtmans2022-11-241-1/+3
| | |/ / | |/| |
* | | | Sync with trunkgriffin2022-11-241-33/+6
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2022-11-211-48/+6
| |\ \ \ | | |/ /
| | * | Rebase to latest 8.7jan.nijtmans2022-11-201-48/+6
| | |\ \
| | | * | Backout [52a52a65f0], let's see if this fixes the Windows crashjan.nijtmans2022-11-181-6/+48
| | | * | New function Tcl_GetWideUIntFromObjjan.nijtmans2022-11-151-33/+6
| * | | | Merge 8.7jan.nijtmans2022-11-191-2/+17
| |\ \ \ \ | | |/ / /
| | * | | Backout [52a52a65f0], let's see if this fixes the Windows crashjan.nijtmans2022-11-181-2/+17
| | |/ /
* | | | Support multiple indicies in abstract list lindex operation.griffin2022-11-241-20/+8
|\ \ \ \ | |/ / /
| | | |
| | \ \
| *-. \ \ TIP #644: Make Tcl_ObjType extensiblejan.nijtmans2022-11-171-1/+2
| |\ \ \ \ | | | |/ /
| | * | | Rebase to latest 9.0jan.nijtmans2022-11-131-1/+2
| | |\ \ \
| | | * \ \ Merge trunkapnadkarni2022-11-131-4/+7
| | | |\ \ \
| | | * \ \ \ Rebase to 9.0jan.nijtmans2022-10-211-1/+2
| | | |\ \ \ \
| | | | * | | | TIP 644 - Make Tcl_ObjType extensibleapnadkarni2022-10-111-1/+2
| * | | | | | | Merge 8.7jan.nijtmans2022-11-151-17/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |