Tcl Source Code

Check-in [cd426d20a9]
Login

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

Overview
Comment:Use Tcl_Size instead of ptrdiff_t in Tcl_ObjCmdProc2(), Tcl_CmdObjTraceProc2, and Tcl_MethodCallProc2().
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | main
Files: files | file ages | folders
SHA3-256: cd426d20a9327f497a47c5a6eb3cc5d91849955e2e889a5f5ba06272dbc21961
User & Date: pooryorick 2023-05-03 09:31:08.461
References
2023-09-11
14:57
Remaining part of TIP #666 implementation (first part already done [cd426d20a9327f49|here]) check-in: 48a30267f9 user: jan.nijtmans tags: trunk, main
2023-05-03
10:41 Open ticket [0b9200888e]: TIP #660 breaks TIP #628/#630 plus 6 other changes artifact: 06a98d2913 user: jan.nijtmans
Context
2023-05-03
10:01
Comments only. Fix blatantly obsolete ones check-in: 842b3b3949 user: apnadkarni tags: trunk, main
09:31
Use Tcl_Size instead of ptrdiff_t in Tcl_ObjCmdProc2(), Tcl_CmdObjTraceProc2, and Tcl_MethodCallProc... check-in: cd426d20a9 user: pooryorick tags: trunk, main
04:06
Merge mark 8.7 check-in: f39569fb40 user: apnadkarni tags: trunk, main
Changes
Unified Diff Side-by-Side Diff Patch
Changes to doc/CrtObjCmd.3.
Changes to doc/CrtTrace.3.
Changes to generic/tcl.h.
Changes to generic/tclOO.h.
Changes to unix/dltest/pkgt.c.