Artifact ab913533744e3badabf5b8bd6d74743079c5fd52:
- File generic/tclFCmd.c — part of check-in [ee7c709e65] at 2004-10-06 14:59:00 on branch trunk — * generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclCompExpr.c: * generic/tclDictObj.c: * generic/tclEncoding.c: * generic/tclExecute.c: * generic/tclFCmd.c: * generic/tclHistory.c: * generic/tclIndexObj.c: * generic/tclInterp.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: 29470)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.