summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-11-28 16:50:27 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-11-28 16:50:27 (GMT)
commitef2fd068309b48838e525926dbffc6468ac3359b (patch)
treebc4ed0552bd2f788798f9ccef186a65ad0abc030 /ChangeLog
parente5d536c1d7d013348751b3d4b691d1fa772fe65a (diff)
downloadtcl-ef2fd068309b48838e525926dbffc6468ac3359b.zip
tcl-ef2fd068309b48838e525926dbffc6468ac3359b.tar.gz
tcl-ef2fd068309b48838e525926dbffc6468ac3359b.tar.bz2
* generic/tclNamesp.c (Tcl_SetEnsembleMappingDict): Added checks
that the dict value passed in is in the format required to make the internals of ensembles work.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2ffb27..7297a1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-11-28 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclNamesp.c (Tcl_SetEnsembleMappingDict): Added checks
+ that the dict value passed in is in the format required to make the
+ internals of ensembles work.
+
* generic/tclIO.c: Simplify test and improve accuracy of error
message in latest changes.