summaryrefslogtreecommitdiffstats
path: root/generic/tclEncoding.c
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2004-10-06 16:37:17 (GMT)
committerdgp@users.sourceforge.net <dgp>2004-10-06 16:37:17 (GMT)
commit62d56a5bafdf4eb376db97681162d1835bbc789b (patch)
tree9f4375cdd57e3a0d6be40c390fc31ca0d3834d4b /generic/tclEncoding.c
parentd5aafe503a2cec42d78544f154d6af43d19139cb (diff)
downloadtcl-62d56a5bafdf4eb376db97681162d1835bbc789b.zip
tcl-62d56a5bafdf4eb376db97681162d1835bbc789b.tar.gz
tcl-62d56a5bafdf4eb376db97681162d1835bbc789b.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: * unix/tclUnixFCmd.c: * unix/tclUnixPipe.c: * win/tclWinDde.c: * win/tclWinFCmd.c: * win/tclWinPipe.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. * library/dde/pkgIndex.tcl: Bump to dde 1.3.1
Diffstat (limited to 'generic/tclEncoding.c')
0 files changed, 0 insertions, 0 deletions