summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-17 15:59:24 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-17 15:59:24 (GMT)
commit0198d4b07964264dc869e7b3ec88e8b7fd25d18f (patch)
treeb368547c3430a89c31c7cdff7e8c4c163646b9a4 /ChangeLog
parent7db448ffbc8f56ff7e50d542ff112e61fa2f6d94 (diff)
downloadtcl-0198d4b07964264dc869e7b3ec88e8b7fd25d18f.zip
tcl-0198d4b07964264dc869e7b3ec88e8b7fd25d18f.tar.gz
tcl-0198d4b07964264dc869e7b3ec88e8b7fd25d18f.tar.bz2
Fix error in stack depth calculation for [dict update], correct misleading
comment in description of opcode.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d0fad9..9a983fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+2010-02-17 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclCompCmds.c (TclCompileDictUpdateCmd): Stack depth must be
+ correctly described when compiling a body to prevent crashes in some
+ debugging modes.
+
2010-02-16 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclInt.h: Change order of various struct members,
- restoring potential binary incompatibility with Tcl 8.5
+ * generic/tclInt.h: Change order of various struct members, restoring
+ potential binary incompatibility with Tcl 8.5
2010-02-16 Donal K. Fellows <dkf@users.sf.net>