Artifact 98fc1d96e9d97f3a9eaaafdc247b913e7f7a0ea5:
- File generic/tclBinary.c — part of check-in [768fcfc909] at 2004-10-06 00:24:14 on branch trunk — * generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.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: 50054)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.