summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-06-14 13:45:57 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-06-14 13:45:57 (GMT)
commit9480f190e5c0b49511894e60db3c34b9a7a81003 (patch)
tree8753974f9a48a1a793cb9bd53171a42b17f86238 /ChangeLog
parentcdd600c79b33458ca7ca7861563f1c6756e69ff6 (diff)
downloadtcl-9480f190e5c0b49511894e60db3c34b9a7a81003.zip
tcl-9480f190e5c0b49511894e60db3c34b9a7a81003.tar.gz
tcl-9480f190e5c0b49511894e60db3c34b9a7a81003.tar.bz2
Fix [Bug 1220058] and quash a bizarre case which generated a bogus error msg.
Thanks to Will Duquette for helping to track this one down.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4b8150..36b7688 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-06-14 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclBasic.c (Tcl_DeleteCommandFromToken): Only delete a
+ * tests/namespace.test (namespace-49.2): command from the hashtable on
+ reentrant processing if it has not been already deleted; at least
+ three deletes of the same command are possible. [Bug 1220058]
+ * generic/tclTrace.c (TraceCommandProc): Remove bogus error message
+ creation when traces trigger in situations where the command has
+ already been deleted.
+
2005-06-13 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclFCmd.c: correct fix to file mkdir 2005-06-09, [Bug 1219176]