Tcl Source Code

Check-in [56c28e2db2]
Login

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

Overview
Comment:Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-branch
Files: files | file ages | folders
SHA3-256: 56c28e2db2d0eb9ec2e4b627b7f8eda12c2097a0e31f74033ad62271db0f481c
User & Date: jan.nijtmans 2024-05-27 11:04:53.816
Context
2024-05-27
20:16
merge 8.6 check-in: 331d12e7b7 user: sebres tags: core-8-branch
11:24
Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used. Fix some indenting. check-in: d13f391c04 user: jan.nijtmans tags: trunk, main
11:04
Eliminate TclPrintByteCodeObj()'s 'interp' argument, which is not used. check-in: 56c28e2db2 user: jan.nijtmans tags: core-8-branch
2024-05-26
13:19
merge 8.6 check-in: 9e8cd97a2b user: dkf tags: core-8-branch
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclAssembly.c.
Changes to generic/tclCompile.c.
Changes to generic/tclCompile.h.
Changes to generic/tclDisassemble.c.
Changes to generic/tclExecute.c.