summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-07-15 10:15:48 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-07-15 10:15:48 (GMT)
commit435f37009833610d8e3dea01a0ff383edacd967d (patch)
tree5e4a6e7ed622f0b5ae1e08d0ccb73884759a68a6 /ChangeLog
parent8fde7ec910e486d89ba49167d1b295a34197064c (diff)
downloadtcl-435f37009833610d8e3dea01a0ff383edacd967d.zip
tcl-435f37009833610d8e3dea01a0ff383edacd967d.tar.gz
tcl-435f37009833610d8e3dea01a0ff383edacd967d.tar.bz2
Factor the ensemble code a bit more.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fe38d3..5484e06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-07-15 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclNamesp.c (EnsembleUnknownCallback): Factor out some of
+ the more complex parts of the ensemble code to make it easier to
+ understand and hence to permit tighter compilation of code on the
+ critical path.
+
2008-07-14 Miguel Sofer <msofer@users.sf.net>
* generic/tclParse.c: reverting the "fix" for [Bug 2017583],