Artifact fde61f8b507fb54d3b5996bc589d74f827a2a135:
- File generic/tclBinary.c — part of check-in [6470fa7251] at 2004-10-06 05:52:20 on branch trunk — * generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclCompExpr.c: * generic/tclDictObj.c: It is a poor practice to directly set or append to the value of the objResult of an interp, because that value might be shared, and in that circumstance a Tcl_Panic() will be the result. Searched for example of this practice and replaced with safer alternatives, often using the Tcl_AppendResult() routine that dkf just rehabilitated. (user: dgp size: 50060)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.