summaryrefslogtreecommitdiffstats
path: root/generic/tclLink.c
Commit message (Expand)AuthorAgeFilesLines
*-----. 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
|\ \ | |/
| * More TclGetStringFromObj() usagejan.nijtmans2022-07-211-12/+14
* | Merge 9.0jan.nijtmans2022-05-171-1/+1
|\ \
| * \ Merge 8.7jan.nijtmans2022-05-171-1/+1
| |\ \ | | |/
| | * Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-1/+1
* | | Merge 9.0jan.nijtmans2022-03-291-6/+6
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2022-03-251-6/+6
| |\ \ | | |/
| | * Fix [9c1dc88f86]: warning about different signedness when compile TCL on Wind...jan.nijtmans2022-03-251-6/+6
* | | Merge 9.0jan.nijtmans2022-02-171-3/+3
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2022-02-171-3/+3
| |\ \ | | |/