summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-02-15 09:55:23 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-02-15 09:55:23 (GMT)
commita2fd1ca8bd651d24606b90b7926544dc4d637cf3 (patch)
treeb15c9a6a1dc6698b793a231b4172228c9e7f4e4e /ChangeLog
parent19c99ddfcbf9ddb9f5dca2a93e412b5663b4f02a (diff)
parent5ab653feb0f92621dfa72b70722477353ae22c75 (diff)
downloadtcl-sebres_optimized_8_5.zip
tcl-sebres_optimized_8_5.tar.gz
tcl-sebres_optimized_8_5.tar.bz2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index b79e92a..94dc4ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,18 @@
+2012-02-15 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclCompCmds.c (TclCompileDictForCmd): [Bug 3487626]: Fix
+ crash in compilation of [dict for] when its implementation command is
+ used directly rather than through the ensemble.
+
2012-02-09 Don Porter <dgp@users.sourceforge.net>
- * generic/tclStringObj.c: [Bug 3484402] Correct Off-By-One
+ * generic/tclStringObj.c: [Bug 3484402]: Correct Off-By-One
error appending unicode. Thanks to Poor Yorick. Also corrected test
- for when growth is needed.
+ for when growth is needed.
2012-02-06 Don Porter <dgp@users.sourceforge.net>
- * generic/tclCompCmds.c: [Bug 3485022] TclCompileEnsemble() avoid
+ * generic/tclCompCmds.c: [Bug 3485022]: TclCompileEnsemble() avoid
* tests/trace.test: compile when exec traces set.
2012-02-06 Miguel Sofer <msofer@users.sf.net>
@@ -14,10 +20,10 @@
* generic/tclTrace.c: Fix for [Bug 3484621]: insure that
* tests/trace.test: execution traces on bytecoded commands bump
the interp's compile epoch.
-
+
2012-02-02 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclUniData.c: [Frq 3464401] Support Unicode 6.1
+ * generic/tclUniData.c: [FRQ 3464401]: Support Unicode 6.1
* generic/regc_locale.c:
2012-02-02 Don Porter <dgp@users.sourceforge.net>