summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-08-26 08:39:47 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-08-26 08:39:47 (GMT)
commit3f4897852c302eb336547bdda59ab890dc43e823 (patch)
tree7b051d25ff4428add82ffa22a71da704fb1000a1 /ChangeLog
parent2a48cc8339e254c85a4879e73946dc2b8e73593f (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75724ca..9c32041 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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