diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-02-15 10:01:34 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-02-15 10:01:34 (GMT) |
commit | 3aa1601f2afddd655694ff5cd8541c0572736c3c (patch) | |
tree | cbdc6a0031b4954092cd8a0cefe6fc5cb16a890f /ChangeLog | |
parent | 32fb8662953b599dd793aea06f5d2938ae4973ae (diff) | |
parent | 5ab653feb0f92621dfa72b70722477353ae22c75 (diff) | |
download | tcl-3aa1601f2afddd655694ff5cd8541c0572736c3c.zip tcl-3aa1601f2afddd655694ff5cd8541c0572736c3c.tar.gz tcl-3aa1601f2afddd655694ff5cd8541c0572736c3c.tar.bz2 |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +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: Converted the memcpy() calls in append |