Tcl Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

24 check-ins related to "tip-648"

2022-11-21
23:58
Rebase to 8.7 Closed-Leaf check-in: 48904e94e7 user: jan.nijtmans tags: tip-648
23:54
TIP #650: New function Tcl_GetWideUIntFromObj() check-in: 5fb5ac7189 user: jan.nijtmans tags: core-8-branch
2022-11-20
20:18
Rebase to latest 8.7 check-in: a6cae9e4ed user: jan.nijtmans tags: tip-648
19:33
Don't use "package require tcltests" any more, as in other tests check-in: 529dd4665b user: jan.nijtmans tags: core-8-branch
2022-11-15
14:41
Merge 8.7 check-in: 9c056a67ee user: jan.nijtmans tags: tip-648
14:36
Reserve stub entries 684/685 for TIP #648 and 686 for TIP #650 check-in: f50b3c2ea6 user: jan.nijtmans tags: core-8-branch
2022-11-13
17:11
Merge 8.7 check-in: 48dc9da9b2 user: jan.nijtmans tags: tip-648
16:53
Fix compilation error for STATS=memdbg. Fix incorrect comment check-in: 9b31035371 user: jan.nijtmans tags: core-8-branch
2022-11-11
22:48
Fix panic message check-in: 3bc20b1fb2 user: jan.nijtmans tags: tip-648
22:26
Fix for Tcl_SetWideUIntObj check-in: 49dd813cf1 user: jan.nijtmans tags: tip-648
22:06
Merge 8.7 check-in: d9159179f8 user: jan.nijtmans tags: tip-648
21:09
Add (internal) TclNewUIntObj(), and use it to fix TCL_LINK_WIDE_UINT for big (>= 2^63) integers. Wit... check-in: 8d0a21d00c user: jan.nijtmans tags: core-8-branch
2022-11-10
17:44
Tcl_NewSizeObj -> Tcl_NewIndexObj check-in: c8f34abbf1 user: jan.nijtmans tags: tip-648
17:28
Update doc check-in: f9e64062fd user: jan.nijtmans tags: tip-648
15:21
If value is out-of-range (e.g. on 32-bit system >= 2^32-1), Tcl_NewSizeObj() will result in a '-1' o... check-in: 5d46f40764 user: jan.nijtmans tags: tip-648
2022-11-09
22:18
New functions Tcl_NewSizeObj/Tcl_SetSizeObj check-in: 4d77c12eef user: jan.nijtmans tags: tip-648
2022-11-08
22:34
Merge 8.7 check-in: 68010ce9ba user: jan.nijtmans tags: tip-648
21:58
int -> size_t in Tcl_CmdObjTraceProc2 (for 'level'). Add missing documentation check-in: 37b21224ab user: jan.nijtmans tags: core-8-branch
10:03
Merge 8.7 check-in: 775edc77ce user: jan.nijtmans tags: tip-648
09:59
NEVER use sizeof(FLEXARRAY)! Use offsetof() check-in: fd44ff0b9e user: jan.nijtmans tags: core-8-branch
07:34
Merge 8.7 check-in: 60224c1625 user: jan.nijtmans tags: tip-648
07:30
More TCLFLEXARRAY usage check-in: f80ccbfcec user: jan.nijtmans tags: core-8-branch
2022-11-04
11:11
New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj() (still experimental) check-in: 40bdd7b7bd user: jan.nijtmans tags: tip-648
2022-11-02
10:00
If CFLAGS contains -DTCL_NO_DEPRECATED, remove TclInitCompiledLocals. More code cleanup (backported ... check-in: 722273ad42 user: jan.nijtmans tags: core-8-branch