diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-08-26 08:39:47 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-08-26 08:39:47 (GMT) |
commit | 3f4897852c302eb336547bdda59ab890dc43e823 (patch) | |
tree | 7b051d25ff4428add82ffa22a71da704fb1000a1 /ChangeLog | |
parent | 2a48cc8339e254c85a4879e73946dc2b8e73593f (diff) | |
download | tcl-3f4897852c302eb336547bdda59ab890dc43e823.zip tcl-3f4897852c302eb336547bdda59ab890dc43e823.tar.gz tcl-3f4897852c302eb336547bdda59ab890dc43e823.tar.bz2 |
Fix crashes when running Snit's test suite caused by traces forcing the interp
result object to become shared.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-08-26 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclNamesp.c (NamespaceEnsembleCmd): Reset the result after + creating an ensemble to clear any result object sharing (potentially + caused by delete traces) so that we can safely return the name of the + ensemble. Previously, this caused crashes in Snit's test suite. + 2005-08-25 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclListObj.c (UpdateStringOfList): Stop uncontrolled and |