diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-17 15:59:24 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-17 15:59:24 (GMT) |
commit | 0198d4b07964264dc869e7b3ec88e8b7fd25d18f (patch) | |
tree | b368547c3430a89c31c7cdff7e8c4c163646b9a4 /ChangeLog | |
parent | 7db448ffbc8f56ff7e50d542ff112e61fa2f6d94 (diff) | |
download | tcl-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-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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> |