summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFCmd.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2004-10-06 15:59:21 (GMT)
committerdgp <dgp@noemail.net>2004-10-06 15:59:21 (GMT)
commitf80fd43ead767463e4da70a800a8920b4e2dc42d (patch)
treed861bb4c44fd414c034f6faa23c736648d498e29 /unix/tclUnixFCmd.c
parentd4a3488d5ef5e1b91f649fe75bb6703f67cbcd7e (diff)
downloadtcl-f80fd43ead767463e4da70a800a8920b4e2dc42d.zip
tcl-f80fd43ead767463e4da70a800a8920b4e2dc42d.tar.gz
tcl-f80fd43ead767463e4da70a800a8920b4e2dc42d.tar.bz2
* 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: * generic/tclIO.c: * generic/tclIOCmd.c: * generic/tclNamesp.c: * generic/tclObj.c: * generic/tclPkg.c: * generic/tclResult.c: * generic/tclScan.c: * generic/tclTimer.c: * generic/tclTrace.c: * generic/tclUtil.c: * generic/tclVar.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. FossilOrigin-Name: 9883f6bfdbddaaa872bc699ef19f8458de716f73
Diffstat (limited to 'unix/tclUnixFCmd.c')
0 files changed, 0 insertions, 0 deletions