summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-08-23 11:35:43 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-08-23 11:35:43 (GMT)
commit8079e10d030cf672bc00e73d705afe52452fae5e (patch)
tree3a646b9371f8278bc3f7b23158cdc920a334959a /ChangeLog
parent7ca11ee5bdfe73bede408c4e213282430c6575d0 (diff)
downloadtcl-8079e10d030cf672bc00e73d705afe52452fae5e.zip
tcl-8079e10d030cf672bc00e73d705afe52452fae5e.tar.gz
tcl-8079e10d030cf672bc00e73d705afe52452fae5e.tar.bz2
NRE-enable the ensemble creator (add extra field!)
Arrange for [dict for] to be NRE-enabled when not compiled. [Bug 2017632]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f17c207..c087901 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-08-23 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclInt.h (EnsembleImplMap): Added extra field to make it
+ * generic/tclNamesp.c (TclMakeEnsemble): easier to build non-recursive
+ ensembles in the core.
+
+ * generic/tclDictObj.c (DictForNRCmd): Converted the [dict for]
+ command to have an NRE-aware non-compiled implementation. Part of the
+ [Bug 2017632] project.
+
2008-08-22 Miguel Sofer <msofer@users.sf.net>
* generic/tclBasic.c: