summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-09-13 10:49:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-09-13 10:49:06 (GMT)
commit8cb023658d6e613c6a76db26b0b5568b6e0b2bb6 (patch)
treeed6601ca235b6f240172b0c9bc21eca657eb53b8 /ChangeLog
parente1dec685e9bda26a664969e11607fabc328c582c (diff)
downloadtcl-8cb023658d6e613c6a76db26b0b5568b6e0b2bb6.zip
tcl-8cb023658d6e613c6a76db26b0b5568b6e0b2bb6.tar.gz
tcl-8cb023658d6e613c6a76db26b0b5568b6e0b2bb6.tar.bz2
Fix [Bug 1026903] by storing what ensemble the ensemble is cached for.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8daf379..f55b12e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-09-13 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tclNamesp.c (NsEnsembleImplementationCmd): Add token
+ field to internal rep of EnsembleCmdRep structure so that we can
+ check it to see if the subcommand object is really being used with
+ the same ensemble. [Bug 1026903]
+
2004-09-11 Kevin B. Kenny <kennykb@acm.org>
* generic/tclClock.c (TclMktimeObjCmd): Corrected a bad check