summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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>