diff options
author | dgp <dgp@users.sourceforge.net> | 2004-10-06 14:59:00 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-10-06 14:59:00 (GMT) |
commit | 604e737b0d1ae40d2f45da85bb5dd7cbf096cad7 (patch) | |
tree | 71a0e0114969e45230d047cb6fb0374e8f243c37 /win/tclWinThrd.c | |
parent | e6efab5e75a4359cf171db3cde79672fd14ecfbc (diff) | |
download | tcl-604e737b0d1ae40d2f45da85bb5dd7cbf096cad7.zip tcl-604e737b0d1ae40d2f45da85bb5dd7cbf096cad7.tar.gz tcl-604e737b0d1ae40d2f45da85bb5dd7cbf096cad7.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:
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.
Diffstat (limited to 'win/tclWinThrd.c')
0 files changed, 0 insertions, 0 deletions