summaryrefslogtreecommitdiffstats
path: root/generic/tclLink.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | Add mp_pack to the libtommath stub-table: it's easier to work with than mp_to...jan.nijtmans2022-11-151-17/+2
| * | | | | Merge 8.7jan.nijtmans2022-11-131-2/+2
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | Fix compilation error for STATS=memdbg. Fix incorrect commentjan.nijtmans2022-11-131-2/+2
| * | | | Merge 8.7jan.nijtmans2022-11-111-4/+7
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Add (internal) TclNewUIntObj(), and use it to fix TCL_LINK_WIDE_UINT for big ...jan.nijtmans2022-11-111-4/+7
* | | | Implement abstractlist with tip-644griffin2022-11-041-2/+3
|/ / /
* | | merge 8.7dgp2022-10-171-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * TIP implementation to add/use public routines Tcl_GetNumber(FromObj).dgp2022-09-181-1/+1
* | Merge 8.7jan.nijtmans2022-07-211-16/+17
|\ \ | |/